Dan Janosik
5 years ago
12 changed files with 123 additions and 20 deletions
@ -0,0 +1,54 @@ |
|||
#### Pending Release |
|||
|
|||
* Version number in footer |
|||
* `/changelog` linked in footer |
|||
|
|||
#### v1.1.2 |
|||
###### 2019-10-17 |
|||
|
|||
* Add back map on `/peers` that was lost with recent bug |
|||
|
|||
#### v1.1.1 |
|||
###### 2019-10-01 |
|||
|
|||
* Add new default blacklist items for some 'hidden' RPCs |
|||
* Print app version info to log on startup |
|||
* Remove LTC site from footer |
|||
|
|||
#### v1.1.0 |
|||
###### 2019-09-30 |
|||
|
|||
* Show spent/unspent status on tx detail pages |
|||
* Show mempool ancestor/descendant txs on tx detail pages |
|||
* Blacklist 'createwallet' by default |
|||
* Show RBF status for unconfirmed txs |
|||
* Faster, more reliable display of `/mempool-summary` and `/unconfirmed-tx` pages |
|||
* Fix for persisting arg values in UI on `/rpc-browser` |
|||
* Misc minor fixes and ux tweaks |
|||
|
|||
#### v1.0.3 |
|||
###### 2019-04-27 |
|||
|
|||
* Pluggable address API supporting different implementations |
|||
* Logging improvements |
|||
* Fix to avoid caching unconfirmed txs |
|||
* Identify destroyed fees |
|||
* Misc minor fixes and ux tweaks |
|||
|
|||
#### v1.0.2 |
|||
###### 2019-03-13 |
|||
|
|||
* Fix for background color on light theme |
|||
|
|||
#### v1.0.1 |
|||
###### 2019-03-13 |
|||
|
|||
* Dark theme |
|||
* Tx rate graph on homepage |
|||
* Improved caching |
|||
* Misc minor fixes and ux tweaks |
|||
|
|||
#### v1.0.0 |
|||
###### 2019-02-23 |
|||
|
|||
* Initial release |
@ -0,0 +1,10 @@ |
|||
extends layout |
|||
|
|||
block headContent |
|||
title Changelog |
|||
|
|||
block content |
|||
h1.h3 Changelog |
|||
hr |
|||
|
|||
| !{changelogHtml} |
Loading…
Reference in new issue