Skip to content

Commit

Permalink
Bump version and fill out changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Mar 28, 2021
1 parent 7033591 commit 6e84d7b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ The [latest
version](https://github.com/BlockScope/flare-timing/blob/master/changelog.md)
of this changelog.

# Moved Files
# Moved Working Files
## v0.30

* Moved the file `.flight-system/clean-fsdb.xml` back to the root folder with
Expand All @@ -16,6 +16,13 @@ of this changelog.
* Invert the command/task folder order to have task/command such as
`.flare-timing/task-1/align-time/*.csv`.
* Break up working files so that they are per-task, not for the whole comp.
* Create intermediate folders for workings, if missing.
* Show the comparison columns in the table that goes with the time plot.
* Parse `//FsScoreFormula/@use_flat_decline_of_timepoints` from `*.fsdb` and
set the corresponding exponent as `^(2/3)` or `^(5/6)` for the time points
distribution. Draw the corresponding line of this equation on the time plot.
* Parse `//FsResult/@points` as double rather than int.
* Parse `//FsTaskShortestPath` deep, at any level of nesting within `FsTask`.

# Ess ≠ Goal
## v0.29
Expand Down
2 changes: 1 addition & 1 deletion lang-haskell/app-view/comp-view/FlareTiming/Footer.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Reflex.Dom
attribution :: MonadWidget t m => m ()
attribution =
elClass "div" "is-size-7" $ do
elAttr "strong" ("title" =: "app-view-0.29 2020-12-19T14:27") $ text "Flare Timing"
elAttr "strong" ("title" =: "app-view-0.30 2021-03-28T07:11") $ text "Flare Timing"
text " by "
elAttr
"a"
Expand Down

0 comments on commit 6e84d7b

Please sign in to comment.