Skip to content

Commit

Permalink
Prepare 1.3.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
MateusRodCosta committed Aug 25, 2024
1 parent 5d25bf4 commit 72ffe86
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
applicationId = "com.mateusrodcosta.apps.share2storage"
minSdk = 26
targetSdk = 34
versionCode = 21
versionName = "1.3.0"
versionCode = 22
versionName = "1.3.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/22.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<strong>IMPORTANT</strong>:
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!
5 changes: 5 additions & 0 deletions fastlane/metadata/android/pt-BR/changelogs/22.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<strong>IMPORTANTE</strong>:
A version 1.2.3 mudou a forma como a cópia de arquivo fucniona para usar um buffer de 1 kb e acidentalmente introduziu um bug no processo: o app salvaria arquivos adicionando zeros no final de forma a fazer o tamanho do arquivo ser um múltiplo de 1kb.
Se os arquivos que você salvou não precisam ser uma cópia idêntica ao original, não há com o que se preocupar, do contrário os zeros adicionados significam que o arquivo não é uma cópia exata e pode causar problemas (por exemplo, as hashes divergirem).

A versão 1.3.1 foca em resolver esse bug. Sinto muito por qualquer inconveniência!

0 comments on commit 72ffe86

Please sign in to comment.