Releases: zestdocs/zest
Releases · zestdocs/zest
Zest 0.1.1 - improvements
- 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
- Updated stylesheets and documentation icons from DevDocs
- Linux binary build is now done from scratch with Circle CI.
Zest 0.1.0-alpha2 - bugfixes
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!
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.