Releases: SinTan1729/chhoto-url
Releases · SinTan1729/chhoto-url
6.4.0
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
New
- Show button action on hover by @SinTan1729
- Add address env var for bind address by @diogotcorreia in #94
Fixes
- Properly trim most env vars before checking by @SinTan1729
- Always open links in new tabs by @upamanyudas
New Contributors
- @diogotcorreia made their first contribution in #94
Full Changelog: 6.3.1...6.3.2
Link to Docker Hub
6.3.1
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
New
- Support for editing existing links by @SinTan1729 in #87
- Whoami API endpoint for getting user role by @SinTan1729
- Download button for QR code by @SinTan1729
- Added a toggle for password visibility by @SinTan1729
- Ability to show QR codes, fixes #54, fixes #68, fixes #52 by @SinTan1729
Fixes
- Some minor changes and cleaning by @SinTan1729
- Some UI quirks on mobile by @SinTan1729
- Disable actions on expired link by @SinTan1729
Changes
- More optmized login for add_link by @SinTan1729
Full Changelog: 6.2.13...6.3.0
Link to Docker Hub
6.2.13
Fixes
- CVE-2025-55159 by @SinTan1729
- Fix incorrect relative URL and ensure correct protocol in copy function by @AsbDaryaee in #86
New Contributors
- @AsbDaryaee made their first contribution in #86
Full Changelog: 6.2.12...6.2.13
Link to Docker Hub
6.2.12
Fixes
- Align text to left for link buttons by @SinTan1729
Full Changelog: 6.2.11...6.2.12
Link to Docker Hub
6.2.11
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
New
- Show index in the links table by @SinTan1729
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
- Do the same thing for the admin-button by @SinTan1729
- Use button instead of link for shortlinks by @SinTan1729
- Use a different glyph for the X button by @SinTan1729
- Use no-cache for fetching by @SinTan1729
Full Changelog: 6.2.9...6.2.10
Link to Docker Hub
6.2.9
Fixes
- Match the default look for logging by @SinTan1729
- Support timezones for logging by @SinTan1729
Changes
- Set font-display to swap by @SinTan1729
- Minor changes for mobile styles by @SinTan1729
- Support timezones in logging for alpine images by @SinTan1729
Full Changelog: 6.2.8...6.2.9
Link to Docker Hub
6.2.8
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