diff --git a/VERSION b/VERSION index e21e727..3e1ad72 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.0 \ No newline at end of file +1.5.0 \ No newline at end of file diff --git a/data/io.github.vanilla-os.FirstSetup.appdata.xml.in b/data/io.github.vanilla-os.FirstSetup.appdata.xml.in index 35d69bd..cb79d25 100644 --- a/data/io.github.vanilla-os.FirstSetup.appdata.xml.in +++ b/data/io.github.vanilla-os.FirstSetup.appdata.xml.in @@ -21,7 +21,7 @@ 768 - +

First release

diff --git a/debian/changelog b/debian/changelog index 00a3d4f..8ff7ced 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -vanilla-first-setup (1.4.0) kinetic; urgency=low +vanilla-first-setup (1.5.0) kinetic; urgency=low * Rewrite from scratch to support custom recipes and to be more modular. diff --git a/debian/vanilla-first-setup.substvars b/debian/vanilla-first-setup.substvars deleted file mode 100644 index e6b63de..0000000 --- a/debian/vanilla-first-setup.substvars +++ /dev/null @@ -1,2 +0,0 @@ -misc:Depends=dconf-gsettings-backend | gsettings-backend -misc:Pre-Depends= diff --git a/meson.build b/meson.build index f3ad4b4..792d30c 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('io.github.vanilla-os.FirstSetup', - version: '1.4.0', + version: '1.5.0', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', 'werror=false', diff --git a/vanilla_first_setup/views/done.py b/vanilla_first_setup/views/done.py index 4bccbcc..0764085 100644 --- a/vanilla_first_setup/views/done.py +++ b/vanilla_first_setup/views/done.py @@ -44,6 +44,8 @@ class VanillaDone(Adw.Bin): if reboot: self.btn_reboot.connect("clicked", self.__on_reboot_clicked) + else: + self.btn_close.set_visible(True) self.btn_close.connect("clicked", self.__on_close_clicked) def set_result(self, result):