Releases: mhogomchungu/qCheckGMail
Releases · mhogomchungu/qCheckGMail
2.2.0
2.1.0
The signing key can be retrieved with below command:
gpg --recv-keys 0x6855E493B5B2DF96E319BB6D16E2E1ACC6F51242
Changelog:-
-- Show a pop up notification when there are new emails.
-- Add a GUI option to show/hide a pop up notification.
-- Fix a bug that caused tray icon to not show up.
-- Add a log window to easily monitor network requrests and responses.
2.0.0
The signing key can be retrieved with below command:
gpg --recv-keys 0x6855E493B5B2DF96E319BB6D16E2E1ACC6F51242
Changelog
-- Port the application to new Gmail API to remove scary warning when
authenticating a gmail account.
-- Make it possible to run the app as a single instance app or a multiple instance app.
-- Install application icons to make it possible to change them.
-- Known issue, this release requires readding accounts.This is necessary
because of gmail's incompatible changes with their new API.
1.3.0
The signing key can be retrieved with below command:
gpg --recv-keys 0x6855E493B5B2DF96E319BB6D16E2E1ACC6F51242
changelog for version 1.3.0
-- maintanance release.
-- Make it depend on lxqt_wallet version > 3.2.0.
-- Make it compile and work with Qt >= 5.15 without warnings.
1.2.9
changelog:
-- maintanance release.
-- Remove KDE4/Qt4/LXQT plugin support.
Only pure Qt5 and Qt5/KF5 builds are supported.
-- Fix random crashes when the network connect is unreliable.
1.2.8
Changelog:
- add an option to configure accounts using google's oauth2 functionality.
1.2.7
changelog for 1.2.7
-enable audio support for non kde build using mplayer.
-fix audio notification in kde build in some distributions.
1.2.6
changelog:
- continue to check email in other accounts when one of them fail to login.
- minimum update interval is now 1 minute.
- add an option to select what application to start when the tray icon is clicked.The changes is to be made through the config file.
- add an argument option to allow for more than once instance to be started even with KDE build
- add profile support.This allows multiple instances of qCheckGMail to be started with each instance reporting only a subset of total configured accounts.
read "USE INSTRUCTIONS" for more information on how to set this up.
1.2.5
changelog for 1.2.5
- Properly recover and continue checking for email on a shaky network connection.
- Set KDE wallet to use KDE's default wallet instead of qCheckGMail wallet.
- Fix a bug that show incorrect number of new emails when the application is set to only show one account activity
changelog for 1.2.4
- Add support for building a pure QT application without any dependencies or KDE or any of its libraries.
- Add support for building an lxqt DE tray plugin application for a better integration with that desktop environment.This build will
also have no dependencies on KDE or any of its libraries. - Add a port to Qt5,see build instructions on how to build Qt5 port
- Audio notify only when new emails are detected
- Add an option to show number of unread emails in the application icon,the option can be switched off in the config file.
- Add an option to change around application icons colors,the changes can be made through the config file.
- With KWallet storage backend,add an option to use KDE default wallet(kdewallet) or qCheckGMail wallet.
1.2.4
changelog for 1.2.4
- Add support for building a pure QT application without any dependencies or KDE or any of its libraries.
- Add support for building an lxqt DE tray plugin application for a better integration with that desktop environment.This build will
also have no dependencies on KDE or any of its libraries. - Add a port to Qt5,see build instructions on how to build Qt5 port
- Audio notify only when new emails are detected
- Add an option to show number of unread emails in the application icon,the option can be switched off in the config file.
- Add an option to change around application icons colors,the changes can be made through the config file.
- With KWallet storage backend,add an option to use KDE default wallet(kdewallet) or qCheckGMail wallet.