aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-06 15:59:25 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-06 15:59:25 -0500
commitd54ff136bbdf94cc80fd3211d4626a5dc3ae2eca (patch)
tree00dcdb2db873b231429bb7ae93d7a24ae2e16720 /CHANGELOG.md
parent8c5858e36b5da21b2e49acbe5cbfb7ea095735b6 (diff)
downloadteleterm-d54ff136bbdf94cc80fd3211d4626a5dc3ae2eca.tar.gz
teleterm-d54ff136bbdf94cc80fd3211d4626a5dc3ae2eca.zip
changelog and version bump0.1.4
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ff6b484..e8c72ee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog
+## [0.1.4] - 2019-11-06
+
+### Added
+
+* `tt play` now supports seeking back and forth as well as pausing, adjusting
+ the playback speed, and limiting the max amount of time each frame can take.
+
+### Changed
+
+* Moved quite a lot of functionality out to separate crates - see
+ `component-future`, `tokio-pty-process-stream`, `tokio-terminal-resize`,
+ `ttyrec`
+
+### Fixed
+
+* Ttyrecs with frame timestamps not starting at 0 can now be played properly.
+
## [0.1.3] - 2019-10-23
### Fixed