diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 136 |
1 files changed, 135 insertions, 1 deletions
@@ -1,6 +1,140 @@ +2025-05-26 Mike Gabriel + + * Release 0.99.9.4 (HEAD -> master, tag: 0.99.9.4) + * Merge branch 'tari01-pr/menubar-shadow' (42d74db) + +2025-05-23 Robert Tari + + * Make menubar shadow configurable (8cef7f0) + +2025-05-23 Mike Gabriel + + * Release 0.99.9.3 (b9170bd) (tag: 0.99.9.3) + * data/org.ArcticaProject.arctica-greeter.gschema.xml: Set + menubar-alpha default to 0.3. (Originally 0.2, changed to + 0.5 as part of 2bc439d3, now back to a compromise). + (fba0c2d) + +2025-05-22 Mike Gabriel + + * Merge branch 'tari01-pr/menubar-alpha' (608890b) + +2025-05-22 Robert Tari + + * Apply custom menubar transparency even if theme background is used + (9991f3e) + +2025-05-22 Mike Gabriel + + * Merge branch 'tari01-pr/menubar-osd-bg' (7daa7f8) + +2025-05-21 Robert Tari + + * Use the theme menubar background colour if no custom colour is + specified (2bc439d) + +2025-05-20 naikhon + + * Translated using Weblate (Burmese) (eb2e110) + +2025-05-15 Mike Gabriel + + * Release 0.99.9.2 (df04358) (tag: 0.99.9.2) + * Merge branch 'tari01-pr/add-background-position' (800eaa1) + +2025-05-12 Robert Tari + + * Add background image position (5086318) + +2025-05-08 Putta Anantha Lakshmi + + * Translated using Weblate (Telugu) (d1d8d80) + +2025-05-05 Mike Gabriel + + * Release 0.99.9.1 (09061b1) (tag: 0.99.9.1) + * Merge branch 'tari01-pr/group-filters' (17054d5) + +2025-05-05 Robert Tari + + * src/Makefile.am: Remove arctica_greeter_vala.stamp - it keeps + sending config.h to valac (936f8fa) + * src/animate-timer.vala: EasingFunc cannot be a GLib.Object property + - turn it into a public variable (562b318) + * Allow filtering out users from hidden groups (d32c62a) + +2025-05-02 Hugo Carvalho + + * Translated using Weblate (Portuguese) (bef6d1f) + +2025-04-30 Mike Gabriel + + * Release 0.99.9.0 (0b9b963) (tag: 0.99.9.0) + * src/menubar.vala: Also apply menubar-bgcolor to menubar's shadow + style. (01b31d5) + * src/menubar.vala: Set LC_NUMERIC to C.UTF-8 more globally. + (17ab293) + * Merge branch 'tari01-pr/error-below-entry' (e6d5a9c) + +2025-04-28 Robert Tari + + * Fix and future-proof the menubar (e221a64) + * Allow error label to be displayed below the login entry (652c4d7) + +2025-04-28 Mike Gabriel + + * Release 0.99.8.11 (c6e0758) (tag: 0.99.8.11) + * Merge branch 'tari01-pr/message-wrap' (ca471e8) + +2025-04-27 Robert Tari + + * Rewrite Gtk.Alignment (0e7e568) + * src/prompt-box.vala: Add manual text wrapping (ead00fb) + +2025-04-24 தமிழ்நேரம் + + * Translated using Weblate (Tamil) (bb6492c) + +2025-04-24 GiannosOB + + * Translated using Weblate (Greek) (ef40d14) + +2025-04-24 Mike Gabriel + + * Release 0.99.8.10 (43a3900) (tag: 0.99.8.10) + +2025-04-22 Mike Gabriel + + * Merge branch 'tari01-pr/prompt-box-tweaks' (2d6ade9) + +2025-04-11 Robert Tari + + * src/settings.vala: Drop unused safe_get_boolean (66148f4) + * Fix deprecated colour overrides (f270371) + * Add logo positioning tweaks (4d10346) + +2025-04-10 Robert Tari + + * Add prompt box tweaks (33ec57f) + +2025-04-10 Mike Gabriel + + * Merge branch 'tari01-pr/size-position-fix' (65ccc9a) + +2025-04-08 Robert Tari + + * src/shutdown-dialog: Fix possible null warning (9153eef) + * src/arctica-greeter.vala: Drop unused wm_message_pid (88c789a) + * src/main-window.vala: Drop deprecated Gdk.Screen.get_* functions + (c2bc2ca) + * src/main-window.vala: Fix content_box.margin_right and margin_left + (a0e8568) + * src/main-window.vala: Fix DBusConnection.call (b5c6f85) + * Fix size and position of elements (e0acacd) + 2025-04-08 Mike Gabriel - * Release 0.99.8.9 (HEAD -> master, tag: 0.99.8.9) + * Release 0.99.8.9 (81c3c04) (tag: 0.99.8.9) * Merge branch 'tari01-pr/greeter-accelerators' (908972c) 2025-04-07 Quentin PAGÈS |