Skip to content

Releases: cmolisee/session-storage-hub

v6.1.0

28 Jan 17:25

Choose a tag to compare

6.1.0 (2025-01-28)

Bug Fixes

  • formatting: fix formatting of json (79c5736)
  • storage: fix storage values not updating when changing tabs (75b7a46)

Features

  • toast: added toast notifications (eb489af)

v6.0.1

27 Jan 22:10

Choose a tag to compare

6.0.1 (2025-01-27)

Bug Fixes

v6.0.0

30 Dec 23:47

Choose a tag to compare

6.0.0 (2024-12-30)

Bug Fixes

  • assets: remove dist, add exec config, update github config (800e3a0)
  • cleaning: clean dist files (af1ec0b)
  • dependency: add exec dep (6c1acd3)
  • fix release: update assets in release config to fix conflicts (03bb1c6)
  • release assets: another adjustment to assets (fce1006)
  • release: fix release assets (203ebbb)

Features

  • version: manually update version to overcome workflow hiccup (d141d44)

BREAKING CHANGES

  • version: version

v5.2.0

20 Dec 18:14

Choose a tag to compare

5.2.0 (2024-12-20)

Features

  • devops: added commitizen (0035542)
  • devops: release workflow change (da4ecfb)
  • devops: release workflow gpg (85961cd)
  • devops: release workflow update (6f2a3b7)

v5.1.0

17 Jun 15:32

Choose a tag to compare

5.1.0 (2024-06-17)

chore

  • add and remove buttons (13d96cd)
  • removed dropdown and restyled buttons for better UI and UX. (fefb73d)
  • small update to documentation and an asset (b79f939)
  • updated styles for view grid and reverted deletion of select dropdown (117968d)

new

  • added Add and Delete buttons. Added double-click to edit key. refactored some styles. (bbd1b8a), closes #86

v5.0.1

15 Mar 15:31

Choose a tag to compare

5.0.1 (2024-03-15)

fix

  • fixed release config so manifest.json and /dist are now committed in the release pipeline (bccc584)

v5.0.0

14 Mar 20:27

Choose a tag to compare

5.0.0 (2024-03-14)

breaking

  • changed manifest version to 1.0.0 as it isn't used anywhere (659306a)

v4.7.0

14 Mar 20:18

Choose a tag to compare

4.7.0 (2024-03-14)

new

  • fixed formatting issue when cancelling edit. testing issue with manifest version not updating. (9d50dbf)

v4.6.0

14 Mar 17:59

Choose a tag to compare

4.6.0 (2024-03-14)

chore

  • added a few more themes (bb4f428)
  • added full width to div wrapping line and editLine (95a64b9)
  • added function to handle updating data object in storage data provider (1fb37a5)
  • added theme packages for the editor. updated theme logic and styles to better match and utilize those themes. (15c886f)
  • developing requirements for json editor and cleaning up. (c56eb87)
  • fixed all utils to ensure they run as expected. cleaned up all console logs (ed9775d)
  • fixed editor not editing or saving values properly and removed console logs (60b6108)
  • fixed editor not updating on edit (c4fed71)
  • fixed issue with ss data not rendering correctly when closing and reopening the extension (416e830)
  • fixed paste undefined clipboard object by passing the contents of clipboard instead. (70461d0)
  • fixed type in toast for paste (c5881bf)
  • fixed utility menu styles (24a4e78)
  • got session storage and reducer to work as expected again (d54c8f7)
  • moved version label from end to start (b95e70f)
  • reduced border in editor (dba480c)
  • refactoring all editor stuff, need to update the utilites icon positioning, need a solution for overlaying and editing the the text still... (af2028a)
  • remove min height of 30px on line (fa28ea1)
  • remove right margin on toggle icon (f81e0c8)
  • removed collapsable icon from closing brackets (136a7bc)
  • removed components from attempts at custom editor. added packages for react-ace. implements basic react-ace. updated editor save and cancel buttons. (c2a4c85)
  • removed test view and integrated back into the application. (5ba4e83)
  • replaced react-ace with codemirrror, updated styles, updated packages (662e31f)
  • saving changes to revisit later (16ff562)
  • saving work for debugging storage api issues (0783bca)
  • updated classes on toggle icon svgs (978d57d)
  • updated grid sizes for grid layout (bf7236d)
  • updated highlight for tokyo night for better contrast. aded githubdark as default dark. (614ed5f)
  • updated spacing in view grid value container (dc3809a)
  • updated styles layout styles for editor and adjusted some other state dependent styles. (b9fe698)
  • updated to get copy and paste working again. (c32ddb6)

update

  • adjust toast notifications (ad20ffb), closes #67
  • changes to utils and added utility callbacks (33d47d2)
  • created new menu dropdown component for utilities (9099758), closes #67
  • updated styles to cover toasts and changed toast to utility (e6e3781)
  • updated theming to customize toasts (3436375)

v4.5.0

31 Dec 20:19

Choose a tag to compare

4.5.0 (2023-12-31)

fix

  • added missing dependency for commitlint eslint config (c6291ac)
  • remove scope empty as error from commitlint config (3bd5db8)

update

  • re-enable commitlint husky hook (d3125e3)
  • reduce popup height (5ab1000)