Skip to content

Releases: hacettepeoyt/formie

v3.2

29 May 23:49
Compare
Choose a tag to compare

Added

  • A footer with a link to this repository.

Changed

  • Changed the design of login/register pages to be similar to the new form page.

v3.1

29 May 16:20
Compare
Choose a tag to compare

Changed

  • Improved the form submit UI.

v3.0

29 May 14:12
Compare
Choose a tag to compare

Added

  • Information fields, which allow you to add additional context to your form.

Changed

  • Pinned SQLAlchemy to the latest pre-2.x version.
  • Changed to Minor.Patch-type versioning.

v1.2.1

25 Oct 22:14
Compare
Choose a tag to compare

Changed

  • Fixed redirections to 403 for forms with hide results ACF.
  • Fixed the developer instructions in the README.md to properly work.

v1.2.0

26 Sep 01:13
Compare
Choose a tag to compare

Added

  • A new ?goto option for form submittals which auto-redirect the user to the specified site after clicking submit.

Changed

  • Fixed the navbar logo being not properly centered. (Finally, this was bugging me since the beginning.)
  • Fixed the navbar taking more than 100% of the screen width causing a scrollbar to appear.
  • Fixed clicking any text in multi-choice answers triggering the first choice.
  • Changed the forms to be centered and occupy more space.

Removed

v1.1.0

29 Jul 18:08
Compare
Choose a tag to compare

Added

  • Access control flags: The ability to hide results or prevent anonymous users from answering.
  • Proper input validation: John Cena is not a valid answer to a yes or no question now.
  • Proper form validation: Empty forms etc. are disallowed now.

Fixed

  • Checkboxes work properly now.

Removed

v1.0.2

28 Jul 11:34
Compare
Choose a tag to compare

Moved the broken PKGBUILD.
Added auto-setup for the database.

v1.0.1

28 Jul 11:07
Compare
Choose a tag to compare

Added/Fixed PKGBUILD.

v1.0.0

27 Jul 15:39
Compare
Choose a tag to compare
frontend: export as csv option for results