A new update is here with a big new feature, finders! A quick way to trigger web searches with simple shortcuts, directly from the dashboard.
✨ Changes ✨
Finders- Create shortcuts for search engines and websites in
/config#finders.- Each finder requires a name, a search URL, and a shortcut.
- Type
?shortcut searchtermon the dashboard. For example, if you have a finder with the shortcutgfor Google, type?g javascriptto search for “javascript” on Google. - More info about this feature can be found in
/config#help.
- Create shortcuts for search engines and websites in
- New option in
/config#general:Include Finders in Search- When enabled, you can trigger finders without typing
?.- Just type the finder’s shortcut and press space to activate it.
- When enabled, you can trigger finders without typing
- Two new dashboard buttons: finders and commands
- You can now enable two optional buttons on the dashboard to trigger the finders and commands menus.
- Especially useful on mobile or touch devices for quick access.
- You can now enable two optional buttons on the dashboard to trigger the finders and commands menus.
- New option in
/config#general:Skip Quick Ping Check(thanks to @toomyem)- Enable this option if you prefer to use the previous HTTP method to check service status.
- Fixed month names not being translated to the current language (thanks to @toomyem)
- Fixed some responsive design issues.
- Removed unused code and added missing default items.
- Refactored handlers.go (some methods were moved to status.go, backup.go, and uploads.go)
- Other small fixes and improvements.
⚠️ As always, please back up your settings from /config#backup before updating.
💬 Feel free to share your feedback about the new features!
If you find this app useful, please share it! ☺️
What's Changed
- Fix getting month in current language by @toomyem in #25
- Added skipFastPing setting by @toomyem in #27
New Contributors
Full Changelog: 0.7.0...0.7.5