aboutsummaryrefslogtreecommitdiffstats
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
parent8c5858e36b5da21b2e49acbe5cbfb7ea095735b6 (diff)
downloadteleterm-d54ff136bbdf94cc80fd3211d4626a5dc3ae2eca.tar.gz
teleterm-d54ff136bbdf94cc80fd3211d4626a5dc3ae2eca.zip
changelog and version bump0.1.4
-rw-r--r--CHANGELOG.md17
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
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 <doy@tozt.net>"]
edition = "2018"