Skip to content

Releases: kewisch/quickmove-extension

v3.0.3

09 Jan 21:28
Compare
Choose a tag to compare
  • Fixed an additional issue where unified folders were not found by Thunderbird
  • Main functionality should now be restored

Full Changelog: v3.0.2...v3.0.3

v3.0.2

30 Dec 21:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.0.2

v3.0.1

30 Dec 21:13
Compare
Choose a tag to compare

What's changed

  • Match characters with accents when no accents are entered (#193)
  • Work around failing tag folders (#194)

Full Changelog: v3.0.0...v3.0.1

v3.0.0

19 Dec 22:51
Compare
Choose a tag to compare

What's Changed

  • Change action navigation to use Cmd + Arrow for easier access.
  • Popup font size now adapts to match the Thunderbird main window.
  • Exclude the currently selected folder from actions.
  • Tag icons are displayed in the tag list.
  • Support added for navigating to tags and unified folders.
  • Option to exclude specific folders from actions.
  • Cmd + Enter now follows an email to its folder.
  • Allow switching between recently used and recently modified folders.
  • A new button to encourage translation
  • Improved dark mode styling for options.
  • Folders are correctly displayed in brackets, excluding [Gmail].
  • Folder picker respects the skipArchive setting.
  • Emails are no longer moved prematurely when using IME input.
  • Selection is retained when switching between modes.
  • Tag icons are shown in the account header.
  • Warning added if the tags view is not enabled.
  • Improved translations infrastructure for better language support.

Contributors

Full Changelog: v2.9.2...v3.0.0

v2.9.2

10 Aug 12:07
Compare
Choose a tag to compare

Full Changelog: v2.9.0...v2.9.2

  • fix: Don't wait for icon changes when spinning
  • fix: Ignore folders without an account

v2.9.0

15 Jul 18:42
Compare
Choose a tag to compare
  • fix: Don't move cursor when selecting actions with arrow keys
  • feat: Compatibility with Thunderbird 128

v2.8.1

21 Jan 23:37
Compare
Choose a tag to compare
  • fix: Don't leak key press into main window
  • fix: Show recent folders grouped by accounts
  • fix: Change focus color for better contrast
  • fix: Give the popup a height to avoid flashing
  • fix: Remaining tab order fixes
  • fix: Correctly load/set specific folders

v2.7.0

10 Oct 09:20
Compare
Choose a tag to compare
  • fix: Update last move/copy folder menu item
  • feat: Add a compact layout
  • fix: Don't focus/select item when mouse is initially over the popup
  • feat: Allow using Tab and moving to end of list
  • fix: Avoid extra repopulate to improve performance
  • fix: Also set last_msg_movecopy_was_move
  • feat: Allow setting tags via quickmove popup
  • feat: Add a legacy shortcut for tagging messages
  • fix: Open popup also on message display tabs
  • feat: Exclude archive folders
  • feat: Always show current account first
  • feat: Allow showing specific folders instead of recent
  • fix: Don't show trash subfolders
  • fix: Add missing utility file
  • fix: Adjust keyboard shortcuts on Windows/Linux
  • fix: Show decoded name in the folder path (#100)
  • fix: Remove debug and accept missing folders
  • fix: Case sensitive filenames
  • fix: Accept if there is no current 3pane
  • feat: Show goto action in message header pane
  • fix: Find account folder in messageDisplay
  • feat: Fall back to a window if no buttons are available
  • fix: Ignore IME events when composing
  • feat: Allow searching for multiple matching words
  • fix: Use localized string for button and command text
  • feat: Update French locale
  • feat: Add German locale
  • feat: Add more changelog
  • fix: Fixing case again
  • fix: Going to Ctrl+Alt+M instead for win/linux
  • fix: The neverending saga on keyboard shortcuts
  • fix: Correct order of actions using arrow keys
  • fix: Only show upgrade notice for 2.0.1
  • fix: Allow moving in messageDisplay tabs
  • feat: Show a spinner while executing

v2.0.1

06 Oct 23:01
Compare
Choose a tag to compare

This is a major release, conversion to a MailExtension.

  • feat: Optionally show the folder path when search for target folder (#14)
  • feat: Add French locales
  • feat: Added a dark theme (#21)
  • fix: Make sure thread pane is refocused when popup closes
  • fix: Use main popup if more than one message is selected
  • fix: Improve wording and styling of onboarding changes

v1.8.2

24 Aug 11:48
Compare
Choose a tag to compare
  • Be more resilient when the file popup is missing (b091dcd)
  • Improve applying textbox CSS (6217289)