Version 3.7.0¶
The translations continue!
There is something special about seeing Free software cross the borders between peoples. This release of LiberaForms comes translated to Русский!
LiberaForms now speaks Castellano, Català, Čeština, Deutsche, English, Euskara, Français, Galego, தமிழ, and Русский.
Thank you to all the translators, and to @gfbdrgng (aka @iuvi) for your time. ♥
Enjoy!
L10n: New E2EE strings¶
We are working on getting End-to-end encryption published.
We've recently finished the documentation and the new E2EE app strings are ready to be translated here and here.
If you are interested, please find our translating intro here.
End to End Encryption
Just to let you know that we are on track to release E2EE early 2025.
Thanks for your patience and for the translations!
Bugs¶
Form field Edit
-> Preview
-> Edit again
-> Save
, would fail :(
Surely very frustrating for the people who this happened to. Sorry. Fixed now!
Other stuff¶
Some minor UX tweaks
Upgrade from v3.*.*
¶
Stop LiberaForms
sudo supervisorctl stop liberaforms
sudo supervisorctl stop liberaforms-logs
Fetch version 3.7.0
git fetch origin tag v3.7.0 --no-tags
git checkout v3.7.0 -b v3.7.0
cat VERSION.txt
Upgrade python packages (not required if upgrading from v3.5.0)
source ./venv/bin/activate
pip install --upgrade pip
pip install -r ./requirements.txt
Upgrade the database schema to 257a4f31751b
(not required if upgrading from v3.5.0)
flask db upgrade
See the installed versions
flask site get-versions
Restart the supervisor processes.
sudo supervisorctl start liberaforms-logs
sudo supervisorctl start liberaforms