Skip to content

Releases: DextApp/dext

v0.9.0

18 Feb 01:56
Compare
Choose a tag to compare

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 the item 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

08 Nov 06:22
Compare
Choose a tag to compare

We finally have an app icon and logo!

v0.7.0

30 Oct 21:41
Compare
Choose a tag to compare

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

  • Updated dependencies
  • Improved plugin actions architecture (#114)
  • Migrate to webpack 2 (#113)

v0.6.1

12 Oct 07:44
Compare
Choose a tag to compare

Bug Fix

  • Fixed startup issues
  • Fixed modifiers

v0.6.0

12 Oct 06:36
Compare
Choose a tag to compare

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 and mods.cmd
  • execute is deprecated and replaced with query

Themes API

  • Added the ability customize resultDetails and searchBase

Miscellaneous

  • Added yarn support
  • More test coverage
  • Some code cleanup

v0.5.0

27 Sep 01:16
Compare
Choose a tag to compare

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

08 Sep 06:24
Compare
Choose a tag to compare

Enhancements

  • Extended an optional details panel for plugins.
  • up and down arrow keys now scrolls through item listings
  • Dext Bar toggle key is now configurable in the config.json file (defaults to alt+space

Miscellaneous

  • More tests

v0.3.0

04 Sep 08:42
Compare
Choose a tag to compare

Enhancements

  • Plugins can now have a helper item that is displayed when keyword is active
  • esc now closes the Dext Bar

Miscellaneous

  • Upgraded electron to v1.3.5
  • Begin writing some tests
  • Minor text changes

v0.2.1

02 Sep 02:52
Compare
Choose a tag to compare

Enhancements

  • Added <Icon /> component
  • Add About plugin
  • Show window on startup

Fixes

  • Minor bug fixes

Miscellaneous

  • Add production webpack config

v0.2.0

01 Sep 21:21
Compare
Choose a tag to compare

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