-
Notifications
You must be signed in to change notification settings - Fork 5
v0.6.0
Cameron Sutter edited this page Aug 23, 2016
·
1 revision
- bug fix: files without a version don't update if a file didn’t have a version saved in it, they wouldn’t be able to update, but I fixed that no prob
- Bump version to 0.6.0 closes #17 updated example file to version 0.6.0 also adds convenient build script
- bug: file migrating it wasn’t saving the files after updating and then it was saving the json directly instead of stringifying it first
- remove userOptions removes userOptions everywhere in preparation for doing this differently. The plan is to save this to a user’s user data storage instead of to the plottr file
- character colors closes #3 also cleans up a little that was left over from chapters still and some places things
- remove remnants of chapters
- colors for places refs #3 also removes places/characters from the timeline cards on hover
- bugfix: open files that are the right version refs #20 Oops … during the migration commit, I caused files of the right version to never be opened. This fixes that
- File migrations frd fixes #20 File migrator and the first migration to v0.6. Subsequent migrations will need to follow the pattern of this migration.
- minimal on outline view closes #33 shows a mini outline on the right side of the outline view
- tag colors refs #3 color choosing and displaying for tags. Improved tag page that shows the selected color. Updated example file to have several tags with color.
- show card tags on hover fixes #11 when the mouse hovers over a card, it shows its tags. You can scroll to see the overflow which is kind of janky but I don’t have a better solution right now
- foundation changes for characters/places/tags characters/places/tags are on their own separate navigation item now. Functionality is the same and the design on each needs to be improved
- changelogs fixes #31 To make a changelog run “npm run changelog”
- display current file name fixes #30
- google fonts locally & css improvements fixes #21 the css was loading like 8 times on the page, so i reworked that and now it only loads once. Moved icons to their own folder Downloaded google fonts and now it’s pulling them locally so when you don’t have an internet connection Plottr doesn’t take forever to load
- OS X menu improvements fixes #23 I punted on moving the menu creation to another file because of the click functions. I also didn’t separate windows and mac things, so windows users may have some non-working menu items.
- newest file version
- app category fixes #18
- simple example file