Releases: xaprier/XPwm
Releases · xaprier/XPwm
Release v1.1.6
v1.1.6 ~ 6b622b2 by xaprier on 2025-03-16
Fixed icons not showing in Windows with GitHub release build and cmake warning
Release v1.1.5
v1.1.5 ~ 5299d1e by xaprier on 2024-11-08
Fixed an issue with Windows
- mkdir not work for Windows, we will use mkpath anymore.
- Unfinished translations translated.
- This fix must be a release
Release v1.1.4
v1.1.4 ~ 6d1ef7b by xaprier on 2024-11-05
Added AboutDialog
- Created AboutDialog and connected with MainWindow UI
- Project version, organization, name will be get from cmake
- With this update, there will be a new release with version 1.1.4
~ 6aeaab7 by xaprier on 2024-11-05
Merge branch 'main' of github.com:SFENX-Group/XPwm
v1.1.3 ~ 7dd73ae by xaprier on 2024-11-05
Added missing translations and clipboard after close password generator
- Completed translations
- If password generator dialog accepted, password in textbox will be
clipboard
~ 5d4df57 by xaprier on 2024-10-28
Release commit
v1.1.2 ~ c73346f by xaprier on 2024-10-28
Merge branch 'main' of github.com:SFENX-Group/XPwm
~ 20611b9 by xaprier on 2024-10-27
Updated missing German translates and its time to release it with minor changes
~ 2366a3b by xaprier on 2024-10-27
Changed project name and updated translations
Release v1.1.1
v1.1.1 ~ ac2c2fa by xaprier on 2024-10-28
Fixing some bugs and todos
- Fixed singleton structure for crashes in some cases.
- Fixed export menu does not appear. AddItem function name should be
capital, if else it uses QComboBox's function. - There should be a release for these changes.
Release v1.1.0
v1.1.0 ~ b6e6784 by xaprier on 2024-10-27
Updated missing German translates and its time to release it with minor changes
v1.0.11 ~ e8b41da by xaprier on 2024-10-27
Refactored code
~ 2d6d5af by xaprier on 2024-10-27
Some memory management let to qt's child parent relation
v1.0.10 ~ 3d64217 by xaprier on 2024-10-27
Added feature of setting data directory
Complete #3
~ e1aa396 by xaprier on 2024-10-27
Added singleton dp for using in project
~ 589e95e by xaprier on 2024-10-25
Updated migration structure
~ 0833b15 by xaprier on 2024-10-24
Moved source code to cpp file for Migration class and updated Application class to load language and icon from constructor
~ 198e1ba by xaprier on 2024-10-24
Change organization to SFENX and created migration
v1.0.9 ~ 3eaad48 by xaprier on 2024-10-18
Update unneccessary import
v1.0.8 ~ 83a3476 by xaprier on 2024-10-17
Updated import and export data. Fixed bug for empty or not exists directory on import.
v1.0.7 ~ 693727c by xaprier on 2024-10-17
Added username input for kept data
Release v1.0.6
v1.0.6 ~ 69f5204 by xaprier on 2024-08-21
Added Windows release handler with Github Action CI/CD
Now program will create an installer with ISS in every release
~ 059bfea by xaprier on 2024-08-21
Update submodule
~ 1e5aa1a by xaprier on 2024-08-21
Fixed GitLab icon does not show
v1.0.5 ~ 09369ad by xaprier on 2024-08-05
Added mouse move event after click on PasswordLengthSlider
~ 79077b3 by xaprier on 2024-07-19
Delete Untitled-1.yaml
Release v1.0.4
v1.0.4 ~ ad9def9 by xaprier on 2024-07-19
Fixed an bug after changing directory of encrypted files
Added windows release powershell script using MinGW.
Release v1.0.3
v1.0.3 ~ b1caf69 by xaprier on 2024-07-19
Multiple changes committed
Multi include style removed for code readability.
Added move operation to the clicked position on randomized password dialog slider
Encrypted files will kept in appdata. In Windows QSettings creating
files in C:\HKEY_CURRENT_USER. That's unacceptable.
These changes will release
Release v1.0.2
v1.0.2 ~ 31a3777 by xaprier on 2024-07-18
Fixed runtime error on Qt5, added missing icons for scrollbar and fixed some theme issues. Release should be updated
Release v1.0.1
v1.0.1 ~ 44971b4 by xaprier on 2024-07-18
Added install script and more
Added install script for Arch-based distros and newer Debian-based
distros
Translated 1 missing translation, we should create a release for this.
Updated README