Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
LtPeriwinkle committed Dec 5, 2020
1 parent 4929018 commit 44ca74b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

### 1.0.0
- Basic speedrun timing functionality
- Start offset support
- Read run from split file (file currently locked to "run.msf" in directory where executable is stored)
- If completed run is a PB, save run data to split file
- Change timer color according to run status (not sure if this all works properly)
- Spacebar to start, split, stop; Enter to pause/unpause; R key to reset timer
- Convert time to 30fps values on stop (non-configurable)
- Doesnt crash when you resize the window vertically (yay!) (horizontal resizes probably still bad)
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# <img src="assets/MIST.png" width="30" height="30"/> mist
a minimal, improved speedrun timer

[Changelog](CHANGELOG.md)
---

The goal of this project is not to have more features than LiveSplit or to look better than LiveSplit.
Expand All @@ -11,13 +11,13 @@ More will probably be added to this list in the future
- [ ] Cross platform
* [X] Linux
* [X] Windows
* [ ] MacOS (untested as I don't have a mac, but should work)
* [X] MacOS (compiled & tested in macOS catalina VM)
- [X] Human-readable split file (using [ron](https://github.com/ron-rs/ron))
- [ ] LiveSplit split file transposing (for now, check out [this site](https://lsstomist.komali09.repl.co))
- [ ] (limited) customizability (i.e custom colors, perhaps fonts and layouts)
- [ ] split file creation tool
- [X] fps-based time conversion (so that the timer always ends on a time that corresponds to a possible frame time) (30fps done)
- [ ] dynamic run comparisons and colors
- [X] dynamic run comparisons and colors
- [ ] last 5 run avg comparison
- [ ] integrated notes (like SpeedGuidesLive)

Expand Down

0 comments on commit 44ca74b

Please sign in to comment.