mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-17 15:46:44 +00:00
Fixing changelog punctuation.
This commit is contained in:
@ -10,15 +10,15 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
|||||||
### Changed
|
### Changed
|
||||||
* GODT-885 Do not explicitly unlabel folders during move to match behaviour of other clients.
|
* GODT-885 Do not explicitly unlabel folders during move to match behaviour of other clients.
|
||||||
* GODT-616 Better user message about wrong mailbox password.
|
* GODT-616 Better user message about wrong mailbox password.
|
||||||
* GODT-1021 Do not allow copy Inbox->Sent or Sent->Inbox
|
* GODT-1021 Do not allow copy Inbox->Sent or Sent->Inbox.
|
||||||
* GODT-976 Exclude updates from clearing cache and clear cache, including updates, while switching early access off
|
* GODT-976 Exclude updates from clearing cache and clear cache, including updates, while switching early access off.
|
||||||
* GODT-1033 Retry starting IMAP server after connection was down
|
* GODT-1033 Retry starting IMAP server after connection was down.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
* GODT-1011 Stable integration test deleting many messages using UID EXPUNGE.
|
* GODT-1011 Stable integration test deleting many messages using UID EXPUNGE.
|
||||||
* GODT-1015 Use lenient version parser to properly parse version provided by Mac.
|
* GODT-1015 Use lenient version parser to properly parse version provided by Mac.
|
||||||
* GODT-919 Notify about update right after the start.
|
* GODT-919 Notify about update right after the start.
|
||||||
* GODT-919 GODT-1022 Logs and signals
|
* GODT-919 GODT-1022 Logs and signals.
|
||||||
|
|
||||||
|
|
||||||
## [IE 1.3.0] Farg
|
## [IE 1.3.0] Farg
|
||||||
|
|||||||
1
Makefile
1
Makefile
@ -256,7 +256,6 @@ lint-license:
|
|||||||
|
|
||||||
lint-changelog:
|
lint-changelog:
|
||||||
./utils/changelog_linter.sh Changelog.md
|
./utils/changelog_linter.sh Changelog.md
|
||||||
./utils/changelog_linter.sh unreleased.md
|
|
||||||
|
|
||||||
lint-golang:
|
lint-golang:
|
||||||
which golangci-lint || $(MAKE) install-linter
|
which golangci-lint || $(MAKE) install-linter
|
||||||
|
|||||||
Reference in New Issue
Block a user