Releases: DextApp/dext
Releases Β· DextApp/dext
v0.9.0
Bug Fixes
- Fix issue with window positioning in multiple monitor setups
- Fix issue where some plugins are not executing
- Hides the app from the dock
Enhancements
- New
browser
plugin allowing you to enter and quickly open a URL - Clipboard action now shows an icon when activated
- Shortened the query debounce rate
- Added a context menu to the task bar
- Plugin API: Support for reading
icon.png
in the plugin's directory if an icon is not specified in theitem
object - Plugin API: Support for multiple helper items
- Plugin API: Items now support base64 encoded strings as path
- Plugin API: New action
open
to open an application/file in the desktop's default manner - Theme API: Rounded border radius is now supported in themes
v0.7.1
v0.7.0
Enhancements
- enter now copies calculator answers (#101)
Bug Fixes
- Query should now only return results from enabled plugins (#110)
- Fixed issue with
null
plugin value (#112) - Fixed issue where plugins are not being loaded (#107)
- Fixed
maxBuffer
issue with archive script (#108) - Fixed virtual directory issues (#108)
Miscellaneous
v0.6.1
v0.6.0
Plugins API
- Plugins can now change text icons color by setting
icon.bgColor
- Added the ability to create alternative details/commands in plugins by setting
mods.alt
andmods.cmd
execute
is deprecated and replaced withquery
Themes API
- Added the ability customize
resultDetails
andsearchBase
Miscellaneous
- Added yarn support
- More test coverage
- Some code cleanup
v0.5.0
Enhancements
- New screensaver core plugin
- New ability: copy to clipboard via cmd + c
- Hide the details panel when moving through list
Bug Fixes
- Select the first item by default
- Score and sort results
- Bind esc only when necessary
- Fixed details panel cache
Miscellaneous
- Lots of code cleanup (big thanks to @adnasa)
- Update plugin docs
- Updated screenshot
- Wrote some tests
- Merged calculator and bookmarks plugin into core
v0.4.0
v0.3.0
v0.2.1
v0.2.0
Enhancements
- Core calculator plugin
- Core bookmarks plugin (currently supports Chrome only)
- Add support for relative file icon paths
- URL support for file icons
- enter now executes item's action
- Debounce query command (perf)
- Decreased scrollbar sizes
Fixes
- Query box text overflow issues
- Default theme
Miscellaneous
- Moved
dpm
to an external repository. - Updated app packaging scripts
- Added app archiving scripts