Releases: Ecalzo/Skater
Releases · Ecalzo/Skater
v1.1.8
v1.1.7
v1.1.6
v1.1.5
v1.1.4
Bug Fixes
- add Escape key event listener at document scope #11 (Evan)
- import animateFocusedSearchResult from the correct location #11 (Evan)
- correct actions badge url #11 (Evan)
- use - in naming convention for gh actions #11 (Evan)
- try using npm install instead of npm ci (Evan)
- try adding npm /bin to path (Evan)
- attempt to force brwoserify install (Evan)
Tests
- move to utils and test stripFocusFromClass #11 (ecalzo)
- move giveElementFocusedClass to utils and test #11 (ecalzo)
- move refineResults to utils and test #11 (ecalzo)
- set up github actions #11 (ecalzo)
- start test suite for htmlUtils, function createOverlay #11 (ecalzo)
- tests for animateFocusedSearchResult and createListItem #11 (Evan)
- test for resetListElementCSS #11 (Evan)
Chores
- reorganize project files #11 (Evan)
- alter paths in manifest.json #11 (Evan)
- move stripIndexFromClass to utils file #11 (ecalzo)
- move stripIndexFromClass to utils file #11 (ecalzo)
- more specific test path for jest #11 (ecalzo)
- move more functions to htmlUtils.js #11 (ecalzo)
- rename test to utils.test.js #11 (ecalzo)
- rm unused test file #11 (ecalzo)
- move background.js into static/ #11 (Evan)
- github action for automated releases #11 (Evan)
- fix readme #11 (Evan)
- cleanup backticks and rm unused function args #11 (Evan)
- make ids for overlay divs consistent #11 (Evan)
- move selectors to their own file #11 (Evan)
- fix broken html image, realign links #11 (Evan)
- run tests on push to all branches #11 (Evan)
- add badge to README #11 (Evan)
- version bump (Evan)
Commits
- [c211b76]: jest install and first test (ecalzolaio) #11
- update isValidInputEvent to match master #11 (Evan)
- update package.json #11 (Evan)
- replace isValidInputEvent in overlay.js with the function in utils.js #11 (Evan)
- require utils file #11 (Evan)
- [d679497]: package.json: add browserify, watchify dependencies (Evan) #11
- [eca9fb5]: package-lock.json update (Evan) #11
- rename overlay.js to content_script.js #11 (Evan)
- test for stripIndexFromClass #11 (ecalzo)
- [471b2ff]: package-lock.json update (ecalzo) #11
- fix image url in readme #11 (ecalzo)
- move animateFocusedSearchResult to src/htmlUtils #11 (Evan)
- test for createOverlayDiv #11 (Evan)
- test for createSearchIcon #11 (Evan)
- tests for createSearchInput and change its id to #search-input #11 (Evan)
skater_chrome_webstore
Skater v1.0.4
Default shortcut is now Cmd + Shift + Space
- The Shortcut keys are now user-configurable!! Check out the README for a link on how to do that.
js improvements:
- New function for sending chrome.command between background script and content script
- Re-scope event listener to the skater overlay div
- Better comments
- Fix bug where capital letters would not trigger a search
skater_chrome_webstore
This release adds back the activeTab permission.
skater_chrome_webstore
🛹 Skater v1.0.1!!!
🥳 🎈 🎂 🎁 🎉
Skater v1.0+ is a complete overhaul of the chrome Extension
- Instantly search bookmarks with Ctrl + / or Cmd + /
- Enjoy a completely seamless search experience
- Brand new pop-up search bar and interface
skater_chrome_webstore
This release removes the unnecessary "tabs" permission from manifest.json
🎉
skater_chrome_webstore
Fixes issue #1 and fixes bug where correct top result was not always navigated to.