This repository has been archived by the owner on May 4, 2023. It is now read-only.
Releases: codiga/code-snippets-manager
Releases · codiga/code-snippets-manager
0.0.18
0.0.15
Full Changelog: v0.0.14...v0.0.15
0.0.14
0.0.12
Added
- about section/modal
- rollbar
Removed
- unneeded peer dependencies
Fixes
- update the auto-update title on windows
- updated app theme handling so its either the user’s platform setting or whatever in localStorage
- rollover state for mac traffic lights
- updated
.icns
file - update the minimum window dimensions
Full Changelog: v0.0.11...v0.0.12
0.0.4
Added
- instructions and details to README
- empty states for no results and no results due to filtering
- the latter includes a CTA to clear the filters
- poll intervals on page queries to refresh data periodically (10 secs)
- view snippet page
- view cookbook snippets page
- added a dropdown in code actions
- if the current user owns the in-view snippet, show a link to edit the snippet
Removed
- unneeded custom filtering on snippet/cookbook pages
Fixes
- search behavior when the search term and tags are empty
- iOS stoplights instead of using the Windows buttons for Mac builds
- changed refetchQueries to include the current filtering values
- this fixed an issue where unfavoriting a cookbook/snippet didn't refresh the list
- disabled privacy/subscribed actions while searching for unauthenticated users
- only fetch snippet vote data once scrolled into view to reduce unnecessary API calls
- updated maximize button to maximize if unmaximized and vice-versa
- added space between code and code actions so they don't overlap
- scrollbars positioning
- App icon on Mac
- allow a user to submit the login form by clicking enter
- link/anchor focus styles
- removed unneeded custom filtering on snippet/cookbook pages
- made snippet/cookbook table row properly clickable to redirect to the new pages above
- lifted nested actions so only one action is called on clicks
Notes
- updated our component library import to be the latest
Initial release
Initial beta release of the Coding Assistant. All binaries are signed for Windows and Mac OS.