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:
Jakub
2020-12-09 16:48:44 +01:00
parent f295d03641
commit 914d1b27b5
6 changed files with 36 additions and 28 deletions

View File

@ -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
`