Kutt - Package Updates
Pinned
Kutt
-
[2.0.0]
- Update kutt to 3.0.0
- Full Changelog
- Important: This is a major update of Kutt . Please double check the registration settings after the update.
-
@Package-Updates Guys careful my asp.net Api integration braked so I have to revert back I am looking into possible fixes.
-
[2.0.1]
- Update kutt to 3.0.3
- Full Changelog
- Fixed showing localhost as domain when editing any link (Issue #777)
-
[2.0.2]
- Update kutt to 3.0.4
- Full Changelog
- Fixed error for using unknown
string_agg
function on MySQL/MariaDB (#788)
-
[2.1.0]
- Update kutt to 3.1.0
- Full Changelog
- Added themes and customizations (see Themes and customizations)
- Added
LINK_CUSTOM_ALPHABET
to support custom alphabet when generating short links' address - Added
TRUST_PROXY
configuration - Fixed showing empty domain address above input when editing a link
- Fixed error when editing a link by admin
- Added
custom
folder to Docker compose volumes (https://github.com/thedevs-network/kutt/commit/f4a59d4b14eb00a92ebba6ff9388ebcccffcf124) - Added default
DB_PORT
to the compose file for Postgres (https://github.com/thedevs-network/kutt/commit/b4849ee7371d702a31c0fbb53f0e7a086b56a3f5) - Removed unused images (https://github.com/thedevs-network/kutt/commit/602ba45cf6c99934c9d20a792c95327eee53c736)
- Add "powered by Kutt" to footer (https://github.com/thedevs-network/kutt/commit/9d75793256f3f93add82c4b5fb14088f56
-
[2.2.0]
- Symlink custom directory
- Set
TRUST_PROXY
-
[2.2.1]
- Update kutt to 3.1.1
- Full Changelog
- Fix searching links, users, and domains in tables when using SQLite or MySQL (https://github.com/thedevs-network/kutt/commit/de103423e3a30d1d21528c12e59cfd5a584636a5)
- Make sure
JWT_SECRET
is not empty (https://github.com/thedevs-network/kutt/commit/fc265ef22154000dab3ad7a6946045c564484ce9) - Add default
MAIL_PORT
value to the.example.env
file (https://github.com/thedevs-network/kutt/commit/ab83f60b9741e9d5977f7eff90be68376533cd02) - Use
count(*)
instead ofcount(id)
since it's slightly faster (https://github.com/thedevs-network/kutt/commit/876d12fc9dd9ab7d3128ce852043d7f99fdafcab)