Skip to content

Last Release Before Java 17

Latest
Compare
Choose a tag to compare
@lolo101 lolo101 released this 09 Sep 09:21
· 120 commits to master since this release

What's Changed

Lots of code cleanup & quality improvements
Java 9 modules
And more :

  • FileAttachment.getLongFilename returns 8.3 filename when long filename is absent
  • ViewerHelper.extractUrl now returns input URI's path when message has no attachment
  • Fix #208 tests failure caused by Mockito unable to instantiate mocks
  • Attachments temporary files are based on content-id instead of file name. Fix #205
  • Replace header placeholder translation on F11 key pressed
  • When the configuration has non-empty possible values, the field is auto-completable. Fix #185
  • Look and feel can be any installed LnF
  • Load configuration from config files before lanching the application. Fix #181
  • move from javax.mail:mail to org.eclipse.angus:angus-mail over jakarta.mail:jakarta.mail-api by @lolo101 in #183
  • F11 now switches between "en" & display language

Full Changelog: msgviewer-1.8.7...msgviewer-1.8.8