Skip to content

Releases: zestdocs/zest

Zest 0.1.1 - improvements

07 Mar 17:51
Compare
Choose a tag to compare
  1. Stability and usability fixes and improvements:
    • Fixed handling of incorrectly downloaded documentation (#5)
    • Added ability to search within current document with CmdOrCtrl+F (#6)
    • Warning about the need to click 'Build index' after downloading a new item from DevDocs
    • Ability to choose from larger pool of Stack Overflow tags for indexing (#4)
    • Larger Settings modal
  2. Updated stylesheets and documentation icons from DevDocs
  3. Linux binary build is now done from scratch with Circle CI.

Zest 0.1.0-alpha2 - bugfixes

05 Feb 07:46
Compare
Choose a tag to compare
Pre-release

This release fixes bugs in Stack Overflow indexing code found while testing with Windows.

It also reduces the size of the Windows binary size (from ~90MB to ~65MB), thanks to cleanup, which also allowed to generate automated builds at AppVeyor.

Zest 0.1.0-alpha1 - first release!

01 Feb 04:37
Compare
Choose a tag to compare
Pre-release

General notes

While Zest is still far from being usable and competitive with other solutions, I think it's a good proof of concept for gathering feedback.

Code quality is probably low, because I only just started learning ClojureScript, but I hope to improve.

I've tested the release with Fedora 23, Ubuntu 15.10, OS X 10.11, and Windows 10, and it seems rather usable. Hopefully I didn't miss including any essential library.

Usage

  • After downloading DevDocs in Settings (a dialog available via menu), you must click 'Build Index' before any search results are available.
  • After downloading the Stack Overflow torrent, you must choose tags that interest you and click 'Create Index' below them. It may take couple hours to filter out tags and create Full Text Search index for them

Implemented features

  • Docs download from DevDocs.
  • Stack Overflow dump download via webtorrent.
  • Exact and fuzzy symbols search for DevDocs via SQLite extension.
  • Full Text Search for DevDocs and Stack Overflow.

Some of the known limitations / plans for improvements

  • Search within a single page is not available.
  • Zeal/Dash-like hiding by hotkey is not implemented.
  • Missing support for editor plugins.
  • The app sometimes fails to function properly and requires restarting. (Seems to happen sometimes after creating an index.)