Changes:
- Limit url length in suggestions because I sometimes have some sensitive information in them and often record my screen
- Close popup when the background is clicked
- Do google search if the prompt starts or ends with
>
(or<
, or\
for lucky searches) - Open new tabs next to the current one
- Fix bug with loss of a focus when the popup is opened while the page is loading
- Removed context menu item
- Ability to open the popup in tabs or bookmarks mode by different hotkeys (Toggle Saka #1 and Toggle Saka #3 actions in Chrome's Keyboard shortcuts)
A browsing assistant for Firefox and Chrome designed to be fast, intuitive, and beautiful. Inspired by Spotlight. Keyboard-focused but mouse friendly too.
- Lists tabs in order of recency by default, then fuzzy search by title or URL.
- Search recently closed tabs
- Search all bookmarks
- Search all browsing history
- Search all modes at once
Install Saka from the Firefox Marketplace or Chrome Webstore.
See the Getting Started page on the project Wiki.
-
Update the version number in
manifest/common.json
-
Make a commit and set the message to the version:
git commit -m "v0.15.2"
-
Tag the commit with the version and a message describing changes since the last release:
git tag -a v0.15.2
-
Push the commit to github with tags:
git push origin --follow-tags
-
View the build status at https://travis-ci.org/lusakasa/saka/ and generated releases at https://github.com/lusakasa/saka/releases
MIT Licensed, Copyright (c) 2017 Sufyan Dawoodjee, Uzair Shamim