As a slightly delayed present, this christmas update contains the following additions and improvements:
+A special thanks goes to the students and teachers of the university of Tizi Ouzou, Algerie, for their linguistic contributions to the Kabyle text generation.
+GNOME 47 is here! Let’s celebrate:
diff --git a/meson.build b/meson.build index 45af164..a07a0ea 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('keypunch', 'rust', - version: '0.4.0', + version: '0.5.0', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', ], ) diff --git a/src/widgets/window.rs b/src/widgets/window.rs index 4bed7a6..ef749c7 100644 --- a/src/widgets/window.rs +++ b/src/widgets/window.rs @@ -171,7 +171,7 @@ mod imp { let about = adw::AboutDialog::from_appdata( "/dev/bragefuglseth/Keypunch/dev.bragefuglseth.Keypunch.metainfo.xml", - Some("4.0"), + Some("5.0"), ); about.set_developers(&["Brage Fuglseth https://bragefuglseth.dev"]);