Skip to content

Latest commit

 

History

History
122 lines (91 loc) · 4.51 KB

CHANGELOG.md

File metadata and controls

122 lines (91 loc) · 4.51 KB

Changelog

1.4.0 (2022-12-27)

Others

  • ⬆️ Upgrade dependencies
  • Switch to poetry for dependency management

1.3.1 (2021-12-26)

Others

  • ⬆️ Upgrade dependencies

1.3.0 (2021-07-27)

New Features

  • ✨ Add updater.sh (#28)
  • ✨ Add a self diagnotstic page (#29)
  • ✨ Add interactive vote creation (#25)

Fixes

  • 🐛 Fix issues #27 and #30
  • 🐛 Open a new tab when opening a document on votes-index (#26)
  • 🐛 Add public_results in admin
  • ⬆️ Fix django warning after depencies upgrade

Others

  • ⬆️ Upgrade dependencies
  • ⬆️ Upgrade dependencies

1.2.1 (2021-04-11)

Fixes

  • 🐛 Quick fix list of voters (#23)

1.2.0 (2021-03-20)

New Features

  • ✨ Allow votes to have public results
  • 🎨 Add logo (#14)
  • 🌐 Change LANGUAGES TO MODELTRANSLATION languages for the dropdown (#2)
  • 🚸 Improve admin panel (#8)
  • ✨ Improve vote method in order to detect more incorrect ballots

Fixes

  • 🐛 Fix translation of groups on the votes index (#15)
  • 🐛 Fix number of voters on results pages (#17)
  • 🐛 Get good order for votes (#16)
  • 🐛 Fix get_modeltranslation_available_languages and a test
  • 🐛 Fix a language bug affecting the voting system
  • ✏️ Fix minor typo in french translation

Docs

  • 📝 Improve docstr coverage (#12)
  • 📝 Improve doc and translation
  • 📝 Add documentation translation in French (#9)
  • 📝 Reorder documentation #7
  • 📝 Add contributing file

Others

  • 💚 Only run coveralls if secret is available
  • ⬆️ Upgrade dependencies
  • ⬆️ Upgrade dependencies
  • 🔖 Indicate version 1.0.0-dev to differentiate from stable
  • ⬆️ Upgrade dependencies
  • Remove pinned python of pipfile
  • 📝 Add command line to run test with coverage
  • 📄 Add authors file and change license information
  • ✅ Add tests

1.1.0 (2021-01-02)

New Features

  • 🌐 Change LANGUAGES TO MODELTRANSLATION languages for the dropdown (#2)
  • 🚸 Improve admin panel (#8)
  • ✨ Improve vote method in order to detect more incorrect ballots

Fixes

  • 🐛 Fix get_modeltranslation_available_languages and a test
  • 🐛 Fix a language bug affecting the voting system
  • ✏️ Fix minor typo in french translation

Docs

  • 📝 Improve doc and translation
  • 📝 Add documentation translation in French (#9)
  • 📝 Reorder documentation #7
  • 📝 Add contributing file

Others

  • 💚 Only run coveralls if secret is available
  • ⬆️ Upgrade dependencies
  • ⬆️ Upgrade dependencies
  • 🔖 Indicate version 1.0.0-dev to differentiate from stable
  • ⬆️ Upgrade dependencies
  • Remove pinned python of pipfile
  • 📝 Add command line to run test with coverage
  • 📄 Add authors file and change license information
  • ✅ Add tests

1.0.0 (2020-12-05)

Fixes

  • 🐛 Fix a language bug affecting the voting system
  • ✏️ Fix minor typo in french translation

Docs

  • 📝 Add contributing file

Others

  • 💚 Only run coveralls if secret is available
  • 📝 Add command line to run test with coverage
  • 📄 Add authors file and change license information
  • Add docker

0.1.0

  • Initial commit