Skip to content

Releases: facelessuser/Rummage

4.3.2

08 Feb 01:49
Compare
Choose a tag to compare

4.3.2

  • FIX: Require Backrefs 4.0.1 which includes a number of bug fixes, particularly one that sometimes caused Backrefs not to install properly.

4.3.1

12 Oct 05:36
Compare
Choose a tag to compare

4.3.1

  • FIX: Python file encoding detection should default to the Python 3 assumed default, not Python 2.
  • FIX: Consolidate internal HTML logic and avoid using base 64 encoded images if using latest Markdown extensions that include path conversion fix.
  • FIX: Refresh status less to improve on overall speed.
  • FIX: Simplify status: no need to display ACITVE or DONE as button will change back to Search to signify completion along with the display of the Benchmark or even the notification if enabled.
  • FIX: Ensure single file search with no pattern works like multi-file search with no pattern (just return file).
  • FIX: Minor cleanup and performance increase in core.
  • FIX: When search error dialog is shown from the status bar, fix error with window destruction.

4.3.0

28 Sep 17:23
11e6249
Compare
Choose a tag to compare

4.3.0

  • NEW: Documents are now included locally in installation and can be viewed directly in Rummage via a webview dialog.
  • NEW: License can now be viewed from the application menu.
  • NEW: Show changelog on next launch after upgrade.
  • NEW: Render editor instructions as HTML in the settings dialog.
  • NEW: Simplify regular expression engine selection settings panel.
  • FIX: New about dialog that no longer breaks on Linux.

4.2.4

25 Aug 19:40
7702f8d
Compare
Choose a tag to compare

4.2.4

  • FIX: Adjustments to work with wcmatch version 2.0.0.

4.2.3

10 Aug 05:12
78d046f
Compare
Choose a tag to compare

4.2.3

  • FIX: Process preview in regular expression test dialog when replace pattern is empty. If replace plugin is enabled, we must have a plugin specified.

4.2.2

19 Jul 03:14
d8672b3
Compare
Choose a tag to compare

4.2.2

  • FIX: Don't open another update notification if one is already open.

4.2.1

14 Jul 04:42
d81b21c
Compare
Choose a tag to compare

4.2.1

  • FIX: Better default input focus on Linux when selecting the search tab.
  • FIX: Properly select "Search for" as the default when chains mode is enabled.

4.2.0

10 Jul 16:37
ef19fdf
Compare
Choose a tag to compare

4.2.0

  • NEW: File time result format has been updated for better readability.
  • NEW: International file time result format for modified and created times has been added and can be enabled in the global preferences.
  • NEW: Add ability to hide result columns.
  • FIX: Use wxPython API to highlight alternate rows in lists in order to properly highlight rows on systems with dark themes etc.

4.1.3

18 Jun 23:43
b3e964c
Compare
Choose a tag to compare

4.1.3

Jun 18, 2018

  • FIX: Officially support Python 3.7.

4.1.2

13 Jun 20:04
10a65d7
Compare
Choose a tag to compare

4.1.2

Jun 13, 2018

  • FIX: Require wcmatch 1.0.1 which fixes a number of bugs, most notably a fix for POSIX character classes not properly being handled when at the start of sequence followed by range syntax ([[:ascii:]-z]) which will now be handled properly.
  • FIX: When full path is enabled, and no file pattern is specified, all files will properly be matched like they are when full path is not enabled.