Skip to content

Releases: SanderRonde/CustomRightClickMenu

Custom Right-Click Menu 2.1.1

05 Jun 23:49
Compare
Choose a tag to compare
  • Changed the logo. Huge thanks to Ulises for designing the logo
  • Added link to search engine dialog on main options page
  • Replaces %s with selected text in links, enabling easy search engine creation
  • Added checkmark after clicking some buttons, giving a bit more visual feedback
  • Hides code options button if there are no options

Custom Right-Click Menu 2.1.0

03 Jun 14:33
Compare
Choose a tag to compare
  • Uses polymer 2 instead of polymer 1 (~25% faster loading)
  • Works on multiple browsers now (chrome, firefox, edge and opera)
  • Uses the monaco editor instead of codemirror, featuring better code completion and more features overall
  • Supports writing scripts in typescript and compiling them in-extension
  • Supports typescript libraries and includes code completion for them as well
  • Added a "libraries" tab in the script dialog for quick toggling of libraries
  • Libraries can be edited and/or removed
  • You can now change the name of the root node
  • Uses TypeDoc for documentation instead
  • Added the crmAPI.storageSync API for syncing your script's storage across browser instances
  • Added the crmAPI.browser API which combines the webExtensions and crmAPI.chrome functionalities
  • All callback-based crmAPI functions now also return a promise as well
  • Added the crmAPI.contextMenuItem API for changing the contextmenu item's look, such as adding/removing a checkmark, changing the title, disabling or hiding it
  • Added the lastError, instanceId, chromeAPISupported and browserAPISupported properties to the crmAPI object
  • Added better code completion for the CRM API
  • The script and stylesheet options tab has better code completion
  • It's now possible to create contextmenu items as a script
  • Removed the external editor's functionality as chrome apps are being deprecated
  • Added some more options to the "get page property" ribbon tool
  • Added support for a more programmatic way of editing the CRM through window.consoleInfo()
  • Reversed changelog order so the newest changes are on top
  • Plenty of changes/improvements to the UI
  • A lot of bug fixes and improvements to code legibility and documentation

Custom Right-Click Menu 2.0.19

09 Apr 16:35
ec040c0
Compare
Choose a tag to compare
  • Fixed cancelling selection
  • Fixed type switching animation

Custom Right-Click Menu 2.0.18

09 Apr 16:34
Compare
Choose a tag to compare
  • Fixed dragging
  • Types can be changed again
  • Widened nodes

Custom Right-Click Menu 2.0.17

09 Apr 16:33
Compare
Choose a tag to compare
  • Nodes are selectable again
  • Link nodes can be removed properly
  • %s in link nodes gets replaced with the currently selected text

Custom Right-Click Menu 2.0.16

09 Apr 16:31
Compare
Choose a tag to compare
  • Fixed possible bug that can break the CRM on the options page from appearing since the last update

Custom Right-Click Menu 2.0.15

09 Apr 16:21
Compare
Choose a tag to compare
  • It's now possible to change the root menu name (thanks to anonymous user)

Custom Right-Click Menu 2.0.14

22 Aug 23:07
Compare
Choose a tag to compare
should no longer be possible for after hook to not complete

Custom Right-Click Menu 2.0.13

21 Aug 23:20
Compare
Choose a tag to compare
updated changelog

Custom Right-Click Menu 2.0.12

10 Jul 20:17
Compare
Choose a tag to compare