Releases: duniter/cesium
Releases · duniter/cesium
0.2.7
- Add settings option to reset to default.
- Fix error when changing node.
- Allow to send money to any public key.
0.2.6
- Pending transactions still show after wallet refresh (fix #109 and #115)
- Peers discovering optimization
- Add new network cache
- ES / Registry: Allow to send money from a record, if a
pubkey
has been set (fix #116) (example: useful for remuniter registry record)
0.2.5
released using new shell scripts
0.2.3
Fix transaction execution (only the first payment was working)
0.2.1
- Fix new account creation
- Fix settings lost (for user < Cesium 0.2)
- Market place : Show converted price (UD / Quantity) on record view
0.1.28
- Add new plugin :
- market place : add or search an Ad;
- member profile (name, avatar, social networks...);
- search on registry (user, companies) .
- Store data in a ElasticSearch cluster (with duniter4j-elasticsearch plugin).
- Hot fix : disable plugin's menu entries, when plugin is disable
See demo : http://cesium.duniter.fr
0.1.27
- New plugin to add some cool features: market place, user profile (and avatar), user and companies registry... Data are stored in a ElasticSearch cluster, that use Duniter4j-elasticsearch plugin.
0.1.26
- Transfer: add confirmation message (Fix #74)
0.1.25
- Avoid the reuse a consumed sources - Fix #87
- Wallet : Add a view for transactions in error
- minor bug fix