This commit is contained in:
Blue 2022-04-02 15:53:23 +03:00
parent 62f02c18d7
commit 4786388822
Signed by: blue
GPG key ID: 9B203B252A63EE38
2 changed files with 7 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# Changelog
## Squawk 0.2.1 (UNRELEASED)
## Squawk 0.2.1 (Apr 02, 2022)
### Bug fixes
- build in release mode now no longer spams warnings
- build now correctly installs all build plugin libs
@ -11,12 +11,13 @@
### Improvements
- reduced amount of places where platform specific path separator is used
- now message input is automatically focused when you open a dialog or a room
- what() method on unhandled exception now actually tells what happened
### New features
- the settings are here! You con config different stuff from there
- now it's possible to set up different qt styles from settings
- if you have KConfig nad KConfigWidgets packages installed - you can chose from global color schemes
- it's possible now to chose a folder where squawk is going to store downloaded files
- if you have KConfig nad KConfigWidgets packages installed - you can choose from global color schemes
- it's possible now to choose a folder where squawk is going to store downloaded files
- now you can correct your message
## Squawk 0.2.0 (Jan 10, 2022)