Skip to content

Releases: facelessuser/Rummage

4.6.0

27 May 01:35
dcd4437
Compare
Choose a tag to compare

4.6.0

  • NEW: Search options and file limit options can be collapsed in the main dialog. This allows hiding these options if you aren't frequently using them, and provides a more compact dialog.
  • NEW: There is no longer an option to hide the file limit options as now you can just collapse them.
  • NEW: Added context menu option to allow reordering of columns in the result lists. Positions are remembered across sessions.
  • FIX: Fix an issue on Linux where tabbing past a hidden directory button would cause an error in GTK. Ensure such controls do not allow focus when they are hidden.
  • FIX: Fix an internal error where the autocomplete box could throw an error due to the index bounds not being checked.
  • FIX: When list controls are smaller than the window, don't resize last column too an excessively big width.
  • FIX: Fix regression with loading replace plugins.
  • FIX: Better initial focus in autocomplete text boxes on platforms that had issues.
  • FIX: Fix some localization issues.

4.6.0b2

20 May 14:55
Compare
Choose a tag to compare
4.6.0b2 Pre-release
Pre-release

4.6.0b2

  • FIX: Fix regression with loading replace plugins.
  • FIX: Fix some localization issues.
  • FIX: Fix regression where file actions no longer work in content tab due to internal changes for column reordering.
  • FIX: Better initial focus in autocomplete text boxes on platforms that had issues.
  • FIX: Fix focus issue when navigating entries in autocomplete boxes with arrow keys.

4.6.0b1

11 May 23:46
Compare
Choose a tag to compare
4.6.0b1 Pre-release
Pre-release

4.6.0b1

  • NEW: Search options and file limit options can be collapsed in the main dialog. This allows hiding these options if you aren't frequently using them, and provides a more compact dialog.
  • NEW: There is no longer an option to hide the file limit options as now you can just collapse them.
  • NEW: Added context menu option to allow reordering of columns in the result lists. Positions are remembered across sessions.
  • FIX: Fix an issue on Linux where tabbing past a hidden directory button would cause an error in GTK. Ensure such controls do not allow focus when they are hidden.
  • FIX: Fix an internal error where the autocomplete box could throw an error due to the index bounds not being checked.
  • FIX: When list controls are smaller than the window, don't resize last column too an excessively big width.

4.5.0

04 May 18:33
49ebd84
Compare
Choose a tag to compare
  • NEW: Add Match base search option. Match base affects full path patterns when Full path directory match or Full path file match is enabled. When a full path pattern has no slashes, it will cause the pattern to only match the base file name. This allows you to have traditional base match patterns and more specific full path patterns usage simultaneously. Requires wcmatch 4.0 which is now the minimum requirement.
  • FIX: Ensure settings version is upgraded properly.

4.4.1

29 Apr 17:21
a958d66
Compare
Choose a tag to compare

4.4.1

  • FIX: Increase performance by reducing number of stat/lstat calls during crawls.

4.4.0

29 Apr 01:02
Compare
Choose a tag to compare

4.4.0

  • NEW: Add the ability to follow symlinks via a new symlink toggle in the limit panel (disabled by default).

4.3.4

21 Mar 17:52
0f5d3a9
Compare
Choose a tag to compare

4.3.4

  • FIX: Fix some glob related issues by upgrading to the minimum version of wcmatch version 2.1.0.
  • FIX: Require the minimum version of bracex version 1.1.1.

4.3.3

20 Feb 19:57
Compare
Choose a tag to compare

4.3.3

  • FIX: Fix incompatibilities with latest Regex versions.

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.