Dext Versions Save

🔍 A smart launcher. Powered by JavaScript.

v0.9.0

7 years ago

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

7 years ago

We finally have an app icon and logo!

v0.7.0

7 years ago

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

7 years ago

Bug Fix

  • Fixed startup issues
  • Fixed modifiers

v0.6.0

7 years ago

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

7 years ago

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

7 years ago

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

7 years ago

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

7 years ago

Enhancements

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

Fixes

  • Minor bug fixes

Miscellaneous

  • Add production webpack config

v0.1.1

7 years ago
  • Minor package edits