Release history
chhoto-url releases
A simple, blazingly fast, selfhosted URL shortener with no unnecessary features; written in Rust.
All releases
19 shown
- Configuration variables have been renamed; old variable names continue to work via fallback but may be deprecated in future major releases
- Review INSTALLATION.md for the mapping between old and new configuration variable names
- Frontend page size is now configurable
- Application ID field added to database
Full changelog
Note
The names of the config variables have been changed. The old variable names are used for fallback, so existing deployments will keep working. At a future major release, these may be deprecated. So it's highly advised to change them to the new options. You can take a look at INSTALLATION.md for reference.
New
- Make frontend page size configurable by @SinTan1729 in #116
- Added application_id for the database by @SinTan1729
Changes
- Renamed config variables by @SinTan1729 in #117
Full Changelog: https://github.com/SinTan1729/chhoto-url/compare/6.5.9...6.6.0
Link to Docker Hub
Fixed URL handling to preserve all components and improved promise handling in insecure contexts
Added proper Unicode character support for international URL handling