Releases: toastmasters-dev/quip-toastmasters
Releases · toastmasters-dev/quip-toastmasters
Release list
Version 9: December 09, 2018 10:58:04 PM
Fix printing issue for agendas with less than two speeches (#15)
But wait! That's not all. Included with the fixes are:
- Correct use of ampersands in funky speech projects

- Fix text retrieval from `RichTextRecord`: return empty string instead of placeholder text when field is blank
- Introduce more functional and (hopefully simpler) logic into `Root.openTab`
- Simplify logic for `utils.js:getTime`; make function return undefined when duration not found
- Move all speech data into `speeches.json`
- Use ES6 module instead of CommonJS syntax to export `getTime` from `utils.js`; this is consistent with the rest of the codebase
Version 9: December 09, 2018 10:56:19 PM
Make Travis build app.ele from commits to master (#16) - Provide instant feedback on pull requests if there is a build failure - Use custom names for tags and releases - Add build status icon to README