Releases: facelessuser/Rummage
Releases · facelessuser/Rummage
4.3.2
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
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
orDONE
as button will change back toSearch
to signify completion along with the display of theBenchmark
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
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
4.2.4
- FIX: Adjustments to work with
wcmatch
version 2.0.0.
4.2.3
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
4.2.2
- FIX: Don't open another update notification if one is already open.
4.2.1
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
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
4.1.3
Jun 18, 2018
- FIX: Officially support Python 3.7.
4.1.2
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.