Bump version to v0.5.2
This commit is contained in:
parent
604daed5fe
commit
0c9474598c
4
TODO.md
4
TODO.md
|
@ -5,7 +5,6 @@
|
|||
|
||||
- device list keyboard navigation
|
||||
- device IP geolocation
|
||||
- field/area focus line in popups weird
|
||||
- unregister popup/menu when destroyed without being closed
|
||||
- menu click-through padding to close it easily
|
||||
- show scrollbars for a few secs if there's content to scroll on beginning
|
||||
|
@ -13,7 +12,8 @@
|
|||
- can leave room with a reason?
|
||||
- use new nio `restore_login()`
|
||||
|
||||
- verify all popups and boxes work: enter/esc, tab focus, operations
|
||||
- verify all popups and box-pages work: enter/esc, tab focus, operations
|
||||
- write changelog
|
||||
- update requirements.txt and flatpak nio version
|
||||
|
||||
## Refactoring
|
||||
|
|
|
@ -13,4 +13,4 @@ documentation in the following modules first:
|
|||
|
||||
__app_name__ = "mirage"
|
||||
__display_name__ = "Mirage"
|
||||
__version__ = "0.5.1"
|
||||
__version__ = "0.5.2"
|
||||
|
|
|
@ -81,7 +81,7 @@ int main(int argc, char *argv[]) {
|
|||
QApplication::setOrganizationName("mirage");
|
||||
QApplication::setApplicationName("mirage");
|
||||
QApplication::setApplicationDisplayName("Mirage");
|
||||
QApplication::setApplicationVersion("0.5.1");
|
||||
QApplication::setApplicationVersion("0.5.2");
|
||||
QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
|
||||
QApplication app(argc, argv);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user