Skip to content

Commit 4e247fe

Browse files
committed
feat(history): v1.2.0 notes
1 parent 6c7a7ef commit 4e247fe

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

History.md

+49
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,53 @@
11

2+
v1.2.0 / 2022-11-02
3+
===================
4+
5+
* chore(version): bump minor
6+
* Merge pull request #147 from sayanarijit/fix-146
7+
* Add tests for m4a
8+
* Try matching audio before video
9+
* Merge pull request #145 from RSabet/master
10+
* update README to include avif
11+
* added image filetype avif
12+
* Update __init__.py
13+
* Merge pull request #141 from ferstar/master
14+
* test: remove unused imported(F401)
15+
* refactor: duck-typing reading magic string and try to restore the reader position if possible
16+
* test: fix E275 missing whitespace after keyword
17+
* test: Use tox pipeline instead of pytest
18+
* test: ignore E501 error for flake8 check
19+
* fix: CLI params parser
20+
* Merge pull request #137 from ferstar/master
21+
* fix: guess ".docx" func and add another doc file test case
22+
* fix: guess ".doc" func and add another doc file test case
23+
* test: skip benchmark test in tox config
24+
* fix: restore reader position after retrieving signature bytes
25+
* Merge pull request #136 from ferstar/master
26+
* test: no need to skip zstd test case
27+
* Merge pull request #135 from ferstar/master
28+
* fix: regression for file-like obj file type detection
29+
* Merge pull request #134 from babenek/actions
30+
* Merge pull request #129 from ferstar/master
31+
* Merge branch 'master' into master
32+
* Merge pull request #133 from magbyr/master
33+
* Merge pull request #131 from babenek/master
34+
* CI workflow in github actions
35+
* Changed to if statements in matching method
36+
* Changed return method because of coverage calculation problems
37+
* Extra line at EOF
38+
* Extra line at EOF
39+
* Extra line at EOF
40+
* Apply suggestions from code review
41+
* README changes
42+
* Linter changes
43+
* Added document filetypes for doc, docx, odt, xls, xlsx, ods, ppt, pptx and odp. Added tests and sample documents for document filetypes
44+
* Fix undocumented exception
45+
* style: Simplify binary to integer method
46+
* feat: add zstd skippable frames support
47+
* test: fix the tox config and missing test sample files
48+
* test: fix the zst test sample file
49+
* fix(readme): rst syntax wtf
50+
251
v1.1.0 / 2022-07-12
352
===================
453

0 commit comments

Comments
 (0)