From b0c5a1bedf331feaf0630ae5c1e28c11507a63d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=B6nel?= Date: Sun, 12 Feb 2017 11:36:48 +0100 Subject: [PATCH] Update readme to reflect change in version and increase version to v1.1.3 --- package.json | 2 +- readme.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f9a287..e0a487f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkvinfo2json", - "version": "1.1.2", + "version": "1.1.3", "description": "MkvInfo2Json is a tool to recursively scan directories for MKV files and extract meta-information using mkvinfo that is then stored as JSON.", "main": "index.js", "scripts": {}, diff --git a/readme.md b/readme.md index 941a73e..43e0cd8 100644 --- a/readme.md +++ b/readme.md @@ -39,5 +39,6 @@ That is how MKV Overview presently looks. It's neither very pretty nor is it opt # History +* **v1.1.3** Small update to fix the non-working filter for subtitles * **v1.1.2** Contains a schema-definition for the JSON generated/interpreted and uses a JSONP-file with default `.js`-extension by default for better compatibility. Also improved the parsing of `segInfo`-blocks for MKV files. MKV Overview can now display and filter `Head`- and `SegInfo`-blocks. * **v1.0.0** Initial release