Skip to content

Releases: ihexxa/quickshare

v0.4.16

12 Dec 07:15
Compare
Choose a tag to compare

What's Changed

  • fix(ui): refactor with reusable components, issue fixes and some small enhancements by @ihexxa in #104
  • refactoring frontend part with reusable components.
  • fixed some issues: such as breadcrumb content overflows when content is too long.
  • added some features: row sorting, back to home

Full Changelog: v0.4.15...v0.4.16

v0.4.15

07 Nov 09:37
Compare
Choose a tag to compare

What's Changed

  • fix(cd): replace github upload action by @ihexxa in #103

Full Changelog: v0.4.14...v0.4.15

v0.4.14

07 Nov 05:14
Compare
Choose a tag to compare

What's Changed

  • fix(cd): fix docker build issue because of node version by @ihexxa in #101
  • fix(userstore): fix a compatibility issue by @ihexxa in #102

Full Changelog: v0.4.13...v0.4.14

v0.4.13

03 Nov 06:03
Compare
Choose a tag to compare

What's Changed

  • feat(users): enable preference by @ihexxa in #99
  • enable user preferences
  • enable wallpaper customizing
  • enable language pack customizing

Full Changelog: v0.4.12...v0.4.13

(Remove binaries because they contain a known issue)

v0.4.12

12 Oct 02:59
Compare
Choose a tag to compare

What's Changed

  • fix(fe): fix small issues in style and i18n by @ihexxa in #98

Full Changelog: v0.4.11...v0.4.12

v0.4.11

10 Oct 02:32
Compare
Choose a tag to compare

What's Changed

  • feat(settings): enable site settings by @ihexxa in #97
    Highlight:
    • support customizing site wallpaper

Full Changelog: v0.4.10...v0.4.11

v0.4.10

09 Oct 02:02
Compare
Choose a tag to compare

What's Changed

  • fix(fe): small enhancements and fixes by @ihexxa in #96

Full Changelog: v0.4.9...v0.4.10

v0.4.9

05 Oct 11:29
Compare
Choose a tag to compare

What's Changed

  • fix: improve test and fix small issues by @ihexxa in #95
    • fix space limit issue
    • clean up e2e tests
    • fix small issues

Full Changelog: v0.4.8...v0.4.9

v0.4.8

28 Sep 13:36
Compare
Choose a tag to compare
  • fix incorrect used space
  • upload issue is not displayed
  • clean up ui and reorg core state

v0.4.7

26 Sep 03:55
Compare
Choose a tag to compare
  • Enable sharing with visitors (anonymous users)
  • small fixes and enhancements