- Update all library dependencies to latest versions.
- Update build script to Gradle v7.6.
- Add OWASP dependency check build task.
- Github Actions: remove CodeQL build task.
- Github Actions: add Java 19 to build test.
- Update all library dependencies to the latest versions.
- Update build script to Gradle 7.3.3.
- Use Github Actions to build and release project.
- Remove Travis integration.
- Migrate to Java 11.
- Change exec name to lower-case.
- Load saved emails from disk on start up.
- Display fully formatted email addresses.
- Add separate tab for email headers.
- Show CC field.
- Button to open email in external application.
- New vertical layout for GUI.
- Ability to view all parts of multi-part emails.
- Filter emails by their titles.
- Improvements for deb-package.
- Added new option "--version".
- Created application icon.
- Added tray support.
- Application now removes saved emails from disk when cleaning them from UI.
- Added new option "--cleanup" to delete saved emails after shutdown.
- Created basic test-cases for server and UI.
- Switched build repository to MavenCentral.
- Bumped slf4j dependencies to v1.7.21.
- Added task for deb-package creation.