Skip to content

Commit bf6469c

Browse files
Rikdekkerclaude
andcommitted
Release v1.1.2 - CSV encoding fix & Results label fixes
- Fix CSV export garbled characters on Windows/Excel by adding UTF-8 BOM (#57) - Fix Results chart legend showing internal option IDs instead of labels (#58) - Fix unanswered questions showing blank instead of "Not answered" (#58) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 442f398 commit bf6469c

16 files changed

Lines changed: 26 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to FormVox will be documented in this file.
44

5+
## [1.1.2] - 2026-04-23
6+
7+
### Fixed
8+
- **CSV export garbled German/special characters** — CSV export now includes a UTF-8 BOM so Excel on Windows correctly recognises the encoding ([#57](https://github.com/nextcloud/formvox/issues/57))
9+
- **Results chart legend shows internal option IDs** — The chart legend now uses the same label mapping as the charts themselves ([#58](https://github.com/nextcloud/formvox/issues/58))
10+
- **Unanswered questions blank in Results** — Unanswered questions now show "Not answered" (translated) instead of a blank dash ([#58](https://github.com/nextcloud/formvox/issues/58))
11+
512
## [1.1.1] - 2026-04-23
613

714
### Added

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* Expense declarations
3636
* Data collection with privacy requirements
3737
]]></description>
38-
<version>1.1.1</version>
38+
<version>1.1.2</version>
3939
<licence>agpl</licence>
4040
<author mail="info@voxcloud.nl">Sam Ditmeijer</author>
4141
<author mail="info@voxcloud.nl">Rik Dekker</author>

js/formvox-results.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

l10n/de.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ OC.L10N.register(
456456
"No results": "Keine Ergebnisse",
457457
"No routing rules yet. Add one to get started.": "Noch keine Weiterleitungsregeln. Fügen Sie eine hinzu, um zu beginnen.",
458458
"No, thanks": "Nein, danke",
459+
"Not answered": "Nicht beantwortet",
459460
"Not likely": "Unwahrscheinlich",
460461
"Note: Search for ": "Hinweis: Suche nach",
461462
"Notes": "Anmerkungen",

l10n/de.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,7 @@
455455
"No results": "Keine Ergebnisse",
456456
"No routing rules yet. Add one to get started.": "Noch keine Weiterleitungsregeln. Fügen Sie eine hinzu, um zu beginnen.",
457457
"No, thanks": "Nein, danke",
458+
"Not answered": "Nicht beantwortet",
458459
"Not likely": "Unwahrscheinlich",
459460
"Note: Search for ": "Hinweis: Suche nach",
460461
"Notes": "Anmerkungen",

l10n/en.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ OC.L10N.register(
456456
"No results": "No results",
457457
"No routing rules yet. Add one to get started.": "No routing rules yet. Add one to get started.",
458458
"No, thanks": "No, thanks",
459+
"Not answered": "Not answered",
459460
"Not likely": "Not likely",
460461
"Note: Search for ": "Note: Search for ",
461462
"Notes": "Notes",

l10n/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,7 @@
455455
"No results": "No results",
456456
"No routing rules yet. Add one to get started.": "No routing rules yet. Add one to get started.",
457457
"No, thanks": "No, thanks",
458+
"Not answered": "Not answered",
458459
"Not likely": "Not likely",
459460
"Note: Search for ": "Note: Search for ",
460461
"Notes": "Notes",

l10n/fr.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ OC.L10N.register(
456456
"No results": "Pas de résultats",
457457
"No routing rules yet. Add one to get started.": "Pas encore de règles de routage. Ajoutez-en une pour commencer.",
458458
"No, thanks": "Non, merci",
459+
"Not answered": "Non répondu",
459460
"Not likely": "Peu probable",
460461
"Note: Search for ": "Note : Recherche de",
461462
"Notes": "Notes",

l10n/fr.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,7 @@
455455
"No results": "Pas de résultats",
456456
"No routing rules yet. Add one to get started.": "Pas encore de règles de routage. Ajoutez-en une pour commencer.",
457457
"No, thanks": "Non, merci",
458+
"Not answered": "Non répondu",
458459
"Not likely": "Peu probable",
459460
"Note: Search for ": "Note : Recherche de",
460461
"Notes": "Notes",

l10n/nl.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ OC.L10N.register(
456456
"No results": "Geen resultaten",
457457
"No routing rules yet. Add one to get started.": "Nog geen routeringsregels. Voeg er een toe om te beginnen.",
458458
"No, thanks": "Nee, bedankt",
459+
"Not answered": "Niet beantwoord",
459460
"Not likely": "Niet waarschijnlijk",
460461
"Note: Search for ": "Opmerking: Zoek naar",
461462
"Notes": "Opmerkingen",

0 commit comments

Comments
 (0)