Skip to content

Commit

Permalink
Updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
qlrd committed Sep 20, 2024
1 parent b8d5bca commit 276149b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,18 @@
## 0.0.20-alpha-2

- Changed the version from `0.0.2-alpha` to `0.0.20-alpha-2` as suggested by @odudex;
- Refactored the code a little bit to be more pythonic;
- Removed startup messages as suggested by @tadeubas:
- On linux the `GreetingsScreen` class will check:
- if user is on `dialout`/`uucp` group;
- if user is on `dialout`/`uucp` group (debian and fedora based / archlinux);
- internet connection
- On MacOS an Windows the `GreetingsScreen` class will check:
- internet connection
- Added a line on `.ci/create-deb` for add user to `input` on debian-based systems where
require permissions for `/dev/input/eventX` (thanks to @theautumnbridge);
- Refactored the code a little bit to be more pythonic one;
- Added the window resize behaviour;
- Removed fullscreen on startup;
- Fedora and Ubuntu:
- fixed desktop icon entry on `.ci/create-deb`;
- fixed desktop icon entry on `.ci/create-rpm`;
- Added more tests:
- ask_permissions_dialout_screen;
- error_screen.
Expand Down

0 comments on commit 276149b

Please sign in to comment.