add list files for autoupdate feature

put new Versioning
fix bugs
This commit is contained in:
Alex Bezdieniezhnykh
2025-06-10 23:38:37 +03:00
parent dcd0fabc1f
commit f9815a0a3f
26 changed files with 204 additions and 127 deletions
+8
View File
@@ -13,4 +13,12 @@ cdef class UploadFileData(FileData):
@staticmethod
cdef from_msgpack(bytes data)
cdef bytes serialize(self)
cdef class FileList:
cdef public list[str] files
@staticmethod
cdef from_msgpack(bytes data)
cdef bytes serialize(self)