2019-03-07 13:48:45 +01:00
|
|
|
# ProtonMail Bridge Changelog
|
|
|
|
|
|
|
|
|
|
Changelog [format](http://keepachangelog.com/en/1.0.0/)
|
|
|
|
|
|
2019-05-16 11:39:54 +02:00
|
|
|
## [1.0.0] - 2019-03-07
|
2019-03-07 15:15:35 +01:00
|
|
|
* `master` refactor of master contains all changes from `oldMaster`
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
* `FirstKeyID` into `KeyRing` object to be able match salts
|
|
|
|
|
|
|
|
|
|
### Changed
|
2019-03-07 16:56:12 +01:00
|
|
|
* If statement re-factor following linter recommendations
|
|
|
|
|
* Constants rename following linter recomendations
|
|
|
|
|
* Comments following linter recomendations (not complete)
|
2019-03-07 15:15:35 +01:00
|
|
|
* Update the crypto and mime dependencies
|
|
|
|
|
* Error handling in `GetSessionFromKeyPaket`
|
|
|
|
|
|