Skip to content

Commit

Permalink
changelog and bump version for 0.10.8 (#1721)
Browse files Browse the repository at this point in the history
* bump version to 0.10.8

* changelog

* more stuff added

* typo
  • Loading branch information
dkent600 authored May 19, 2020
1 parent 870ec7d commit 3526e0f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 0.10.8
- Features Added
-- nicer formatting of embedded videos in proposal descriptions
-- added help text for proposal descriptions
-- in the Plugin Manager, Edit Plugin Proposal details, make the copy-to-clipboard button issue a notification when complete

- Bugs Fixed
-- reenabled the "+ New Proposal" button at the bottom of plugin pages when there are currently no proposals
-- fixed Disqus conversations that were leaking between proposals and DAOs
-- fixed required permissions when editing a Plugin Manager scheme
-- correct the ABI on the ensPublicResolver GenericScheme which caused execution of proposals to fail while seeming to succeed
-- prevent embedded videos that are playing from stopping when an app notification appears
-- remove the "+ New Proposal" button on non-supported schemes
-- fix the Edit Scheme button to bring up the Edit Scheme popup isnteadl of the New Proposal popup

## 0.10.7
- Features Added
- Added "Stake for Reputation Plugin" to the list of known plugins that can be registered to a DAO
Expand All @@ -18,7 +33,6 @@
- Bugs Fixed
- Make sure proposer name doesn't overlap avatar on proposal history rows


## 0.10.5
- Features Added
- change home page to show DAOs again instead of feed. Show separate "Your DAOs" section containing DAOs the user follows or is a member of, then the list of other DAOs below.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alchemy-client",
"version": "0.10.7",
"version": "0.10.8",
"description": "An app for collaborative networks (DAOs), based on the DAO stack.",
"author": "DAOstack",
"license": "GPL-3.0",
Expand Down

0 comments on commit 3526e0f

Please sign in to comment.