From 6e84d7bace6d529f1ddeb4601d97e3024ed1f43c Mon Sep 17 00:00:00 2001 From: Phil de Joux Date: Sun, 28 Mar 2021 07:21:08 -0400 Subject: [PATCH] Bump version and fill out changelog. --- changelog.md | 9 ++++++++- lang-haskell/app-view/comp-view/FlareTiming/Footer.hs | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index ca0e739ad..a17f6b4f6 100644 --- a/changelog.md +++ b/changelog.md @@ -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 @@ -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 diff --git a/lang-haskell/app-view/comp-view/FlareTiming/Footer.hs b/lang-haskell/app-view/comp-view/FlareTiming/Footer.hs index 60f81c2a2..f8f7f0d65 100644 --- a/lang-haskell/app-view/comp-view/FlareTiming/Footer.hs +++ b/lang-haskell/app-view/comp-view/FlareTiming/Footer.hs @@ -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"