account removal bugfix, some testing

This commit is contained in:
Blue 2022-04-13 22:02:48 +03:00
parent f64e5c2df0
commit ce686e121b
Signed by: blue
GPG key ID: 9B203B252A63EE38
3 changed files with 17 additions and 6 deletions

View file

@ -2,11 +2,18 @@
## Squawk 0.2.2 (UNRELEASED)
### Bug fixes
- now when you remove an account it actually gets removed
- segfault on unitialized Availability in some rare occesions
### Improvements
- there is a way to disable an account and it wouldn't connect when you change availability
- if you cancel password query an account becomes inactive and doesn't annoy you anymore
- if you filled password field and chose KWallet as a storage Squawk wouldn't ask you again for the same password
- if left the password field empty and chose KWallet as a storage Squawk will try to get that passord from KWallet before asking you to input it
- accounts now connect to the server asyncronously - if one is stopped on password prompt another is connecting
### New features
- new "About" window with links, license, gratitudes
## Squawk 0.2.1 (Apr 02, 2022)
### Bug fixes