Skip to content
Cameron Sutter edited this page Aug 23, 2016 · 1 revision

2016-05-05

  • 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

2016-05-04

  • 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.

2016-04-28

  • minimal on outline view closes #33 shows a mini outline on the right side of the outline view

2016-04-26

  • 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.

2016-04-20

  • 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

2016-03-24

  • 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

2016-03-10

  • changelogs fixes #31 To make a changelog run “npm run changelog”
  • display current file name fixes #30

2016-02-11

  • 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

2016-02-09

  • view tags on cards in outline view closes #2
  • simple about window (mac) refs #25 adds a simple about window using the built-in mac menu item. Still needs more to close this issue
  • windows build :) quick and dirty windows build

2016-02-07

  • added electron-json-storage refs #19 this will be used to for user options
  • save with version refs #20 every time the file is saved, it will have the app version on it
  • simple file migration framework refs #20 needs testing before it’s ready
Clone this wiki locally