- [fix] Prevent serving deficient API data. (#11)
- [fix] Fix scrollbar issue on IE.
- Renew the design. (#8)
- Improve performance of search page.
- [fix] Open project links in new tab if configured.
- [fix] Prevent 404 error of settings.json.
- Support Node.js 0.12 and io.js.
- Show correct packages by improving dedupe function. (see: bower/search #64)
- Show keywords in search results. (#6)
- Support
<field>:<query>
notation for search, e.g.owner:twbs
,keyword:responsive
. - Notify update if available.
- [fix] Correct number of results per page.
- [fix] Prevent resetting page number when reloading.
- Fix pagination bug.
- Tweak search for compatibility with Bower official search.
- Add "Settings" feature. (#4)
- Add "Uninstall without save" to the package menu.
- Dedupe search results.
- Update dependencies.
- Warn and exit when
bower
is not found. - Warn and exit when running with root privileges.
- Move cache file to OS's temp directory.
- Support
npm install
withsudo
by removingpostinstall
script. (#1) - Optimize client source code.
- Fix stdout color.
- Fix icon animation on Firefox.
- Refactor client scripts using Browserify.
- Update dependencies.
- Provide methods and events in API.
- Add
--silent
option. - Fix bugs regarding file watcher.
- Test with Mocha.
- Update document.
- First official release.