Skip to content

Releases: toastmasters-dev/quip-toastmasters

Version 9: December 09, 2018 10:58:04 PM

Choose a tag to compare

@mxxk mxxk released this 09 Dec 22:58
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
    ![image](https://user-images.githubusercontent.com/2456381/49682043-ab32fe00-fa7a-11e8-9b95-7b3ba92727ff.png)
- 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

Choose a tag to compare

@mxxk mxxk released this 09 Dec 22:56
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