Skip to content

Releases: kelp404/electron-s3-file-manager

v0.2.0

23 Dec 10:23
Compare
Choose a tag to compare

Chores

  • bump @babel/core from 7.19.0 to 7.20.5 (87c39c5)
  • bump @babel/core from 7.20.5 to 7.20.7 (7a67469)
  • bump @babel/eslint-parser from 7.18.2 to 7.19.1 (ec604ff)
  • bump @babel/preset-env from 7.18.10 to 7.20.2 (2c110f0)
  • bump babel-loader from 8.2.5 to 9.1.0 (b3ea639)
  • bump classnames from 2.3.1 to 2.3.2 (d91ad82)
  • bump commander from 9.4.0 to 9.4.1 (42df83f)
  • bump eslint from 8.28.0 to 8.30.0 (060933d)
  • bump eslint-plugin-react from 7.30.0 to 7.31.11 (10f0f16)
  • bump jest from 29.0.2 to 29.3.1 (6edba7b)
  • bump jest-environment-jsdom from 29.0.2 to 29.3.1 (b9c5ad3)
  • bump jest-environment-node from 29.0.2 to 29.3.1 (3b51666)
  • bump sass from 1.54.8 to 1.57.1 (ac5b04f)
  • bump sass-loader from 13.0.0 to 13.2.0 (9518a64)
  • bump sqlite3 from 5.0.8 to 5.1.4 (63173db)
  • bump sweetalert2 from 11.6.14 to 11.6.15 (241ef86)
  • release v0.2.0 (6266ca1)
  • remove node-sass (1b8267e)
  • remove sass warnings display on pages (ab6e0a2)
  • run tests in a worker (da5df2a)
  • set dependabot pr limit as 30 (dfa7ab3)
  • set max parallel as 1 (2c1b565)
  • upgrade electron from v19.1.7 to v20.3.8 (adc585b)

Tests

  • add tests for error icon component (3353f15)
  • add tests for success icon component (bfcc632)

v0.1.2

25 Nov 06:38
Compare
Choose a tag to compare

Bug Fixes

  • install lost module @aws-sdk/abort-controller (9cd850b)

Chores

  • bump concurrently from 7.3.0 to 7.6.0 (a5854ee)
  • bump eslint from 8.22.0 to 8.28.0 (afb4c5f)
  • bump sweetalert2 from 11.4.18 to 11.6.14 (39005fc)
  • release v0.1.2 (f944ffd)
  • upgrade electron from v19.0.4 to v19.1.7 (b2b990f)

Tests

  • add global setup (10d4304)
  • add tests for utils.decrypt() (0e17005)
  • add tests for utils.generateLikeSyntax() (127aee4)
  • add tests for utils.parseKeyword() (05e3cd8)
  • add tests to sync from s3 and delete all objects (6ac02f9)
  • add tests to update settings and create a folder (cf7b75c)
  • add tests to upload and download the file (3b7b974)
  • don't require handlers at header (64a367e)
  • fix expiration header (eb88568)
  • fix snapshot (7161e07)
  • setup main api test (2a320ce)
  • setup main process test environment (e3cce1b)
  • setup render test environment (cb19ac8)
  • update s3 secret (e9a6624)

v0.1.1

07 Sep 02:50
Compare
Choose a tag to compare

Bug Fixes

  • ListObjectsV2 api return undefined when the bucket is empty (997c3a0)

Chores

  • add dependabot config (ba45103)
  • bump @babel/core from 7.18.5 to 7.19.0 (375ac97)
  • bump @babel/preset-env from 7.18.2 to 7.18.10 (70fd690)
  • bump @babel/preset-react from 7.17.12 to 7.18.6 (2a5ab81)
  • bump commander from 9.3.0 to 9.4.0 (8019259)
  • bump concurrently from 7.2.2 to 7.3.0 (bc7ba64)
  • bump electron-builder from 23.0.3 to 23.3.3 (09d0b01)
  • bump eslint from 8.17.0 to 8.22.0 (040a650)
  • bump fastest-validator from 1.12.0 to 1.15.0 (3dea57a)
  • bump npm-check-updates from 13.1.5 to 16.1.0 (3321532)
  • bump sass from 1.53.0 to 1.54.8 (b86bcf6)
  • release v0.1.1 (e03c858)

Documentation

Reverts

  • Revert "chore: test build script on GitHub Actions" (6d5bc28)

v0.1.0

23 Aug 20:42
Compare
Choose a tag to compare

first release