Skip to content

Releases: srwi/EverythingToolbar

0.7.0-beta2

24 Jun 09:45
39d92f5
Compare
Choose a tag to compare
0.7.0-beta2 Pre-release
Pre-release

Warning: This is a beta release and might be unstable for some. Don't install if you rely on a working program.

Changes

  • Experimental start menu search replacement is now supported on older Windows 10 versions (tested on 1803)
  • Fixed a problem when using Everything filters
  • Added Hebrew translation and more improvements via Crowdin πŸ’–

0.7.0-beta1

22 Jun 13:59
3d41068
Compare
Choose a tag to compare
0.7.0-beta1 Pre-release
Pre-release

Warning: This is a beta release and might be unstable for some. Don't install if you rely on a working program.

Changes

  • Added search history option (Navigate by pressing Ctrl+↑/↓)
  • Added option to show quick toggles for "match case", "match path", etc. in the search box
  • Added option to show number of search results
  • Added icons for the default filters πŸ’– @JUSTIVE
  • Win+Key shortcuts can now be used to trigger EverythingToolbar
  • Experimental option to automatically search with EverythingToolbar when typing in the Windows start menu
  • Allow navigation of search results using PgUp, PgDown, Home and End
  • Basic search macros like video: and pic: are now supported
  • The default themes and views can now be translated
  • Fixed IME being always on πŸ’– @AioiLight
  • Fixed the magnifying glass color on older Windows 10 versions when using Windows light theme
  • Fixed the Spanish translation being all mixed up
  • Added new translations:

0.6.3

06 Apr 19:45
Compare
Choose a tag to compare

Changes

  • Fixed a problem where some users could not enable EverythingToolbar (#120)
  • Added French translation πŸ’– @s-bourdon

Update 0.6.2 β†’ 0.6.3

Please uninstall version 0.6.2 before installing version 0.6.3. This is required because there was a change to the installation scope as a per-user installation was causing problems for some users. EverythingToolbar can now only be installed per-machine requiring administrator privileges. Every subsequent update can be installed normally without uninstalling.

0.6.2

06 Feb 12:21
Compare
Choose a tag to compare

Changes

  • EverythingToolbar now has an installer (please read note below!)
  • Added the ability to drag files out of the search results popup
  • Open file previews using QuickLook by pressing Ctrl+Space (for now)
  • Added the ability to run executables/scripts as admin
  • Added more keyboard/mouse shortcuts:
    • Shift+Click: Open in Everything
    • Ctrl+Return: Open path
    • Ctrl+Click: Open path
    • Alt+Return: File properties
    • Alt+Click: File properties
    • Ctrl+0-9: Select filter
    • Ctrl+Shift+Enter: Run as admin
  • Filters imported from Everything now respect their filter flags
  • Added input method editor (IME) support
  • Using default file browser to open path
  • Added lots of translations:
  • Prevent EverythingToolbar from getting focused unintentionally
  • Using file location as working directory for execution
  • Fixed icon color when using Windows 10 light theme
  • Fixed some sorting methods not being selectable
  • Fixed problems with changing DPI
  • Fixed a crash when pressing Alt+F4 while EverythingToolbar is focused

IMPORTANT

  • If you have previously used the zip-installer please uninstall EverythingToolbar before running the msi-installer by running the uninstall.cmd as admin and restarting your computer. You can now install the update with the msi-installer.
  • The location of the rules.xml file has moved to %APPDATA%\EverythingToolbar\rules.xml. If you want to keep your rules make sure to move the file there after installation.

0.6.2-beta3

26 Jan 18:23
Compare
Choose a tag to compare
0.6.2-beta3 Pre-release
Pre-release

Warning: This is a beta release and might be unstable for some. Don't install if you rely on a working program.

Changes

  • Prevent EverythingToolbar from getting focused unintentionally
  • Fixed a crash when pressing Alt+F4 while EverythingToolbar is focused

Installer

There is a new installer for EverythingToolbar. It can now be installed without admin rights. Make sure to uninstall all previous versions of EverythingToolbar using the uninstall.cmd as admin before starting the installer. Please report problems with the installer in #86. If you don't feel like trying the installer you can still use the old method included in the zip file.

0.6.2-beta2

23 Jan 23:36
Compare
Choose a tag to compare
0.6.2-beta2 Pre-release
Pre-release

Warning: This is a beta release and might be unstable for some. Don't install if you rely on a working program.

Changes

  • Changed QuickLook keyboard shortcut to Ctrl+Space
  • Added input method editor (IME) support
  • Using default file browser to open path
  • Fixed icon color when using Windows 10 light theme

0.6.2-beta1

18 Jan 19:08
Compare
Choose a tag to compare
0.6.2-beta1 Pre-release
Pre-release

Warning: This is a beta release and might be unstable for some. Don't install if you rely on a working program.

Changes

  • Added the ability to drag files out of the search results popup
  • Open file previews using QuickLook by pressing Alt+Space (for now)
  • Added more keyboard/mouse shortcuts:
    • Shift+Click: Open in Everything
    • Ctrl+Return: Open path
    • Ctrl+Click: Open path
    • Alt+Return: File properties
    • Alt+Click: File properties
    • Ctrl+0-9: Select filter
  • Filters imported from Everything now respect their filter flags
  • The location of the rules.xml file has moved to %APPDATA%\EverythingToolbar\rules.xml in preparation for the upcoming installer
  • Added lots of translations:
  • (Partly) fixed icon color when using Windows 10 light theme
  • Fixed some sorting methods not being selectable

0.6.1

05 Jan 10:17
Compare
Choose a tag to compare

Changes

  • First search result now gets preselected for faster access
  • Made active search box distinguishable when using dark theme (Thanks @kylo252!)
  • Added search options back to search box context menu
  • Fixed taskbar covering parts of the popup
  • Better support for DPI changes
  • Added German translation

0.6.1-beta1

02 Jan 17:14
Compare
Choose a tag to compare
0.6.1-beta1 Pre-release
Pre-release
React to DPI changes (#50)

0.6.0

24 Dec 23:48
Compare
Choose a tag to compare

Changes

  • Added support for only showing a search icon when the toolbar is small
  • Added more filters and the ability to synchronize filters with Everything (optional)
  • Cycle through filters by pressing Tab/Shift+Tab
  • Customizable hotkey for triggering EverythingToolbar
  • Added option to disable animations
  • Settings menu was moved to the popup window
  • Filters and "Match whole word" now get disabled when regex is enabled
  • Now only fast sorting methods can be used (you can enable fast sorting in the Everything settings)
  • You no longer have to manually select the first search result before pressing Enter
  • Search box watermark can be themed individually
  • Added error message box for easier debugging
  • Fixed duplicate search results
  • Fixed blurry text when using non-standard display scaling
  • Small visual changes to more closely resemble Windows 10 search
  • Various fixes and under-the-hood improvements