Releases: dpmott/konopas
Releases · dpmott/konopas
Version v0.9.7
0.9.7 (2022-10-01)
- Interface
- Adding support for HTML markup in titles
- Updating util2/index.js to fix bug related to people with suffix but no prefix.
Full Changelog: v0.9.6...v0.9.7
Version 0.9.6
0.9.6 (2022-08-27)
- Interface:
- Adding gender pronoun support. Updated CHANGELOG
Full Changelog: v0.9.5...v0.9.6
Version 0.9.5
0.9.5 (2022-01-29)
- Interface:
- Fixed broken tab navigation and page loading on Android 10+
Full Changelog: v0.9.4...v0.9.5
Version 0.9.4
0.9.4 (2021-10-03)
- Interface:
- Replaced dependency on deprecated Browser AppCache with interval timer to check for data updates
Full Changelog: v0.9.3...v0.9.4
Version 0.9.3
0.9.3 (2019-11-16)
- New features:
- Added ability to query filter on YYYY-MM-DD.
Version 0.9.2a
0.9.2a (2018-10-30)
- Bugfix:
-Making tab highlighting work correctly for the user-defined tabs.
Version 0.9.2
0.9.2 (2018-10-30)
- New features:
- Added support for adding an unlimited number of user-defined tabs using the 'more' hash prefix.
Version 0.9.1
0.9.1 (2018-10-29)
- Interface:
- Added support for a 'status' field in the program.json metadata, which will display an event status in the UI. Use this to draw attention to events that have been moved/rescheduled/canceled.
- Code:
- Changed visible text 'programme' to 'program'
- Non-functional code changes
- Util:
- Enhanced PHP scripts to be more tolerant of gaps in spreadsheet data.
- Added a util2 folder that re-implements the PHP scripts in ES6 javascript (Node.js)