From 4dc15b7c31f6c4feac3c97376325a73c880aa1c5 Mon Sep 17 00:00:00 2001 From: ucnv Date: Sun, 12 Sep 2021 21:11:52 +0900 Subject: [PATCH] Version 0.2.0 --- ChangeLog.md | 8 ++++++++ README.md | 4 ---- lib/aviglitch.rb | 6 ++---- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 7eef6c6..5a94b26 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,11 @@ +### 0.2.0 / 2021-09-13 + +* Support for AVI2.0 formatted files. Now this library can handle files larger than 1GB. +* Added methods to Frames, including #index, #rindex, #first_of, and #last_of +* Removed warnings for the file size getting large. +* Added the class AviGlitch::Avi which manages binary RIFF-AVI data. +* A lot of internal changes. + ### 0.1.6 / 2021-08-21 * Removed obsolete dependencies. diff --git a/README.md b/README.md index df00184..59d9192 100644 --- a/README.md +++ b/README.md @@ -44,10 +44,6 @@ For more practical usages, please check