-
Notifications
You must be signed in to change notification settings - Fork 5
v0.8.0
Cameron Sutter edited this page Oct 4, 2016
·
1 revision
- update changelog
- bump minor version number
- [mac] associate .plottr with Plottr refs #28 on macOS, the .plottr files will have a cool Plottr icon and you can open Plottr by double clicking them
- trial version closes #42 enables a trial version build
- open tour file on first use refs #42
- migration for 0.8 start a migrator file for 0.8 which adds notes to places/characters
- open markdown help in a real browser fixes #67
- improve role descriptions improve the description of our roles in the Creators section of the about window
- fix bug reporting fixes #85 removes the insecure call to github and instead reports bugs in a more secure way
- decrease build size refs #64 by making a common bundle and minifying the js files for production, the builds should be smaller :)
- Merge pull request #89 from cameronsutter/dev Dev: Issue 69 fix
- Add Notes field to Character and Settings
Fixes Issue #69
Additionally:
- Changes "character description" label to say "Short Description"
- Changes "place description" label to say "Short Description"
- Changes "character name" label to say "Name"
- Changes "character description" label to say "Short Description"
- Fixes spelling error for Jon Willesen's name on About page
- Adds dev to Steve Shepherd's credits
- Changes:
- Updated
- report a bug closes #26 Now you can report a bug or request a feature
- improve startup time
- optimize build
- verify licenses closes #27 I had to reorganize the whole project to get this to work, mainly to get webpack to play nicely but it’s better as a result
- track usage closes #39 tracks simple actions (when online) so that we can measure engagement with Plottr. No story data is tracked/captured/transferred
- cleanup from multiple windows fixes #71 after a migration it will say that there are unsaved changes.
- multiple windows closes #15 More than one window open at a time
- remove unnecessary glyphicon fonts
- bug fix: new files fixes #66
- fix a few bugs node-sass needed to be updated, opening files wasn’t working, and the about window wasn’t showing. bumped build number
- fix build … again also started a js build script that isn’t currently working, but it will be useful in the future