Skip to content

Releases: daostack/alchemy

0.10.8-1

28 May 09:14
Compare
Choose a tag to compare

Patch release to provide new ENSPublicResolver contract

0.10.8

21 May 11:31
981aead
Compare
Choose a tag to compare
  • 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

13 May 12:35
7e592b0
Compare
Choose a tag to compare
  • Features Added
    • Added "Stake for Reputation Plugin" to the list of known plugins that can be registered to a DAO

    • Use Tor.us and Metamask providers when running against xDAI network (removes Burner Connect)

    • Bugs Fixed

      • Display a proper msg for daos members with no reputation at the moment of a proposal creation
      • Fix summing up the number of schemes open proposals
      • Cosmetic improvement to the New Proposal button
      • Fix to breadcrumbs relating to the new DAO landing page
      • Don't display unregistered schemes in the Plugin Manager plugins dropdown

0.10.6

08 May 09:06
2f9ecbf
Compare
Choose a tag to compare
  • Features Added
    • new DAO landing page

    • added help text in the Plugin Editor popup

    • Bugs Fixed

      • Make sure proposer name doesn't overlap avatar on proposal history rows

0.10.5

26 Apr 22:49
46acad9
Compare
Choose a tag to compare
  • 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.
    • added support for embedded youtube and vimeo videos in proposal descriptions
    • recommended node.js version to build Alchemy is set to 12.16.2
    • upgrade to use subgraph v39_3
    • add subgraph_endpoints.json so it could be read externaly
    • add CENNZ ERC20 token to be showen as dao owned tokens/balance
  • Bugs Fixed

    • fix Torus not connecting on first try
    • fix Torus should not describe itself as "Metamask"

0.10.4

12 Apr 21:50
530c0d8
Compare
Choose a tag to compare
  • Features Added

    • Add Torus configuration button
    • Recommended node.js version to build Alchemy is set to 12.16.1
    • Only show registered schemes in DAOs
    • Added support for the CO2ken generic scheme
    • Enable Alchemy to run against kovan
  • Bugs Fixed

    • Fix crash on the redemptions page when there are more than 100 DAOs and not all of them initially load. Only currently an issue in Rinkeby
    • Removed "Powered by DAOstack" from Create DAO page

0.10.3

27 Mar 14:26
c8384b9
Compare
Choose a tag to compare
  • Features Added

    • Add support for Torus wallet
    • New embedded UI for creating DAOs
  • Bugs Fixed

    • On the All DAOS page, make sure the filter finds all DAOs even if they have not yet been loaded on the client
    • Fix error when navigating to the All Redemptions when there exist more than 100 DAOs.

0.10.2

21 Mar 12:21
8a1e228
Compare
Choose a tag to compare
  • Features Added
    • Fix bug when entering numbers for uint256 data types in the GenericScheme new proposal modal
    • New busy waiting animation

0.10.1

15 Mar 03:52
1c79554
Compare
Choose a tag to compare
  • Features Added

    • improved some display of staking/preboosting amounts feedback
    • Unknown schemes now link to Scheme page and show permissions
  • Bugs Fixed

    • hide trailing slash in PreTransaction modal header
    • validate all required fields in CreateUnknownGenericSchemeProposal modal
    • workaround crash in Proposal History page

0.10.0

12 Mar 18:51
48f0c6f
Compare
Choose a tag to compare
  • Features Added

    • added support for EnsRegistrar generic scheme
    • added support for Bounty Network
    • Ctrl-clicking on proposal in history window now goes to new tab
    • Show DAO's reputation total in the sidebar
    • Prevent setting wrong permissions on known plugins in Plugin Manager
  • Bugs Fixed