Releases: hkdb/aerion
Releases · hkdb/aerion
v0.1.38
v0.1.37
- 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
- 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
v0.1.34
- 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
- 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
v0.1.31
v0.1.30
- 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
- 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