Kutt - Package Updates
Pinned
Kutt
-
[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)
-
@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 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
)