Skip to content

Releases: Ecalzo/Skater

v1.1.8

22 Dec 01:41
Compare
Choose a tag to compare

Bug Fixes

  • update browserify file based on latest changes (Evan)

Commits

v1.1.7

19 Dec 15:06
1853223
Compare
Choose a tag to compare

Bug Fixes

  • fix bug where Skater won't overlay some web pages due to css conflicts #14 (Evan)

Commits

v1.1.6

18 Dec 01:15
e25113d
Compare
Choose a tag to compare

Bug Fixes

  • improve overlay positioning across all web pages #13 (Evan)

Commits

v1.1.5

10 Dec 01:21
4e1ae16
Compare
Choose a tag to compare

Chores

v1.1.4

05 Dec 17:55
Compare
Choose a tag to compare

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

10 Sep 12:29
8ab8edd
Compare
Choose a tag to compare

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

27 Aug 02:38
Compare
Choose a tag to compare

This release adds back the activeTab permission.

skater_chrome_webstore

27 Aug 02:18
Compare
Choose a tag to compare

🛹 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

12 Aug 12:16
Compare
Choose a tag to compare

This release removes the unnecessary "tabs" permission from manifest.json 🎉

skater_chrome_webstore

11 Aug 02:27
Compare
Choose a tag to compare

Fixes issue #1 and fixes bug where correct top result was not always navigated to.