aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-07 16:44:30 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-07 16:44:30 -0500
commitbe252a2e1377bac9dbb2fda60f9cb70f69122718 (patch)
tree21011e7c7a524574d7b655a484c5d6fef3f21e9f
parent41b34a45ec4879ff45c3a775bc0f8e4f96ded265 (diff)
downloadteleterm-be252a2e1377bac9dbb2fda60f9cb70f69122718.tar.gz
teleterm-be252a2e1377bac9dbb2fda60f9cb70f69122718.zip
changelog and version bump0.1.6
-rw-r--r--CHANGELOG.md7
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ca87d99..ae3109c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [0.1.6] - 2019-11-07
+
+### Added
+
+* `tt play` now has key commands for seeking to the start or end of the file.
+* `tt play` now allows searching for frames whose contents match a regex.
+
## [0.1.5] - 2019-11-06
### Fixed
diff --git a/Cargo.lock b/Cargo.lock
index 3a699ee..9762700 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1662,7 +1662,7 @@ dependencies = [
[[package]]
name = "teleterm"
-version = "0.1.5"
+version = "0.1.6"
dependencies = [
"bytes",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index 629d1a3..b728000 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "teleterm"
-version = "0.1.5"
+version = "0.1.6"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"