Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Releases: codiga/code-snippets-manager

0.0.18

21 Jan 22:05
Compare
Choose a tag to compare
v0.0.18

fix: cache and check on login

0.0.15

07 Nov 14:18
Compare
Choose a tag to compare

Full Changelog: v0.0.14...v0.0.15

0.0.14

28 Oct 17:17
Compare
Choose a tag to compare

Added

  • AppX builds

Full Changelog: v0.0.13...v0.0.14

0.0.12

14 Sep 13:11
Compare
Choose a tag to compare

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

04 Sep 17:15
Compare
Choose a tag to compare

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

31 Aug 22:20
Compare
Choose a tag to compare

Initial beta release of the Coding Assistant. All binaries are signed for Windows and Mac OS.