Skip to content

Releases: ihexxa/quickshare

v0.10.5

04 Apr 08:19
83a803c
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 by @dependabot in #203
  • chore(deps): bump postcss from 8.4.12 to 8.4.31 by @dependabot in #202
  • chore(deps): bump @babel/traverse from 7.17.3 to 7.23.2 by @dependabot in #204
  • chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #206
  • chore(deps): bump follow-redirects from 1.14.9 to 1.15.4 by @dependabot in #207
  • chore(deps): bump axios from 0.21.4 to 0.28.0 by @dependabot in #208
  • chore(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by @dependabot in #209
  • chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in #210

Full Changelog: v0.10.4...v0.10.5

v0.10.4

01 Aug 13:05
Compare
Choose a tag to compare

This release mainly contains some dependency upgrades.

What's Changed

  • chore(deps-dev): bump webpack from 5.70.0 to 5.76.0 by @dependabot in #195
  • chore(deps): bump github.com/gin-gonic/gin from 1.8.2 to 1.9.0 by @dependabot in #196
  • chore(deps): bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 by @dependabot in #197
  • chore(deps): bump semver from 6.3.0 to 6.3.1 by @dependabot in #199
  • chore(deps): bump tough-cookie from 4.0.0 to 4.1.3 by @dependabot in #198
  • chore(handlers/util): refactor response methods by @unrealjo in #201
  • chore(deps): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #200

New Contributors

Full Changelog: v0.10.3...v0.10.4

v0.10.3

08 Mar 13:01
Compare
Choose a tag to compare

It just includes one security update.

What's Changed

  • chore(deps): bump golang.org/x/net from 0.6.0 to 0.7.0 by @dependabot in #194

Full Changelog: v0.10.2...v0.10.3

v0.10.2

05 Mar 02:55
Compare
Choose a tag to compare

NOTE: This release contains BREAKING changes: it is not compatible with previous versions.

What's Changed

  • fix(db): open sqlite with correct driver by @ihexxa in #193

Full Changelog: v0.10.1...v0.10.2

v0.10.1

11 Feb 06:06
Compare
Choose a tag to compare

NOTE: This release contains BREAKING changes: it is not compatible with previous versions.

What's Changed

  • chore: Refine readme by @ihexxa in #174
  • fix(files): status code is overwritten in some cases by @ihexxa in #175
  • fix(files): avoid overwriting lock failed error and simplify the locking by @ihexxa in #176
  • test: add basic benchmark by @ihexxa in #177
  • chore: clean up handlers by @ihexxa in #178
  • feat(db): replace bolt db with sqlite by @ihexxa in #179
  • fix(db): refactor the db layer to improve its extensibility by @ihexxa in #181
  • fix(misc): some dependency fixes by @ihexxa in #190
  • chore(deps): bump loader-utils from 2.0.2 to 2.0.4 by @dependabot in #184

Full Changelog: v0.9.1...v0.10.1

v0.9.1

12 Aug 12:45
Compare
Choose a tag to compare

What's Changed

Searching is enabled in this release.

Changes:

Full Changelog: v0.8.6...v0.9.1

v0.8.6

21 Jul 14:27
Compare
Choose a tag to compare

What's Changed

  • feat(cron): add cron scheduler by @ihexxa in #161
  • feat(fileindex): add file index top dependencies by @ihexxa in #162
  • feat: add fsearch as file index by @ihexxa in #163
  • feat(search): add fserach as file index by @ihexxa in #164
  • chore(deps): bump terser from 5.12.1 to 5.14.2 by @dependabot in #165

Full Changelog: v0.8.5...v0.8.6

v0.8.5

14 May 08:59
Compare
Choose a tag to compare

What's Changed

  • fix(ci): fix build issue and some ci improvements by @ihexxa in #160
  • Enable embed filesystem, public asset folder is not needed.
  • Enable drag and drop uploading.
  • Some small fixes.

Full Changelog: v0.8.3...v0.8.5

v0.8.3

23 Apr 12:47
Compare
Choose a tag to compare

What's Changed

  • fix(ci): several fix for ci workflow by @ihexxa in #155

Full Changelog: v0.8.2...v0.8.3

v0.8.2

19 Apr 13:55
Compare
Choose a tag to compare

What's Changed

  • feat(site_store): enable allowSetTheme and autoTheme settings by @ihexxa in #148
  • fix(fe/panel_files): cleanup files panel by @ihexxa in #149
  • feat: improve site settings by @ihexxa in #150
  • fix: use theme background as default by @ihexxa in #151
  • fix(fe): some small fixes by @ihexxa in #152
  • fix: minor fixes by @ihexxa in #153
  • fix(fe/theme): enable theme immediately if auto theme is enabled by @ihexxa in #154

Full Changelog: v0.8.1...v0.8.2