Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit 6b51b8b

Browse files
committed
Bump version and update packages
1 parent 118d6af commit 6b51b8b

File tree

6 files changed

+238
-82
lines changed

6 files changed

+238
-82
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ Changes that require manual, atypical updates for those running their own instan
88

99
## [Unreleased]
1010

11+
## [6.6.0] - 2019-05-11
12+
13+
### Changed
14+
15+
- Mail storage system
16+
- Encrypted mail now also encrypts the headers (aside from required from/to/subject/reply-to) as well as any attachments
17+
- Main button on homepage when not logged in
18+
19+
### Deprecated
20+
21+
- Old mail storage system, which will be removed entirely 30+ days after this release
22+
1123
## [6.5.1] - 2019-05-04
1224

1325
### Fixed
@@ -104,7 +116,9 @@ Changes that require manual, atypical updates for those running their own instan
104116

105117
- Release 6.0.0
106118

107-
[unreleased]: https://github.com/Xyfir/ptorx/compare/6.5.0...HEAD
119+
[unreleased]: https://github.com/Xyfir/ptorx/compare/6.6.0...HEAD
120+
[6.6.0]: https://github.com/Xyfir/ptorx/compare/6.5.0...6.6.0
121+
[6.5.1]: https://github.com/Xyfir/ptorx/compare/6.5.0...6.5.1
108122
[6.5.0]: https://github.com/Xyfir/ptorx/compare/6.4.1...6.5.0
109123
[6.4.1]: https://github.com/Xyfir/ptorx/compare/6.4.0...6.4.1
110124
[6.4.0]: https://github.com/Xyfir/ptorx/compare/6.3.0...6.4.0

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ptorx",
3-
"version": "6.5.1",
3+
"version": "6.6.0",
44
"description": "Send and receive mail anonymously with email forwarding and aliases through Ptorx.",
55
"main": "",
66
"author": "Xyfir, LLC <[email protected]> (https://www.xyfir.com)",
@@ -9,8 +9,8 @@
99
"singleQuote": true
1010
},
1111
"dependencies": {
12-
"ptorx-server": "^6.5.1",
13-
"ptorx-web": "^6.5.1"
12+
"ptorx-server": "^6.6.0",
13+
"ptorx-web": "^6.6.0"
1414
},
1515
"keywords": [
1616
"email forwarding",

server/package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ptorx-server",
3-
"version": "6.5.1",
3+
"version": "6.6.0",
44
"description": "Send and receive mail anonymously with email forwarding and aliases through Ptorx.",
55
"main": "app.js",
66
"scripts": {
@@ -28,12 +28,12 @@
2828
"escape-string-regexp": "^2.0.0",
2929
"express": "^4.16.4",
3030
"jsonwebtoken": "^8.5.1",
31-
"mailparser": "^2.7.0",
31+
"mailparser": "^2.7.1",
3232
"moment": "^2.24.0",
3333
"mysql": "^2.17.1",
3434
"node-forge": "^0.8.2",
3535
"nodemailer": "^6.1.1",
36-
"openpgp": "^4.5.0",
36+
"openpgp": "^4.5.1",
3737
"rword": "^3.1.1",
3838
"sender-rewriting-scheme": "^1.0.0",
3939
"smtp-server": "^3.5.0",

0 commit comments

Comments
 (0)