Skip to content

Releases: hkdb/aerion

v0.1.38

22 Mar 07:34

Choose a tag to compare

  • Fixed message list refresh on IDLE sync
  • Fixed orphaned deleted messages in message list
  • Fixed orphaned sync error messages
  • Increased go test coverage
  • Bumped to Node 24 (LTS)
  • GA: skip manifest commit if test build

v0.1.37

18 Mar 07:34

Choose a tag to compare

  • Changed copy to and move to folder selection to dialog box instead
  • Improved moved message handling
  • Fixed copy and delete logic for Gmail
  • Fixed threading copies of message across folders together
  • Fixed post bulk delete focus - #81
  • Fixed post send conversation refresh
  • Fixed default from identity for replies

v0.1.36

17 Mar 00:25

Choose a tag to compare

  • Fixed username auto-fill in add account dialog
  • Fixed attachment warning logic - #79
  • Added u-inbox reload guards for better post sync behavior
  • Added additional display render error detection - #74
  • Fixes for #78 and #76:
    • Eliminated duplicate event emission from IDLE body fetch
    • Eliminated redundant webkit calls
    • Cache image allowlist on frontend
    • Handle messages still downloading better
    • Fixed Timer Leak in scheduleMarkAsRead
    • Increased max concurrent db connections
    • Added stale guards
    • Reload necessary messages only during sync
    • Filter unified inbox reloads to inbox folders only

Note: Bumped GA and Flatpak node version to 22

v0.1.35

13 Mar 06:27

Choose a tag to compare

  • Fixed spinning wheel of death in Image Tab of Settings - #73
  • Bumping Github Actions version

v0.1.34

13 Mar 04:35

Choose a tag to compare

  • Added Images tab to Settings Dialog to manage Always Load lists
  • Security - Remove OAuth debug
  • Security - Fix attachment file perms
  • Security - Sanitize attachment filename
  • Security - Validate paths in OpenFile and OpenFolder
  • Security - Fix IPC socket TOCTOU with umask
  • Security - Strip CRLF in writeHeader
  • Cleanup - Removed dead UnblockRemoteImages function
  • Cleanup - image loading logic
  • Added CardDAV returning time.RFC1123Z (purelymail) workaround - #71
  • Added CardDAV returning unquoted Etag (mailbox.org) workaround - #26
  • Fixed message list checkboxes not responding to shift click - #67

Note: This release is compiled with a new Client ID from the Microsoft newly verified account. However, as per #29, it still doesn't completely solve the oauth "Admin Approval" problem unless your Microsoft 365 administrator has intentionally switched to approve Microsoft verified apps (not the default) in the org settings.

v0.1.33

11 Mar 07:55

Choose a tag to compare

  • Added dynamic title to detached composer
  • Fixed frontend warning
  • Updated npm packages
  • Improved flags values guarding
  • Fixed show attachment in folder - #69
  • Fixed downloading synthetically named attachments
  • Added proper flatpak attachments opening from toast logic
  • Improved has_attachment marking

v0.1.32

10 Mar 07:19

Choose a tag to compare

  • Fix - Use reply-to on replies - #64
  • Fixed shift + click selection regression - #67
  • Fixed detached composer title bar - #65
  • Fixed start hidden busy cursor - #66

v0.1.31

05 Mar 06:43

Choose a tag to compare

  • Fixed title bar setting regression - #57

v0.1.30

05 Mar 05:32

Choose a tag to compare

  • Extracted theme logic from App.svelte into a dedicated Svelte store
  • Added a Dark (Balanced) theme
  • Added a Light (Balanced) theme
  • Added tables and HTML mode to signature composer
  • Added option to use native title bar/decorations - #53
  • Added display of reply-to, cc, and bcc if not empty - #54
  • Added always load image setting - #40
  • Fixed Cosmic Desktop bug - needs testing - #55
  • Added workaround instructions for GPU driver bugs - #56

v0.1.29

26 Feb 14:08

Choose a tag to compare

  • Toast message to provide feedback for successful link clicks
  • Cross accounts from field
  • Handle external mailto calls
  • Added composer tab in settings
  • Allow setting detached composer as default
  • Choose default or detached composer to handle mailto links
  • Allow setting plaintext as default
  • Moved read receipt setting to composer tab
  • Fixed drag and drop inline images and attachments - #41
  • Fixed star buttons and states - #42
  • Fixed links in threads #48
  • Fixed attachment logic and extraction for non-text parts - needs a force resync to apply
  • Fixed orphaned drafts - #47
  • Fixed flatpak attachment download - #51
  • Consolidated duplicate code between composer and detached composer
  • Close conversation viewer if deleted
  • Don't auto-open next message if in vertical mobile layout - #30
  • Fixed empty from field - #39