Version Update (0.1.0-alpha -> 0.1.1)
Changelog
(Contains update information for all users)
- Added editable titles to items
- Added a useful search bar
- Search items by their title or contents
- Added an option to "favorite" an item
- Added an ability to drag saved items in the list
- Added keyboard shortcuts
Esc to close the clipboard window when it's open
Ctrl / Meta + Shift + C to open the clipboard window and auto-copy the latest ChatGPT response to your clipboard
- Added automatic theme recognition
- Doubled the max amount of saved items (50 -> 100)
Devlog
(Contains more details on the update for developers)
- Now using the
GM_setValue and GM_getValue for ease of use
- Collected some values into a single CONFIG dictionary
- Optimized and rewritten some of the old logic
- Titles for item cards are by default created as "Saved-" + current timestamp
- Can be edited with a limit of 32 characters
- Cannot be blank
- Item cards now have date of creation, a little but nice detail
- Modified of the order of items in the list
- Favorites will appear at the top of the list on every page refresh
- Item cards are now draggable and their positions in the list can be changed (until page refresh)
- Planning to add auto-saving the item cards in the order they were placed manually