Releases: msteudtn/Mat-O-Wahl
Releases · msteudtn/Mat-O-Wahl
0.6.0.9.20230407
- new addon
extras/addon_permalink_to_personal_result.js
to save a link of your result to the clipboard and come back to it later #87 (Thanks to FEnglisch) intParties
is not set in thedefinition.js
, but is computed in real time (new functionfnSetIntParties()
withinfnReadPositions()
) #83 (Thanks to FEnglisch)- Bugfix: Buttons don't keep their focus after clicking on them #79 (Thanks to FEnglisch)
0.6.0.7.20230203
- Addon
extras/addon_contacts_in_results.js
can now read email addresses from data-tags in parties.csv - new addon
extras/addon_show_first_results.js
to show the first result(s) already unfolded with all information
0.6.0.5.20221106
- Small fixes
- Party-answers are shown in
#resultsByPartyTable
even if they should be hidden by the addon "limit_results" #68 - Textfilter-addon sometimes didn't show answers in the two bottom tables #70
- Added a contact-option (mailto) to the results via a new addon #65
- Added a new DIV ("clamp") around the row with the result-summary (top table
#resultsShortParty
). Now, the CSS zebra-stripes (via.mow-row-striped
) work better if an addon adds another row under it. - Updated the "favorite party" addon / question at the beginning due to the new "clamp"-DIV
- Declared variables in
data/definition.js
with CONST instead of VAR according to standard ES2015 (ES6)
- Party-answers are shown in
0.6.0.3.20220303
- Fix for #58
- updated
OUTPUT.JS
,GENERAL.JS
and CSV-file of parties forEXTRAS/addon_results_textfilter_by_button.js
- Major change in the addon! Keywords for the search have to be placed in the party-description and no longer in the party-name.
- before:
ABC-Party #keyword 👤 ​ ‎
- after:
The ABC-Party fights for your right to literacy. #keyword 👤 ​ ‎
- Filter-buttons are now shown twice: on top and at the bottom
- Filter-buttons at the top moved under the headline (before: over the headline)
- First button is now active by default.
- updated
0.6.0.2.20211031
Minor fixes
- Update (Clarification) in the privacy statement.
- Updated error message(s) in
QUICKTEST.HTML
.
0.6.0.20210902
- End of funding project https://prototypefund.de/ "Runde 9" (Richtlinie "Software-Sprint") by Bundesministerium für Bildung und Forschung https://www.bmbf.de/ with support of Open Knowledge Foundation Deutschland e.V. https://okfn.de/ and DLR Projektträger https://www.dlr.de/pt/
- Summary of changes
- New list of results: all parties and their answers (0.6.0.stable.20210313 BMBF-PTF-AP1)
- Added a one-time welcome-message instead of showing the election-description every time. (Improvement for mobile devices)
- New addon: Show only a limited number of results at the end #21
- New addon: Ask for the favorite party at the beginning (0.6.0.stable.20210709 BMBF-PTF-AP3)
- New addon: Include Mat-o-Wahl via an
iframe
on external sites #25 - Improved addon: textfilter for multiple elections with one "CSV-database" (e.g. Noth, East, South, West) (0.6.0.stable.20210405 BMBF-PTF-AP2)
- Improved settings for statistics #43
- Slightly improved analysis of statistics from database instead of text-file #18
- Changed the request for permission for data-analytics. It is now a pop-up (modal) after the last question instead of a toggle-button under the questions #35
- Started to remove jQuery-library
- UX changes: removed some icons, re-arranged the order of the buttons, removed the progress-bar
- Major changes to version 0.5.1:
- Renamed some variables in
DEFINITION.JS
- New: array
var addons = []
inDEFINITION.JS
- Changed Type:
var design
is now anARRAY
and not aSTRING
inDEFINITION.JS
- Changed and updated CSS-Stylesheets in
/STYLES
andINDEX.HTML
- New variables in
/extras/i18n/
- Renamed some variables in