From 92b48bba2a7d88d4766d70db89695ff2f2f82d53 Mon Sep 17 00:00:00 2001 From: otavepto Date: Tue, 30 Apr 2024 20:14:45 +0300 Subject: [PATCH] date! --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 641c18fa..e6f515f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 2024/4/30 + * **[schmurger]** added a sliding animation for the overlay notifications the duration of the animation could be changed using the new option `Notification_Animation` in `configs.overlay.ini` * **[Detanup01]** fixed a bug which resulted in a crash when the generated auth ticket size exceeded the max buffer size @@ -11,7 +13,7 @@ * added 2 new options to the overlay appearance `Notification_Margin_x` and `Notification_Margin_y` which allow specifying a small gap horizontally or vertically for the notifications * added a new switch `-revert` for the tool `migrate_gse`, which allows converting `.ini` files back to `.txt` files, also added some common switches for the help page `/?`, `-?`, etc... - note that this option isn't 100% perfect + **note that this option isn't 100% perfect** * updated the built-in overlay appearance & the example overlay ini file with a darker look and feel + changed some defaults, inspired by additions of **[schmurger]** ---