Skip to content

Commit

Permalink
Prepare 2.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Aug 27, 2017
1 parent 430b7f8 commit e27ee92
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion resources/license.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* asciinema-player v2.4.1
* asciinema-player v2.5.0
*
* Copyright 2011-2017, Marcin Kulik
*
Expand Down

0 comments on commit e27ee92

Please sign in to comment.