You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently compressed files have no information from which version compressed the file. If in the future the compressor changes the behaviour the same input might generate different outputs. Both for the compressing and decompressing.
Describe the solution you'd like
Add version to the file header. And capacity to the compressor to check version of the files and act accordingly.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently compressed files have no information from which version compressed the file. If in the future the compressor changes the behaviour the same input might generate different outputs. Both for the compressing and decompressing.
Describe the solution you'd like
Add version to the file header. And capacity to the compressor to check version of the files and act accordingly.
The text was updated successfully, but these errors were encountered: