Skip to content

Releases: anthonyec/powerlet

v1.5.1

24 May 19:25
a7822eb
Compare
Choose a tag to compare
  • Prevent undo shortcut triggering when using undo in a textfield or with a context menu open #80

v1.5.0

21 May 20:35
813906a
Compare
Choose a tag to compare

You can now edit your bookmarklets within Powerlet. It's not a full blown editor, so the experience is similar to editing scripts in the bookmark manager. But it makes more convenient foe small tweaks or adding new scripts.

  • Add and edit bookmarklets #72 #78 #79
  • Add the ability to right click bookmarklets to either edit, delete or move them between categories #73
  • Add undo history with the option to use Ctrl + Z or Cmd + Z shortcut #75
  • Fix React setup issues that were showing as warnings #76
  • Fix issue where bookmarklets that no longer existed could still exist in localStorage, causing the "Recent" heading to show #77

v1.4.0

01 Apr 00:05
Compare
Choose a tag to compare
  • Update dependencies to latest versions #71
  • Reduce file size by ~70kb by removing unused code
  • Fix clicking item not executing script on first click
  • Improve UI performance when searching large bookmarklet collections

v.1.3.0

08 Jul 18:21
Compare
Choose a tag to compare

  • Add "Recent" scripts group which puts recently executed scripts to the top of the list (#55)
  • New and improved fuzzy searching, search results are less "loose" and more accurate (#56)
  • Add Japanese translations (currently the majority of users are in Japan) (#57)

v1.2.0

21 Mar 16:29
Compare
Choose a tag to compare
  • Added anonymous usage data stats. This is essentially a counter, no personally identifiable information is being tracked
  • Added new Privacy Policy

If you have any concerns with this, please contact me. I'd like to try not be creepy while also understanding how people use my extension

v1.1.5

10 Feb 17:26
81bf75a
Compare
Choose a tag to compare
  • Change default shortcut to CMD + SHIFT + K / CTRL + SHIFT + K to avoid conflicts with other browser features #44

v.1.1.4

07 Feb 20:21
Compare
Choose a tag to compare
  • Rename extension from Powerlets to Powerlet

v1.1.3

03 Apr 16:10
5a78477
Compare
Choose a tag to compare
  • Add background to icon in dark and light mode (#27)
  • Fix input field flashing when starting app on slower computers (#29)
  • Fix app breaking error if user has a folder with the name "Javascript" (#32)
  • Remove a bunch of unused code (#34)
  • Rounded the corners of the search field, very important

v1.1.2

21 Mar 14:57
a068615
Compare
Choose a tag to compare
  • Fix resetting selected item when pressing tab #25
  • Remove unused preload keys feature #23
  • Add routing and code splitting for future when adding new screens #22 #20

v1.1.1

04 Jan 16:10
Compare
Choose a tag to compare
  • Improve UI contrast bring it closer to AA accessibility standards #12