Skip to content

Releases: facelessuser/Rummage

4.23.1

20 Jan 15:26

Choose a tag to compare

4.23.1

  • FIX: Fix for latest ColorAide.

4.23

02 Jan 20:58
bac7360

Choose a tag to compare

4.23

  • NEW: Add support for Python 3.14.
  • NEW: Upgrade dependencies.

4.22

04 Aug 14:57

Choose a tag to compare

4.22

  • NEW: Drop Python 3.8 support.
  • NEW: Upgrade dependencies to pick up bug fixes.
  • NEW: Add a command under the main menu to delete backups recursively under the current working directory.
  • FIX: Custom focus is not needed to focus the app from macOS dock anymore.
  • FIX: Fix some issues with context menu right click selection in list controls.

4.21.2

17 Dec 02:03
2410512

Choose a tag to compare

4.21.2

  • FIX: Use a different wxPython time control on macOS as the previous one would crash on the M series chips.
  • FIX: Fix an issue with local time to UTC conversion.
  • FIX: Fix an issue where created time comparisons was actually being done on modified times.

4.21.1

30 Sep 20:11
657ae18

Choose a tag to compare

4.21.1

  • FIX: Fix issue with re replace in Python 3.12 and Python 3.13.

4.21

28 Sep 21:02
44c1c69

Choose a tag to compare

4.21

  • NEW: Officially support Python 3.12 and Python 3.13, requires latest wxPython (4.2.2).
  • NEW: Update minimum required dependencies for bug fixes.

4.20.3

14 May 15:34
a132c64

Choose a tag to compare

4.20.3

  • FIX: Fix issues related to Babel on Python versions greater than 3.11.

4.20.2

05 Apr 05:18

Choose a tag to compare

4.20.2

  • Fix: Fix title not updating when autocomplete is disabled.

4.20.1

04 Apr 11:48

Choose a tag to compare

4.20.1

  • Fix: Fix preference window not being able to open.

4.20

02 Apr 22:46
527a736

Choose a tag to compare

4.20

  • NEW: Add new autocomplete setting to disable/enable autocomplete. Mainly for Linux systems where autocomplete
    functionality can sometimes work well or not so well depending on the distro.
  • FIX: Fix issue with autocomplete shortcuts not working on every platform.