diff --git a/CHANGELOG.md b/CHANGELOG.md index f6719ae9..b59a0056 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # asciinema player changelog +## 2.5.0 (2017-08-27) + +* License changed to Apache Software License V2 +* Smaller file size of JS bundle +* Performance improvements +* `cols`/`rows` now affect internal VT size in addition to window size +* Fixed Unicode handling for codepoints >= 0x100000 +* Fixed speed-up (>) / slow-down (<) keys + ## 2.4.1 (2017-02-20) * Fixed \e[1J handling when cursor is over last column diff --git a/project.clj b/project.clj index 1066dbe1..4910d4ec 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject player "0.1.0-SNAPSHOT" +(defproject player "2.5.0-SNAPSHOT" :description "asciinema player" :url "https://github.com/asciinema/asciinema-player" :license {:name "Apache 2.0" diff --git a/resources/license.js b/resources/license.js index 55760bb2..fa649cab 100644 --- a/resources/license.js +++ b/resources/license.js @@ -1,5 +1,5 @@ /** - * asciinema-player v2.4.1 + * asciinema-player v2.5.0 * * Copyright 2011-2017, Marcin Kulik *