mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-15 22:56:48 +00:00
Bridge Golden-Gate 1.5.3
• Support read confirmations • Adding GPLv3 licence button to the GUI • Improved testing • AppleMail crashes (timestamp related) • Encoding errors • Installation issues on linux
This commit is contained in:
@ -15,18 +15,16 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with ProtonMail Bridge. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
// Code generated by ./release-notes.sh at 'Mon Nov 23 07:38:53 AM CET 2020'. DO NOT EDIT.
|
||||
// Code generated by ./release-notes.sh at 'Wed Dec 9 05:55:04 PM CET 2020'. DO NOT EDIT.
|
||||
|
||||
package bridge
|
||||
|
||||
const ReleaseNotes = `• Improved package creation logic
|
||||
• Refactor of sending functions to simplify code maintenance
|
||||
• Added tests for package creation
|
||||
• For more detailed summary of the changes see https://github.com/ProtonMail/proton-bridge/blob/master/Changelog.md
|
||||
const ReleaseNotes = `• Support read confirmations
|
||||
• Adding GPLv3 licence button to the GUI
|
||||
• Improved testing
|
||||
`
|
||||
|
||||
const ReleaseFixedBugs = `• Bridge crashes related to labels handling
|
||||
• GUI popup related to TLS connection error
|
||||
• An issue where a random session key is included in the data payload
|
||||
• Error handling (including improved detection)
|
||||
const ReleaseFixedBugs = `• AppleMail crashes (timestamp related)
|
||||
• Encoding errors
|
||||
• Installation issues on linux
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user