Bump version for 1.12.0
This version is not yet available as a build
This commit is contained in:
parent
be49e77f9d
commit
52c22f57a9
11
CHANGELOG
11
CHANGELOG
|
@ -191,3 +191,14 @@
|
|||
* #4277: Announce internal and external address to the global discovery service, encrypted
|
||||
* #6734: Consider moving configuration to a proto contract
|
||||
* #6928: Announce LAN addresses to global discovery
|
||||
|
||||
[1.12.1]
|
||||
* Update Syncthing to 1.12.0
|
||||
* #5360: Dangling symlink prevents filesystem watcher on FreeBSD
|
||||
* #6664: Panic due to internal folder context used on exported methods
|
||||
* #7063: panic: runtime error: invalid memory address or nil pointer dereference
|
||||
* #7077: GUI stuck with "id is not defined" error when trying to ignore non-existent folder
|
||||
* #7098: File deletions are not being synced in newly shared folders
|
||||
* #6540: Config PATCH/PUT/DELETE API
|
||||
* #7099: Add a html message to GUI when javascript is disabled
|
||||
* #7108: Certificate for relaysrv with better naming
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Decentralized file synchronization",
|
||||
"version": "1.12.0",
|
||||
"version": "1.12.1",
|
||||
"healthCheckPath": "/healthcheck",
|
||||
"httpPort": 8000,
|
||||
"addons": {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This app packages Syncthing <upstream>1.11.1</upstream>.
|
||||
This app packages Syncthing <upstream>1.12.0</upstream>.
|
||||
|
||||
Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
FROM cloudron/base:2.0.0@sha256:f9fea80513aa7c92fe2e7bf3978b54c8ac5222f47a9a32a7f8833edf0eb5a4f4
|
||||
|
||||
ARG VERSION=1.11.1
|
||||
ARG VERSION=1.12.0
|
||||
|
||||
RUN mkdir -p /app/code
|
||||
WORKDIR /app/code
|
||||
|
|
Loading…
Reference in New Issue