Skip to content

Releases: SinTan1729/chhoto-url

5.4.3

18 Sep 17:02
a7cf0cd
Compare
Choose a tag to compare

This release only has some dependency updates. Feel free to stick to the older release.

What's Changed

New Contributors

Full Changelog: 5.4.2...5.4.3
Link to Docker Hub

5.4.2

21 Jun 02:00
56ab16a
Compare
Choose a tag to compare

Fix

  • Typo during reading slug_length, fixes #24. [SinTan1729]

Build

  • Bumped version to 5.4.2. [SinTan1729]

  • Updated deps. [SinTan1729]

Full Changelog: 5.4.1...5.4.2
Link to Docker Hub

5.4.1

07 Jun 20:46
5bbaad3
Compare
Choose a tag to compare

Changes

  • Some small changes to the html pages Should be nicer on mobile devices. [SinTan1729]

Build

  • Bumped version to 5.4.1. [SinTan1729]

  • Updated deps. [SinTan1729]

Full Changelog: 5.4.0...5.4.1
Link to Docker Hub

5.4.0

01 Jun 01:37
114a97a
Compare
Choose a tag to compare

New

  • Made the Cache-Control headers fully configurable. [SinTan1729]

  • Ability to disable Cache-Control headers in testing recipe. [SinTan1729]

  • Added cache-control header, fixes #22. [SinTan1729]

Changes

  • Make the Cache-Control header configurable. [SinTan1729]

  • Move all the services into their own file. [SinTan1729]

Fix

  • Make the link clickable when securecontext is missing. [SinTan1729]

Build

  • Bumped version to 5.4.0. [SinTan1729]

  • Add port settings to the docker-test recipe. [SinTan1729]

Documentation

  • Changed a word in the README. [SinTan1729]

  • Add info about configuring Cache-Control header. [SinTan1729]

Full Changelog: 5.3.1...5.4.0
Link to Docker Hub

5.3.1

29 May 21:24
6992d27
Compare
Choose a tag to compare

Changes

  • Show the whole link when clipboard is not accessible. [SinTan1729]

Build

  • Bumped version to 5.3.1. [SinTan1729]

Full Changelog: 5.3.0...5.3.1
Link to Docker Hub

5.3.0

29 May 15:56
41b7e37
Compare
Choose a tag to compare

New

  • Added support for public mode, see #20. [SinTan1729]

Fix

  • Do not allow empty values for db_url or site_url. [SinTan1729]

  • Fixed some UI visibility related stuff. [SinTan1729]

  • Properly handle visibility of elements. [SinTan1729]

Build

  • Make testing more configurable using env variables. [SinTan1729]

Documentation

  • Some documentation about public-mode. [SinTan1729]

Other

  • Merge pull request #21 from SinTan1729/public-mode. [Sayantan Santra]

    Enable support for public mode, closes #20

Full Changelog: 5.2.6...5.3.0
Link to Docker Hub

5.2.6

06 May 21:57
168cff9
Compare
Choose a tag to compare

Changes

  • Reply when shortlink cannot be added. [SinTan1729]

Fix

  • Middleware order. [SinTan1729]

Build

  • Bumped version to 5.2.6. [SinTan1729]

  • Updated deps. [SinTan1729]

Full Changelog: 5.2.5...5.2.6
Link to Docker Hub

5.2.5

10 Apr 19:59
233247e
Compare
Choose a tag to compare

Changes

  • Change the button in login dialog. [SinTan1729]

Fix

  • Use proper HTTP response codes. [SinTan1729]

Build

  • Updated deps. [SinTan1729]

Other

  • build(deps): bump h2 from 0.3.25 to 0.3.26 in /actix by @dependabot in #17

Full Changelog: 5.2.4...5.2.5
Link to Docker Hub

5.2.4

03 Apr 02:34
231fd3c
Compare
Choose a tag to compare

Fix

  • Errors in script.js. [SinTan1729]

  • Typo in script.js. [SinTan1729]]

Full Changelog: 5.2.3...5.2.4
Link to Docker Hub

5.2.3

02 Apr 23:19
62ae71f
Compare
Choose a tag to compare

New

  • Use samesite cookies. [SinTan1729]

Changes

  • Get rid of naked unwraps and improve code flow. [SinTan1729]

  • Cleaned up the js code. [SinTan1729]

  • More readable response when not logged in. [SinTan1729]

Documentation

  • Added some comments and changed the token name. [SinTan1729]

Full Changelog: 5.2.2...5.2.3
Link to Docker Hub