Skip to content

Commit

Permalink
APK version v1.27.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Catfriend1 committed Apr 10, 2024
1 parent 7060a32 commit 94f44b5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 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.27.4
* Syncthing v1.27.6

Enhanced
--
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/play/release-notes/en-GB/default.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* Syncthing v1.27.4
* Syncthing v1.27.6

Enhanced
--
Expand Down
4 changes: 2 additions & 2 deletions app/versions.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext {
versionMajor = 1
versionMinor = 27
versionPatch = 4
versionWrapper = 1
versionPatch = 6
versionWrapper = 0
}
2 changes: 1 addition & 1 deletion syncthing/src/github.com/syncthing/syncthing
Submodule syncthing updated 46 files
+0 −13 .github/ISSUE_TEMPLATE/01-feature.md
+28 −0 .github/ISSUE_TEMPLATE/01-feature.yml
+0 −23 .github/ISSUE_TEMPLATE/02-bug.md
+51 −0 .github/ISSUE_TEMPLATE/02-bug.yml
+5 −1 AUTHORS
+0 −7 README.md
+25 −27 go.mod
+55 −56 go.sum
+7 −0 gui/default/assets/css/overrides.css
+1 −1 gui/default/assets/lang/lang-bg.json
+5 −5 gui/default/assets/lang/lang-es.json
+2 −2 gui/default/assets/lang/lang-fr.json
+2 −1 gui/default/assets/lang/lang-it.json
+1 −1 gui/default/assets/lang/lang-ko-KR.json
+91 −39 gui/default/assets/lang/lang-lt.json
+55 −54 gui/default/assets/lang/lang-pt-PT.json
+20 −12 gui/default/index.html
+1 −1 gui/default/syncthing/core/aboutModalView.html
+9 −0 gui/default/syncthing/core/syncthingController.js
+3 −2 lib/api/api.go
+18 −78 lib/api/api_auth.go
+84 −3 lib/api/api_test.go
+87 −0 lib/api/tokenmanager.go
+5 −0 lib/db/keyer.go
+18 −0 lib/db/lowlevel.go
+11 −6 lib/db/schemaupdater.go
+4 −0 lib/db/set.go
+7 −9 lib/model/folder_sendrecv.go
+9 −6 lib/model/indexhandler.go
+2 −4 lib/scanner/walk.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

0 comments on commit 94f44b5

Please sign in to comment.