Skip to content

Welcome to the blog

We publish the occasional post about LiberaForms in general.

New software releases are also posted here, so we'll be referencing this site as a source of upgrade information.

Thanks for visiting.

Free Form software for all!

 

Version 3.7.1

Just a quick release before we launch v4.

This release comes with two notable bug fixes:

  • Form edition Cancel button now actually cancels the edition correctly
  • CSV and JSON answer exports correctly handle fields with duplicate names

4.0.0 Release candidate 1

We are publishing this release candidate in the hope you may evaluate it before the definitive release.

LiberaForms 4 will come with end-to-end encryption built in using OpenPGP.js. :D

Before releasing we would like to test our implementation of OpenPGP.js in general and especially test using different browsers (Safari, Edge, etc).

If you would like to help, we kindly invite you to create an account at dev.liberaforms.org and use the new E2EE features, starting with your PGP key pair.

Please consider sending us encrypted feedback if you do decide to.

Thanks for the help!

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!

Version 3.6.0

The translations continue!

It is real pleasure to release this version of LiberaForms translated to both Čeština and தமிழ்.

LiberaForms now speaks Castellano, Català, Čeština, Deutsche, English, Euskara, Français, Galego, தமிழ (Tamil).

Thank you to all the translators, and to both @trendspotter and @TamilNeram for your time. ♥

Enjoy!

Version 3.5.0

We are pleased to announce that LiberaForms fala galego!

Also importantly, the GDPR wizard has been translated to Čeština too :)

And not least, this release comes with improved form sharing and bug fixes.

E2EE progress

It's been two months since we first announced an E2EE preview available at dev.liberaforms.org

We've made good progress since then:

  • Step-by-step personal key creation
  • Adds an E2EE demo
  • Easy 'Delete all' and 'Restore' keys options
  • The UI prompts for key restoration when required
  • Key resoration handles passphrase
  • Key's are stored in the browser's localStorage and sessionStorage correctly
  • Simplifies form key creation
  • Adds option to copy the form's private key
  • Finishes unifying editor and reader form sharing code
  • Sharing E2EE forms UI gracefully handles different form user E2EE states

User documentation has somewhat fallen behind. Some work has been done but needs love and care.

Known bug. Form user E2EE status is incorrect when the personal keys have be purposefully overwritten.

Feel free to try it out at dev.liberaforms.org and give us some feedback! :)

Version 3.3.0

By popular demand, LiberaForms now comes with a Map field that can be easily included in your forms to solicit geo location data!

  • Collected map data can be viewed, edited, and exported in the same way you already manage your answers
  • Two endpoints (HTML and JSON) to view answers on a map via publically available URLs
  • Editors may customize the information displayed in map marker popus
  • Admins can define the default map field coordinates and zoom on the /admin page

This release includes some bug fixes. Worth mentioning:

  • Form attachments upload correctly from iOS devices
  • Forms don't submit when the <enter> key is pressed on a focused input field

We've also revisited the installation process. LiberaForms installs on debian12 and tests against more Python versions (see INSTALL.md)

End to End Encryption (E2EE) on LiberaForms

After some teasing, we are happy to announce that this feature has landed on dev.liberaforms.org!

That means it is now open for broader testing and will make it into v4, the next version of LiberaForms, which will make your favourite FOSS form software much more useful and interesting.

You can check the user documentation here, so we will be focusing here a tad more on the design and implementation of the feature.