Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🪢 Merge 1.5.0 into dev #4416

Merged
merged 2 commits into from
Jun 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 19 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.4.0 Ephesus][1.4.0] - 2023-04-12
## [1.5.0] - 2023-06-06

### Added
- Support for wallet metadata update.
- Emoji selection in the text editor.
- Visual representation of membership verified status.
- Link in the side bar to the Calamar explorer.

### Fixed
- Forum false 404 and empty categories during query node outage.
- Text visibility in the forum.
- Way too large margins on forum threads.
- Initial deciding stage view of multiple voting rounds proposal.
- Fix Apps working group's opening links with ids from the query node.

## [1.4.0 (Ephesus)][1.4.0] - 2023-04-12

### Added
- Update Channel Payouts Proposal.
Expand Down Expand Up @@ -113,7 +128,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Proposal view crashing due to high amounts of JOY

## [1.0.0 Mainnet][1.0.0] - 2022-12-16
## [1.0.0 (Mainnet)][1.0.0] - 2022-12-16

### Added
- Mainnet network in the setting.
Expand Down Expand Up @@ -146,7 +161,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.1.1] - 2022-12-02

[unreleased]: https://github.com/Joystream/pioneer/compare/v1.4.0...HEAD
[unreleased]: https://github.com/Joystream/pioneer/compare/v1.5.0...HEAD
[1.5.0]: https://github.com/Joystream/pioneer/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/Joystream/pioneer/compare/v1.3.2...v1.4.0
[1.3.2]: https://github.com/Joystream/pioneer/compare/v1.3.1...v1.3.2
[1.3.1]: https://github.com/Joystream/pioneer/compare/v1.3.0...v1.3.1
Expand Down