From 3d267830923b0af20dcc44a9bb6e3059e898fb28 Mon Sep 17 00:00:00 2001 From: heliguy Date: Fri, 20 Oct 2023 21:43:13 -0400 Subject: [PATCH] Bump version to 1.3.Beta and add dev headbar --- meson.build | 2 +- src/main.py | 2 +- src/window.blp | 4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/meson.build b/meson.build index ba93878..8133c6f 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('warehouse', - version: '1.2.1', + version: '1.3.Beta', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', ], ) diff --git a/src/main.py b/src/main.py index 8c3c070..fb546d5 100644 --- a/src/main.py +++ b/src/main.py @@ -111,7 +111,7 @@ class WarehouseApplication(Adw.Application): application_name="Warehouse", application_icon="io.github.flattool.Warehouse", developer_name="Heliguy", - version="1.2.1", + version="1.3.Beta", developers=["Heliguy https://github.com/heliguy4599", "kramo https://kramo.hu"], artists=["Heliguy https://github.com/heliguy4599", "kramo https://kramo.hu", "eryn https://github.com/hericiumvevo"], copyright='© 2023 Heliguy', diff --git a/src/window.blp b/src/window.blp index 2f9c74e..5136262 100644 --- a/src/window.blp +++ b/src/window.blp @@ -2,9 +2,7 @@ using Gtk 4.0; using Adw 1; template WarehouseWindow : Adw.ApplicationWindow { - // default-width: 800; - // default-height: 500; - + styles["devel"] Adw.ToolbarView main_toolbar_view { [top] HeaderBar header_bar {