Update CHANGELOG

This commit is contained in:
Luc Didry
2023-04-26 11:56:57 +02:00
parent a9b514a30c
commit 47a67a428d
2 changed files with 4 additions and 2 deletions

View File

@@ -1,8 +1,10 @@
Revision history for Lutim
0.13.0 ????-??-??
- 💄 — Add Korrigan theme (Nicolas Frandeboeuf)
- 💄 — Add Korrigan theme (Nicolas Frandeboeuf)
- 🔥 — Remove zanata stuff
- ✨ — Add a config flag to disable API (@b_b)
- 🌐 — Update translations
0.12.1 2020-10-08
- ⬆️ Update jQuery

View File

@@ -22,7 +22,7 @@ our $default_config = {
watermark_default => 'none',
watermark_enforce => 'none',
theme => 'default',
disable_api => 0,
disable_api => 0,
dbtype => 'sqlite',
db_path => 'lutim.db',
max_files_in_zip => 15,