This repository has been archived by the owner on Apr 3, 2022. It is now read-only.
Releases: spikespaz/search-deflector
Releases · spikespaz/search-deflector
Version 1.1.0
Changes:
- Added GUI for configuration tool.
Version 1.0.1
Changes:
- Added a new check to send users to a wiki page after their first 10 searches, if using the free version from GitHub.
- Fixed a bug preventing automatic updates, caused by the custom script in the Inno Setup installer.
Version 1.0.0
This is the first full release of Search Deflector!
It is functionally identical to the last pre-release (0.3.6). There haven't been any new bug reports for a while, so I am making the assumption that this software is fairly stable.
Changes:
- New artwork and revised information message in installer.
Version 0.3.6
Changes:
- Setup ignores missing
StartMenuInternet
from HKCU (fixes #42).
Version 0.3.5
Version 0.3.4
Changes:
- Optimized imports, reduced size of binaries.
- Fixed the missing icons in the executables.
Version 0.3.3
Changes:
- Rewrote build script (30% smaller) and it works way better.
- Fixed the prompt for the custom browser path showing up after the engine selection.
- Fixed a bug where a command prompt window would show up while launching a search.
- Launching the browser with the search query is now noticeably faster (on my computer).
Version 0.3.2
Changes:
- Added Startpage to the engine templates.
- Added hardcoded defaults to the deflector so it won't fail when not configured.
- Added Appx building code to build script.
- Added AppxManifest so it can be published to the Microsoft Store.
Version 0.3.1
Changes:
- Made automatic updater optional when installing.
- Updater program will now always reinstall itself.
- Made installer register with
HKEY_CURRENT_USER
instead ofHKEY_LOCAL_MACHINE
by default. - Made an option in the installer to still install to local machine.
- Added default settings via installer if the setup program exits before writing the keys.
- Now removes settings on uninstall, like it should have in the first place.
Version 0.3.0
Changes:
- Binary size is
much~20% smaller (because I eliminatedlauncher.exe
). - Updating is now handled by Task Scheduler.
- Setup no longer controls the registry to redirect the protocol, the installer does that.
- Updating is now completely silent. It also doesn't have version folders anymore.
- Abstracted much of the functionality into separate functions, they aren't intertwined, so I can remove one module and the rest will still work.
- Cleaned up the code. A lot.
- New build script just for me.
- Versions before 0.2.0 will no longer update and will probably error, because I'm not including a zip file this time.
- Engine templates list (
engines.txt
) is not moved tolibs/engines.txt
.
Note: All of this is in preparation for publishing on the Microsoft Store. These installer builds will be available for the foreseeable future for free, but I'm broke, and if you would like to support me, you should buy it ($1.99) on the Microsoft Store once I publish it.