Kutt - Package Updates
Pinned
Kutt
-
[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)
-
@Package-Updates Guys careful my asp.net Api integration braked so I have to revert back I am looking into possible fixes.
@DualOSWinWiz their is an issue with api response since 3.0 here is the link of github upstream
i believe only effecting api integrations.
https://github.com/thedevs-network/kutt/issues/795 -
[2.2.2]
- Update kutt to 3.1.2
- Full Changelog
- Fix missing
link
field when getting responses from the API (https://github.com/thedevs-network/kutt/commit/ffa00acaa4b681b261de6f7c40d0914634f8539a, issue https://github.com/thedevs-network/kutt/issues/795)
-
[2.3.0]
- Update kutt to 3.2.0
- Full Changelog
- Breaking: Default SQLite driver is changed from
sqlite3
tobetter-sqlite3
. This is only breaking if you have setDB_CLIENT
manually tosqlite3
. If so, you can change it tobetter-sqlite3
or install the drivernpm install sqlite3
if you want to keep using sqlite3. (Pull request #796) - Removed
cross-env
dependency and used--production
argument instead. (Pull request #796) - Removed
node-cron
dependency and usedsetInterval()
global function instead. (Pull request #796) - Removed
uuid
dependency and used Node.js built-in functioncrypto.randomUUID()
instead. (Pull request #796) - Removed unused dependency
node-mailer
(notnodmailer
, that one is still used.) (Pull request #796)
-
[2.3.1]
- Update kutt to 3.2.1
- Full Changelog
- Fix send button not showing on Safari (
fba5a73
)
-
@DualOSWinWiz their is an issue with api response since 3.0 here is the link of github upstream
i believe only effecting api integrations.
https://github.com/thedevs-network/kutt/issues/795@DualOSWinWiz this one is fixed 2.2.2
-
[2.3.2]
- Update kutt to 3.2.2
- Full Changelog
- Use
better-sqlite3
on the.example.env
and also addDB_FILENAME
. (ec5a99f
)
-
[2.3.3]
- Update kutt to 3.2.3
- Full Changelog
- Set environment variables by reading a file. Use
<variable_name>_FILE
. Read configuration for more info. (pull request #814)
-
[2.4.0]
- Update base image to 5.0.0