Skip to content

Releases: GravityTwoG/cloud-saves

v1.20.0

30 Jun 16:53
Compare
Choose a tag to compare

1.20.0 (2024-06-30)

Bug Fixes

  • remove unreachable code, specify default language of index.html (10dbb2b)

Features

  • ui: improve accessibility (e2faa15)
  • ui: scroll smooth (cc82a4d)
  • use reactQuery in useResource hooks (5d919de)

v1.19.0

21 Jun 12:42
Compare
Choose a tag to compare

1.19.0 (2024-06-21)

Features

  • ui, mocks: change preloader, extract method sleep (3485a8a)
  • ui: add sidebar expand button, move GoBackButton inside sidebar (fd01a7a)
  • ui: change styles (2f6b6ee)
  • ui: extract app buttons, change styles (3ed6d33)
  • ui: set color scheme of document (b43d7bf)

v1.18.0

19 Jun 08:52
Compare
Choose a tag to compare

1.18.0 (2024-06-19)

Bug Fixes

Features

  • i18n: add translations (1dee6c2)
  • i18n: add translations (6457c5b)
  • ui: add theme toggling animation (fda3b76)
  • ui: add View Transitions API tag, add game state example (f62b420)
  • ui: add view transitions for ExpandedSelect, fix stylelint issues (00864ab)
  • ui: Change ParametersView to show parameters grid (a73ee05)
  • ui: make sidebar collapsible (1ef290a)

v1.17.0

25 May 15:04
Compare
Choose a tag to compare

1.17.0 (2024-05-25)

Bug Fixes

  • forms: trim strings (6948199)
  • make GoBack button container invisible for mouse events, so it doesnt block interactions with other ui elements behind (50c373a)
  • remove disabled workflow (df41894)
  • ui: add translations fix css (197d725)

Features

  • add tests with mocked filesystem (2cc0b32)
  • converters: add test for SAVConverter (40f4fb2)
  • i18n: map errors to translation tokens (ceb54fe)
  • setup component tests with vitest (47c2d63)
  • setup e2e tests (0919373)
  • ui: add go back button, change paper shadow in dark mode (9ed4114)

v1.16.0

02 May 11:59
Compare
Choose a tag to compare

1.16.0 (2024-05-02)

Bug Fixes

  • setup Content-Security Policy to allow only self-hosted resources (6355a79)
  • swap horizontal and bottom paddings (bfc737b)
  • ui, gamestates, locales: fix condition in value extractor, fix locales text, fix background position in FadedCard and GameStatePageLayout (472b93e)
  • ui: scroll to top on page change (b50c941)
  • use root path (75f8052)

Features

  • add referrer policy (bf2649b)
  • gamestates: add saves page for admin, generate queryParams from object (3eca1e2)
  • gamestates: integrate gamestates api (fcacf77)
  • gamestates: make all operations in temporary folder (6a626f4)
  • graphics: integrate graphics api, fix error handling (1a6ad69)
  • hide parameter types widget (2235a84)
  • ui, accessibility: add proper focus state styles for interactive elements (93851a8)
  • ui: add CopyButton component, add CopyButton for game state path (8f221b0)
  • ui: add loading state for PolyButton, add blur effect for game image on save page (5cd1405)
  • ui: add micro-interaction animations, some ui changes, change folder structure (6af39c2)
  • ui: add register icon (81a4e30)
  • ui: add synchronization with query parameters, some css changes (2d9ea1d)
  • ui: increase padding-top of sidebar, check if function setTitleBarOverlay exists (8a89df7)
  • ui: ui changes (e8500a5)

v1.15.0

17 Apr 07:12
Compare
Choose a tag to compare

1.15.0 (2024-04-17)

Bug Fixes

  • electron-api: add unsubscribe functions (5ae1211)
  • fix CRLF in scs files, comment npm audit for a while (5e48e90)

Features

  • gamestate: add updatedAt, uploadedAt (60817f9)
  • gamestates: move getting of synced gamestates into react application (6d70e8e)
  • gamestates: move getting of synced gamestates into react application (3efe0e0)
  • gameStateValues: add array indexing support (872ecee)
  • ui: add ImageInput component (08395a3)
  • ui: use Sync icon instead of word sync, change sync settings color (f1cdcb9)

v1.14.0

11 Apr 15:54
Compare
Choose a tag to compare

1.14.0 (2024-04-11)

Bug Fixes

Features

  • add filter by game, use debounced auto search (d5e6bfe)
  • auth: logout on 401 error (fac798f)
  • graphics: add graphics (dd98241)
  • graphics: integrate graphics api (9052bee)
  • ui: add custom titlebar styles (f863e6e)
  • ui: add more icons, change spinner, change styles, naming (d51d0a1)
  • ui: use currentColor in icon colors, add shadow (d3b10fa)

v1.13.0

09 Apr 07:32
Compare
Choose a tag to compare

1.13.0 (2024-04-09)

Bug Fixes

Features

  • api: response changed (69646e4)
  • css: change css variables format to ---- (8f7ed27)
  • domain: change icon to image, define default values in defaultValues argument instead of appending items on mount (b4a8b93)
  • graphics: add graphics page (3dabe86)
  • ui: change icons (c88e690)
  • ui: extract common code to components, add custom scrollbar styles (11a8af4)
  • ui: extract component ExpandedSelect (b7baf8b)
  • ui: show app version in footer, change layout (b142891)
  • ui: use css variables in theme of toasts (2000ff7)
  • ui: use more graphics (6f54f8d)

v1.12.0

04 Apr 15:56
Compare
Choose a tag to compare

1.12.0 (2024-04-04)

Features

  • local-saves: add pagination, use cards (80a8b0d)
  • ui: redesign game state pages (b3c016f)

v1.11.0

04 Apr 12:02
Compare
Choose a tag to compare

1.11.0 (2024-04-04)

Bug Fixes

  • game: add id of parameter (2b000a9)
  • Rename Index.ts to index.ts (41ccd23)

Features