Wox

A cross-platform launcher that simply works

GPL-3.0 License

Downloads
215
Stars
24K
Committers
123

Bot releases are visible (Hide)

Wox - v1.3.183

Published by bao-qian almost 8 years ago

Install / 安装:

  1. everything.exe
  2. python.exe
  3. wox.exe

镜像

百度云盘

Release Notes:

bug fixes

Known problems:

  1. System.NullReferenceException: try reset wox by delete %APPDATA%\Wox, backup before you do that
  2. System.UriFormatException: delete your old theme file
  3. System.Threading.Tasks.TaskCanceledException: https://ci.appveyor.com/project/happlebao/wox/build/1.3.414/artifacts
Wox - v1.3.67

Published by bao-qian over 8 years ago

Install / 安装:

  1. everything.exe
  2. python.exe
  3. wox.exe

Release Notes:

  1. bug fixes
  2. shell plugin support windows run commands: e.g. pictures, shell:Fonts

known problems:

  • python plugin not working: manually copy wox.py to plugin directory
Wox - v1.3.30

Published by bao-qian over 8 years ago

  1. option to disable auto updates
  2. bug fixes

known problems:

Wox - v1.3.0

Published by bao-qian over 8 years ago

the latest stable version 1.3 has finally come!
please download setup.exe.
if windows complains about security, just run it. code will be signed in the future

  • Requirements:
    1. .net >= 4.5.2
    2. everything
    3. python3
      • download python3 .exe installer from https://www.python.org/downloads/
      • some plugins may not compatiable with py3, ask the author to update their plugin
      • py3 will be used to develop plugins from now on, so unicode problems should be fixed
  • Enhancements:
    1. installer + auto update!
    2. no more blocking when typing, much faster
    3. all data will be stored in %APPDATA%
    4. new icons, file associated icons
  • Todo:
    • bundled everything and python installer
    • 自动更新现在还不能使用代理,开了代理只能点 check updates 来检查。master 中已修复。
    • fix singleton
Wox - v1.2.900

Published by bao-qian over 8 years ago

Prerelease from every stable master build

  1. use existing installed everything
  2. use existing installed python
    • download python3 from here https://www.python.org/downloads/
    • add python directory to %PATH% or set it use Settings UI)
    • some plugins may not compatiable with py3, ask the author to update their plugin
    • py3 will be used to develop plugins, so unicode problems should be fixed
  3. fix can't save settings bug
  4. new icons
  5. add file associated icons (e.g. if you search .sln files, vs icon will be displayed)
  6. much smaller! 18mb -> 1.8MB

installer will come in next prerelease, and python / everything installer will be bundled

Wox - v1.2.882

Published by bao-qian over 8 years ago

Prerelease from every stable master build

  1. all data moved to %APPDATA% (installed plugins, settings, cache)
  2. fixed bug cause installed plugins not working
Wox - v1.2.875

Published by bao-qian over 8 years ago

Prerelease from every stable master build

  1. new icons
  2. bug fix, especially for web search plugin
  3. context menu ( shiftenter / right click ) will show corresponding plugin info
Wox - v1.2.868

Published by bao-qian over 8 years ago

Prerelease from every stable master build

  1. fix numerous ui bugs
  2. speedup by utilize task cancellation to discard old result
  3. .net should >= 4.5.2
Wox - v1.2.857

Published by bao-qian over 8 years ago

Prerelease from every stable master build

  1. fix add folder in program plugin bug
  2. speedup by utilize parallel linq
  3. .net should >= 4.5.2
Wox - v1.2.825

Published by bao-qian over 8 years ago

Prerelease from every stable master build

  1. Color -> SolidColorBrush for ItemSelectedBackgroundColor in theme file.
    e.g. #4F6180
  2. .net should >= 4.5.2
Wox - v1.2.0-beta.2

Published by bao-qian almost 9 years ago

  • The primary reason to release this beta version is to fix plugin installation issue.
  • Please install .net 3.5 before running Wox.
  • Known bug:
    • Non ascii character: #384
    • position problem in high DPI: #271

General features

  1. Fix https issue which cause Wox can't install plugins
  2. Fix UI flickering #350
  3. Aero glass #330
  4. Faster query time (near instant now), faster startup time
  5. Russian and French translation
  6. Better item weight, used item will be promoted to the top

Plugin development features

  1. multiple action keywords #352
Wox - v1.2.0-beta

Published by qianlifeng over 9 years ago

After two month's development, Wox v1.2.0 Beta is here. Please provide suggestions for this beta release.

This is a feature release, Some API has been marked Obsolete in this release.

  • Add multiple language support
    Currently, Wox ships three languages. English, Chinese (simplied) and Chinese (traditional). If you want to help translate Wox into your native language, help contact me.
  • Add auto upgrade support
  • Add set as top most function (in context menu)
    This function allow user to set an item as top most in specified query.
  • Add Everything plugin as default plugin
    this plugin will packages a protable Everything itself, so user don't need to care about running everything anymore
  • Add using alt+number or ctrl+number to select item #202
  • Add a new crash reporter
  • Allow searches in context menu
    User can now search context menus
  • Remove window mode setting
    This feature is buggy and may cause performance issues. We will remove this feature now and add it back when its ready
  • Plugin developer can make system plugin now
    A system plugin is a plugin that doesn't need a action keyword. This will be helpful for plugins like caculator or Folder plugins. To make a plugin as a system plugin, just use * as the ActionKeyword in the plugin.json (user can also switch a user plugin to system plugin in the setting page)
  • Fix a image load bug on Wox start in v1.1.1 #226
  • Fix a python plugin encoding error #233

中文用户看这里

Wox - v1.1.1

Published by qianlifeng almost 10 years ago

This is a bug fix release

  • Fix Wox handled exception at launch #221
  • Preload top used images

Backup Download

Wox - v1.1.0

Published by qianlifeng almost 10 years ago

  • Add context menu support #151,#107 (triggered by shift + enter)
  • Add new version check (auto upgrade will be released in the later version)
  • Add more api for python plugin
  • Use tab to cycle switch between search items #150
  • Display plugin icons in wpm and third-party-indicator
  • Remove Aero related themes
  • Change the default with of Wox (from 500px to 800px)
  • Adjust the weight of selected items #203
  • Fix icon selection not showing images in explorer #183
  • Fix couldn't open url with port #216
  • Fix a crash issues when inputing after wox start

Backup Download

Wox - v1.0.2

Published by qianlifeng almost 10 years ago

This is bug fix release.

  1. fix it takes long time to startup wox #189
  2. fix a crash issue #197
  3. add more python plugin API

Backup Download

Wox - v1.0.1

Published by qianlifeng about 10 years ago

This is bug fix release, and we will follow the Semantic Versioning from this release.

  1. fix python plugin encoding issues #192
  2. fix icon selection issues in web searches #183
  3. fix crash issues #181
  4. fix websearch url encoding issues #171
  5. Use tab to cycle switch candidates #150

Backup Download

Wox - v1.0.0.219

Published by qianlifeng about 10 years ago

  1. Auto watching program folder changes and reindexing.
  2. Adjust the weight of searching result. Search result should be more accurate now.
  3. Fix URL plugin bugs.

Backup Download

Wox - v1.0.0.185

Published by qianlifeng about 10 years ago

  1. Pack python environment into Wox
  2. Add ControlPanel system plugin. by @CoenraadS
  3. Add Proxy setting
  4. Performance improvement
Wox - Wox 1.0 beta released

Published by qianlifeng over 10 years ago

  • Most function is ready for use
  • This version has not been large-scale tested, and may be buggy in your use. Please create issues when you have a bug.