Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1.3.1 #34

Merged
merged 5 commits into from
Aug 25, 2024
Merged

Version 1.3.1 #34

merged 5 commits into from
Aug 25, 2024

Conversation

MateusRodCosta
Copy link
Owner

@MateusRodCosta MateusRodCosta commented Aug 25, 2024

Changelog

IMPORTANT:
Version 1.2.3 changed the way the file copy works to use a 1 kb buffer and accidentally introduced a bug in doing so: the app would save files adding zeroes at the end to make the file size be a multiple of 1kb.
If the files you are saving don't absolutely need to match 1-to-1 the original, you should be fine, otherwise the added zeroes mean the new file isn't a exact copy and could cause issues (for example, diverging checksums).

Version 1.3.1 focus on fixing that bug. Sorry for any inconveniences!

Issues

Fixes #32

@MateusRodCosta MateusRodCosta self-assigned this Aug 25, 2024
@MateusRodCosta MateusRodCosta merged commit 2a8ca14 into main Aug 25, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Saved file is different in size than the original
1 participant