-
Notifications
You must be signed in to change notification settings - Fork 32
Mailnag Changelog
pulb edited this page Dec 23, 2012
·
25 revisions
- Restored translated strings (previously available in mailnag <= 0.4.3) that were removed due to a bug in the gen_po_template script
- Fixed a race condition that can lead to mutliple mailnag instances
- Bugfix: (really) don't crash on session start if the notification DBUS interface isn't available yet
- Migrated to the new keyring gir binding
- Removed evolution account import (not working anymore)
- Minor other fixes
- Updated translations
IMPORTANT NOTES:
- Packagers should incorporate the new dependecy list.
- The new keyring binding stores credentials in ~/.local/share/keyrings
instead of in ~/.gnome2/keyrings.
So you probably have to fire up mailnag_config and re-enter your mail account password(s).
- Bugfix: don't crash on session start if the notification DBUS interface isn't available yet
- Bugfix: fix notification sound playback in GNOME 3.6
- Removed messagetray-label configuration since gnome-shell no longer shows labels in the messagetray
- Added installation script (setup.py)
- IMAP related bugfixes
- Updated translations
- Bugfix: enable gettext fallback language
- Updated translations
- Fixed some crashes and connection issues
- Use unicode for translated strings
- Don't play notification sounds when GNOME Shell notifications are disabled
- Updated translations
- Much improved IMAP IDLE support
- Reconnect if a connection has been lost (e.g. after standby)
- Use GNOMEs default mail client
- Enable SSL by default
- Use a meaningful messagetray label by default
- Added version info to the about tab
- Refactoring, removed unused code
- Updated translations
- Bugfixes
- Support for IMAP-Push notifications (thanks tony747!)
- Single/summary notification modes
- Support for GNOME 3.2 notification counters (single mode only)
- Mails can be marked as read
- Explicit SSL encryption
- Autostart in GNOME sessions only
- Detection of default email client
- Notification sound playback via GStreamer (ogg)
- Removed GTK2 workaround code
- Lots of bugfixes, rewritten code and refactoring
- New translations
Please note that this release breaks existing config files (for the first and last time),
so make sure to delete ~/.config/mailnag/mailnag.cfg before upgrading.
- Added many new translations
- Bugfixes
- Initial release