We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e91b7a1 commit 64d19ceCopy full SHA for 64d19ce
doc/news.rst
@@ -4,6 +4,28 @@ rarfile history
4
5
.. py:currentmodule:: rarfile
6
7
+Version 4.2 (xxxx-xx-xx)
8
+------------------------
9
+
10
+Features:
11
12
+* Support ``unrar-free`` >= 0.2.0.
13
+ [`#103 <https://github.com/markokr/rarfile/pull/103>`_]
14
+* Add :meth:`RarFile.is_solid` to check if archive uses
15
+ solid compression.
16
+ [`#101 <https://github.com/markokr/rarfile/issues/101>`_]
17
18
+Fixes:
19
20
+* Support old multi-volume archives better where ENDARC
21
+ does not contain NEXTVOL.
22
+ [`#97 <https://github.com/markokr/rarfile/issues/97>`_]
23
24
+Cleanups:
25
26
+* ci: Drop Python 3.7, add 3.12
27
+* ci: upgrade actions
28
29
Version 4.1 (2023-09-17)
30
------------------------
31
0 commit comments