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 02767d5 commit 8078fbcCopy full SHA for 8078fbc
CHANGELOG.md
@@ -6,6 +6,7 @@
6
* OFFLINE environ skips network-using tests (#132)
7
* Added Python3.10 Support
8
* Updated Cython to 0.29.26
9
+* Fixed `Archive.filesize` (#137)
10
11
## 1.0.0
12
libzim/zim.pxd
@@ -131,7 +131,7 @@ cdef extern from "libwrapper.h" namespace "wrapper":
131
Archive() except +
132
Archive(string filename) except +
133
134
- int getFilesize() except +
+ uint64_t getFilesize() except +
135
136
Entry getEntryByPath(string path) except +
137
Entry getEntryByPath(entry_index_type idx) except +
0 commit comments