Skip to content

Releases: facelessuser/Rummage

4.21.1

30 Sep 20:11
657ae18
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

4.20.2

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

4.20.1

04 Apr 11:48
Compare
Choose a tag to compare

4.20.1

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

4.20

02 Apr 22:46
527a736
Compare
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.

4.19

02 Jan 03:37
Compare
Choose a tag to compare

4.19

  • NEW: Drop support for Python 3.7.
  • NEW: Update some dependencies for latest bug fixes and improvements.
  • FIX: Minor bug fixes.

4.18

30 Jun 00:22
Compare
Choose a tag to compare

4.18

  • NEW: Officially support Python 3.11.
  • NEW: Use faust-cchardet as the original cchardet is no longer maintained and
    does not build on Python 3.11+.
  • NEW: Update required minimum versions for many of our dependencies.
  • NEW: Add ColorAide dependency to manage colors.
  • NEW: More precisely match mac window background colors without wallpaper tinting.
  • FIX: Hide vertical separator on macOS as there is a visual glitch with vertical separators in the latest
    wxPython and/or wxWidgets.

4.17

17 Apr 22:03
Compare
Choose a tag to compare

4.17

  • NEW: Officially support Python 3.10.

4.16.4

23 Dec 14:37
129ac8c
Compare
Choose a tag to compare

4.16.4

  • FIX: Pick up latest wcmatch (8.3), bracex (2.2), and backrefs (5.2) to acquire latest related bug fixes
    related to file search patterns and regular expressions (if using backrefs).
  • FIX: Update internal Markdown and extensions (markdown 3.3.4 and pymdown-extensions 9.0 and M) to ensure
    latest changes and fixes for UI elements that render Markdown to HTML.
  • FIX: Update to latest chardet (4.0).
  • FIX: When chaining literal and regular expression patterns together, the mode could get stuck in literal mode
    when applying replacements.