Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: SinTan1729/chhoto-url

6.4.0

22 Oct 05:21
6.4.0
d6d4af3

Choose a tag to compare

New

  • Added config option for ensuring ACID by @SinTan1729
  • The frontend now works properly with the pagination by @SinTan1729
  • Create database backups before opening in WAL mode by @SinTan1729
  • Added support for pagination of returned data by @SinTan1729 in #98

Fixes

  • Run optimize with recommended mask at start, and call VACUUM properly by @SinTan1729
  • Simplified logic flow to minimize number of transactions by @SinTan1729
  • More consistent and legible SQL indentation by @SinTan1729
  • Use cached statement as much as possible by @SinTan1729
  • Some database optimizations, may help in #97 by @SinTan1729

Changes

  • Clean up the imports a little by @SinTan1729
  • Some optimizations by using &str and Rc instead of String and Vec by @SinTan1729
  • Make WAL mode an option by @SinTan1729
  • Do not print which expired links were deleted by @SinTan1729
  • API key access and hashing info now uses DEBUG loglevel by @SinTan1729
  • Some small layout adjustments in the WebUI by @SinTan1729
  • A semantic change, does not change functionality by @SinTan1729

Full Changelog: 6.3.2...6.4.0
Link to Docker Hub

6.3.2

18 Sep 00:23
6.3.2
20a1ac2

Choose a tag to compare

New

Fixes

New Contributors

Full Changelog: 6.3.1...6.3.2
Link to Docker Hub

6.3.1

01 Sep 18:47
6.3.1
dd7bd0c

Choose a tag to compare

Fixes

  • Positioning of the eye button after wrong password, and qr logo link for custom homepage by @SinTan1729

Full Changelog: 6.3.0...6.3.1
Link to Docker Hub

6.3.0

31 Aug 19:09
6.3.0
c695644

Choose a tag to compare

New

Fixes

Changes

Full Changelog: 6.2.13...6.3.0
Link to Docker Hub

6.2.13

15 Aug 05:42
6.2.13
360d40c

Choose a tag to compare

Fixes

New Contributors

Full Changelog: 6.2.12...6.2.13
Link to Docker Hub

6.2.12

06 Aug 05:24
6.2.12
c918fa2

Choose a tag to compare

Fixes

Full Changelog: 6.2.11...6.2.12
Link to Docker Hub

6.2.11

24 Jul 06:49
6.2.11
0e579ec

Choose a tag to compare

Fixes

  • All px are now em in styles
  • The position of tooltip for mobile view
  • Location for tooltips when table cell heights can change
  • Optimize the svg size
  • Clean up CSS in 404 page
  • Align link button with :before properly

Changes

  • Use em whenever it makes more sense
  • Use em for styles in mobile view
  • Don't add unnecessary gap above table in mobile view

Full Changelog: 6.2.10...6.2.11
Link to Docker Hub

6.2.10

22 Jul 04:12
6.2.10
682889f

Choose a tag to compare

New

Fixes

  • No padding for link buttons by @SinTan1729
  • No dotted border on the last entry in mobile view by @SinTan1729
  • Make sure that the short column has minimum width by @SinTan1729
  • Centering of the X button by @SinTan1729
  • Do not allow closing login dialog by pressing esc by @SinTan1729

Changes

Full Changelog: 6.2.9...6.2.10
Link to Docker Hub

6.2.9

20 Jul 20:54
6.2.9
4a4b4be

Choose a tag to compare

Fixes

Changes

Full Changelog: 6.2.8...6.2.9
Link to Docker Hub

6.2.8

18 Jul 04:26
6.2.8
a992fc5

Choose a tag to compare

Fixes

  • Properly catch errors in js
  • Move remaining inline js to script.js, fixes #82

Changes

  • Use defer to load script after page load
  • Started using prettier to format
  • Styling for table in mobile

Full Changelog: 6.2.7...6.2.8
Link to Docker Hub