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 Apr 28, 2019
1 parent 5156bd2 commit 260f6f4
Show file tree
Hide file tree
Showing 7 changed files with 502 additions and 370 deletions.
40 changes: 23 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).

Breaking changes may be introduced in minor versions for v6 while its use in the wild is limited to the official Ptorx.com instances. Afterwards the project will adhere to [Semantic Versioning](https://semver.org).

Changes that require manual, atypical updates for those running their own instances of Ptorx will be listed at the bottom of their respective groups (Added, Changed, etc) and prefixed with `!!`.
Changes that require manual, atypical updates for those running their own instances of Ptorx will be listed at the bottom of their respective groups (Added, Changed, etc) and prefixed with `!!`. Dependency updates will not be mentioned unless the dependency is a submodule like Accownt.

## [Unreleased]

## [6.5.0] - 2019-04-27

### Added

- Primary emails that can automatically link themselves to new aliases
- Cancel button when in a manage mode
- "Select All" button for each category when in manage mode

### Changed

- An account's email is now automatically added as a verified, autolinking primary email upon registration

### Fixed

- Improve color contrast in dark theme ([#1](https://github.com/Xyfir/ptorx/issues/1))

## [6.4.1] - 2019-04-15

### Changed
Expand All @@ -28,40 +44,28 @@ Changes that require manual, atypical updates for those running their own instan

### Changed

- !! Update dependencies, CCashCow, and Yalcs
- !! Update CCashCow, and Yalcs

## [6.3.0] - 2019-04-12

### Added

- Ability to delete multiple items at once

### Changed

- Update dependencies

## [6.2.1] - 2019-04-10

### Changed

- !! Update dependencies and Yalcs
- !! Update Yalcs

## [6.2.0] - 2019-04-09

### Added

- !! [Yalcs](https://github.com/Xyfir/yalcs)

### Changed

- Update dependencies

## [6.1.1] - 2019-04-03

### Changed

- Update dependencies

### Fixed

- Broken links in email templates used by Accownt
Expand All @@ -75,7 +79,6 @@ Changes that require manual, atypical updates for those running their own instan

### Changed

- Update dependencies
- !! Database structure
- !! `SMTP_PORT` to `MTA_PORT` in server config
- !! `TEST_SMTP_PORT` to `TEST_MTA_PORT` in server config
Expand All @@ -90,7 +93,10 @@ Changes that require manual, atypical updates for those running their own instan

- Release 6.0.0

[unreleased]: https://github.com/Xyfir/ptorx/compare/6.3.0...HEAD
[unreleased]: https://github.com/Xyfir/ptorx/compare/6.5.0...HEAD
[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
[6.3.0]: https://github.com/Xyfir/ptorx/compare/6.2.1...6.3.0
[6.2.1]: https://github.com/Xyfir/ptorx/compare/6.2.0...6.2.1
[6.2.0]: https://github.com/Xyfir/ptorx/compare/6.1.1...6.2.0
Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Email Forwarding and Aliases by Ptorx",
"short_name": "Ptorx",
"description": "Send and receive mail anonymously with email forwarding and aliases through Ptorx.",
"version": "6.4.1",
"version": "6.5.0",
"manifest_version": 2,
"browser_action": {
"default_icon": {
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.4.1",
"version": "6.5.0",
"description": "Send and receive mail anonymously with email forwarding and aliases through Ptorx.",
"main": "",
"author": "Xyfir, LLC <[email protected]> (https://www.xyfir.com)",
Expand All @@ -9,8 +9,8 @@
"singleQuote": true
},
"dependencies": {
"ptorx-server": "^6.4.1",
"ptorx-web": "^6.4.1"
"ptorx-server": "^6.5.0",
"ptorx-web": "^6.5.0"
},
"keywords": [
"email forwarding",
Expand Down
Loading

0 comments on commit 260f6f4

Please sign in to comment.