From e6ae762d5ab7f8c906d484259b4e93d9742613b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D0=B2=D0=B8=D0=B4=20=D0=A7=D0=B5=D1=80=D0=BD?= =?UTF-8?q?=D0=BE=D0=BF=D1=8F=D1=82=D0=BE=D0=B2?= Date: Sun, 15 Sep 2024 16:45:20 +0300 Subject: [PATCH] - Added splashscreen - Added Copy Login to Context Menu - UI and localization improvements --- NebulaAuth.sln | 1 + NebulaAuth/MainWindow.xaml | 11 +++- NebulaAuth/NebulaAuth.csproj | 8 ++- NebulaAuth/Theme/SplashScreen.png | Bin 0 -> 422890 bytes NebulaAuth/Theme/nebula lock.ico | Bin 218134 -> 0 bytes NebulaAuth/Theme/nebula.ico | Bin 128485 -> 0 bytes NebulaAuth/View/SettingsView.xaml | 2 +- NebulaAuth/ViewModel/MainVM_File.cs | 27 +++++++++ NebulaAuth/localization.loc.json | 29 +++++++--- changelog/1.5.2.html | 85 ++++++++++++++++++++++++++++ 10 files changed, 151 insertions(+), 12 deletions(-) create mode 100644 NebulaAuth/Theme/SplashScreen.png delete mode 100644 NebulaAuth/Theme/nebula lock.ico delete mode 100644 NebulaAuth/Theme/nebula.ico create mode 100644 changelog/1.5.2.html diff --git a/NebulaAuth.sln b/NebulaAuth.sln index f755fa3..bb80a76 100644 --- a/NebulaAuth.sln +++ b/NebulaAuth.sln @@ -23,6 +23,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "changelog", "changelog", "{ changelog\1.4.9.html = changelog\1.4.9.html changelog\1.5.0.html = changelog\1.5.0.html changelog\1.5.1.html = changelog\1.5.1.html + changelog\1.5.2.html = changelog\1.5.2.html EndProjectSection EndProject Global diff --git a/NebulaAuth/MainWindow.xaml b/NebulaAuth/MainWindow.xaml index 96f4bab..451a6ff 100644 --- a/NebulaAuth/MainWindow.xaml +++ b/NebulaAuth/MainWindow.xaml @@ -137,6 +137,7 @@ + + + + +
+ +
+
Version 1.5.2
+
DATE
+
+ - FIX: Potentially fixed problem with memory-leak on some devices (Windows 10, 11 Home/Professional)
+ - FIX: Small performance improvements
+ - UI: Added splash screen on application start
+ - UI: Added "Copy Login" in context menu of account on right-click.
+ - UI: Small localization update
+ - UI: Added tooltip to "Use Indicator" setting
+ - UI: Small design improvements
+ - UPDATE: most of the libraries were updated to the last version
+
+
+
+ + + \ No newline at end of file