Skip to content

Releases: Grasia/dao-analyzer

Zenodo Release

23 Feb 10:29
Compare
Choose a tag to compare

There are no changes. This release just triggers zenodo's crawler.

v1.2.4

20 Feb 08:29
Compare
Choose a tag to compare
  • Updated README and ABOUT to add CSCW's demo
  • Updated cache-scripts
  • Fixed small typo on Aragon's votes graph title

v1.2.2

03 Oct 09:53
Compare
Choose a tag to compare

Changes since 1.1.2 (2022-08-09)

  • Fixed #117 (No Name Given not showing)
  • Improved network selector
  • Added the DAOA_DW_PATH env variable
  • Fixed problems with DataPoint component when value was 0
  • System of Dash Components (faster loading time)
  • Fixed error with Dropdown
  • Improved installation and setup
  • Added cli options to daoa-server
  • Minor visual improvements

v1.1.2

08 Sep 10:58
Compare
Choose a tag to compare
  • Fixing #100
  • Added logging rotations

v1.1.0

20 Jul 07:48
Compare
Choose a tag to compare
  • Added filter dropdown by DAO activity
  • Added filter DAOs by Network
  • Added DAOstack creation date
  • Added URL search params
  • Bugs removed

v1.0.1

11 Jun 08:47
Compare
Choose a tag to compare

Added equality stats to aragon

v1.0.0

07 Jun 17:35
Compare
Choose a tag to compare

Version 1.0.0 🎉

  • Added timezone to last_update
  • Updated some things in cache_scripts
    • Made all collectors updatable
  • Created install scripts and published to pypi
  • Added ABOUT page
  • Added more Aragon Names
  • Changed activity plots to calendar plots
  • Using organizations store (faster response time)
  • Added filtering (DAOs active last year)
  • Added participation equality stats
  • Added CITATION.cff
  • Added total members graph to Aragon DAOs
  • Changed frontend
    • Now using bootstrap
    • Changed header (logo and keyphrase)
    • Changed favicon
    • Added number of DAOs below the dropdown menu
    • Added disclaimers to some charts
    • Removed charts subtitles
    • Added platform and dao info
    • Added card with dao/platform datapoints
    • Changed last update location
    • Added current version to footer
    • Changed images to bootstrap icons

v0.8.2

29 Mar 11:07
Compare
Choose a tag to compare

0.8.2 - 2022-03-30

  • Changed last_update
  • Fixed Docker workflow
  • Display sections using tabs
  • Pinned some dependencies until problem is solved in dash

v0.8.1

28 Mar 07:43
Compare
Choose a tag to compare

0.8.1 - 2022-03-28

  • Showing timezone in last update
  • Solved pandas warnings
  • Fixed init.sh
  • Using last_update instead of block information

Full Changelog: v0.8.0...v0.8.1

v0.8.0

24 Mar 11:17
Compare
Choose a tag to compare

0.8.0 - 2022-03-24

  • Obtaining holdings of DAOs (ERC-20 tokens)
  • Displaying assets of DAOs
    • Assets with values using treemap
    • Assets with unknown value using a table
  • Mobile view optimizations
  • Making DAO address smaller (#53)
  • Showing last update time
  • Fixed #58
  • Fixed #61
  • Added JoinCacheRequester