Skip to content

Commit

Permalink
APK version v1.18.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Catfriend1 committed Nov 3, 2021
1 parent 4bdcadf commit 6144b7b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SyncthingNative_update_and_build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ REM Script Consts.
SET CLEAN_BEFORE_BUILD=1
SET SKIP_CHECKOUT_SRC=0
SET USE_GO_DEV=0
SET DESIRED_SUBMODULE_VERSION=v1.18.3
SET DESIRED_SUBMODULE_VERSION=v1.18.4
SET GRADLEW_PARAMS=-q
REM
REM Runtime Variables.
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/play/release-notes/en-GB/beta.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* Syncthing v1.18.3
* Syncthing v1.18.4

Enhanced
--
Expand All @@ -7,6 +7,7 @@ Enhanced

Fixes
--
- Correct default of "cleanupIntervalS" folder/versioning element (#856)
- Fix broadcast control via START/STOP commands (#850)


Expand Down
2 changes: 1 addition & 1 deletion app/versions.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext {
versionMajor = 1
versionMinor = 18
versionPatch = 3
versionPatch = 4
versionWrapper = 0
}
Submodule syncthing updated 50 files
+1 −0 AUTHORS
+2 −2 build.go
+21 −21 gui/default/assets/lang/lang-bg.json
+5 −1 gui/default/assets/lang/lang-de.json
+4 −0 gui/default/assets/lang/lang-en.json
+2 −2 gui/default/assets/lang/lang-fr.json
+442 −0 gui/default/assets/lang/lang-id.json
+8 −8 gui/default/assets/lang/lang-it.json
+10 −10 gui/default/assets/lang/lang-zh-CN.json
+4 −4 gui/default/assets/lang/lang-zh-TW.json
+1 −1 gui/default/assets/lang/prettyprint.js
+1 −1 gui/default/assets/lang/valid-langs.js
+7 −4 gui/default/index.html
+1 −1 gui/default/syncthing/core/aboutModalView.html
+16 −3 gui/default/syncthing/core/syncthingController.js
+2 −1 lib/connections/quic_dial.go
+6 −4 lib/connections/quic_misc.go
+27 −17 lib/connections/registry/registry.go
+38 −13 lib/connections/registry/registry_test.go
+0 −6 lib/dialer/internal.go
+3 −1 lib/dialer/public.go
+20 −0 lib/model/folder_sendrecv.go
+3 −0 lib/model/indexhandler.go
+19 −11 lib/model/sharedpullerstate.go
+4 −0 lib/protocol/encryption.go
+31 −0 lib/protocol/encryption_test.go
+17 −24 lib/protocol/errors.go
+2 −0 lib/protocol/nativemodel_darwin.go
+1 −3 lib/protocol/nativemodel_unix.go
+2 −0 lib/protocol/nativemodel_windows.go
+1 −1 lib/protocol/protocol.go
+0 −20 lib/util/utils.go
+0 −44 lib/util/utils_test.go
+1 −1 man/stdiscosrv.1
+1 −1 man/strelaysrv.1
+1 −1 man/syncthing-bep.7
+1 −1 man/syncthing-config.5
+1 −1 man/syncthing-device-ids.7
+1 −1 man/syncthing-event-api.7
+1 −1 man/syncthing-faq.7
+1 −1 man/syncthing-globaldisco.7
+1 −1 man/syncthing-localdisco.7
+1 −1 man/syncthing-networking.7
+1 −1 man/syncthing-relay.7
+1 −1 man/syncthing-rest-api.7
+1 −1 man/syncthing-security.7
+1 −1 man/syncthing-stignore.5
+1 −1 man/syncthing-versioning.7
+1 −1 man/syncthing.1
+17 −0 script/translate.go

0 comments on commit 6144b7b

Please sign in to comment.