From d54ff136bbdf94cc80fd3211d4626a5dc3ae2eca Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 6 Nov 2019 15:59:25 -0500 Subject: changelog and version bump --- CHANGELOG.md | 17 +++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 19 insertions(+), 2 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 diff --git a/Cargo.lock b/Cargo.lock index 9986bb3..c643f49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1662,7 +1662,7 @@ dependencies = [ [[package]] name = "teleterm" -version = "0.1.3" +version = "0.1.4" dependencies = [ "bytes", "clap", diff --git a/Cargo.toml b/Cargo.toml index 9633a9e..fe12322 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "teleterm" -version = "0.1.3" +version = "0.1.4" authors = ["Jesse Luehrs "] edition = "2018" -- cgit v1.2.3-54-g00ecf