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

Commit

Permalink
Bump version and update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXyfir committed May 12, 2019
1 parent 118d6af commit 6b51b8b
Show file tree
Hide file tree
Showing 6 changed files with 238 additions and 82 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ Changes that require manual, atypical updates for those running their own instan

## [Unreleased]

## [6.6.0] - 2019-05-11

### Changed

- Mail storage system
- Encrypted mail now also encrypts the headers (aside from required from/to/subject/reply-to) as well as any attachments
- Main button on homepage when not logged in

### Deprecated

- Old mail storage system, which will be removed entirely 30+ days after this release

## [6.5.1] - 2019-05-04

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

- Release 6.0.0

[unreleased]: https://github.com/Xyfir/ptorx/compare/6.5.0...HEAD
[unreleased]: https://github.com/Xyfir/ptorx/compare/6.6.0...HEAD
[6.6.0]: https://github.com/Xyfir/ptorx/compare/6.5.0...6.6.0
[6.5.1]: https://github.com/Xyfir/ptorx/compare/6.5.0...6.5.1
[6.5.0]: https://github.com/Xyfir/ptorx/compare/6.4.1...6.5.0
[6.4.1]: https://github.com/Xyfir/ptorx/compare/6.4.0...6.4.1
[6.4.0]: https://github.com/Xyfir/ptorx/compare/6.3.0...6.4.0
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ptorx",
"version": "6.5.1",
"version": "6.6.0",
"description": "Send and receive mail anonymously with email forwarding and aliases through Ptorx.",
"main": "",
"author": "Xyfir, LLC <contact@xyfir.com> (https://www.xyfir.com)",
Expand All @@ -9,8 +9,8 @@
"singleQuote": true
},
"dependencies": {
"ptorx-server": "^6.5.1",
"ptorx-web": "^6.5.1"
"ptorx-server": "^6.6.0",
"ptorx-web": "^6.6.0"
},
"keywords": [
"email forwarding",
Expand Down
32 changes: 16 additions & 16 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ptorx-server",
"version": "6.5.1",
"version": "6.6.0",
"description": "Send and receive mail anonymously with email forwarding and aliases through Ptorx.",
"main": "app.js",
"scripts": {
Expand Down Expand Up @@ -28,12 +28,12 @@
"escape-string-regexp": "^2.0.0",
"express": "^4.16.4",
"jsonwebtoken": "^8.5.1",
"mailparser": "^2.7.0",
"mailparser": "^2.7.1",
"moment": "^2.24.0",
"mysql": "^2.17.1",
"node-forge": "^0.8.2",
"nodemailer": "^6.1.1",
"openpgp": "^4.5.0",
"openpgp": "^4.5.1",
"rword": "^3.1.1",
"sender-rewriting-scheme": "^1.0.0",
"smtp-server": "^3.5.0",
Expand Down
Loading

0 comments on commit 6b51b8b

Please sign in to comment.