diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-07-26 13:43:54 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-07-26 13:43:54 +0200 |
| commit | c0b892fee89cba7d1fda5fda2d2fc7e966643be1 (patch) | |
| tree | b7521d196ccf0ad0f02a8e99a1991f4b525a1c71 | |
| parent | Reset unit to default when clearing the field, to prevent confusion (diff) | |
| download | discoin-c0b892fee89cba7d1fda5fda2d2fc7e966643be1.tar.xz discoin-c0b892fee89cba7d1fda5fda2d2fc7e966643be1.zip | |
update readme
| -rw-r--r-- | README.rst | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/README.rst b/README.rst index 98add9f3c..3ab370018 100644 --- a/README.rst +++ b/README.rst @@ -16,26 +16,29 @@ This has been implemented: - Tabbed interface -- Overview page with current balance, unconfirmed balance, etc +- Overview page with current balance, unconfirmed balance, and such -- User friendly transaction list with status icons, real-time filtering and a context menu that allows editing and copying labels +- Better transaction list with status icons, real-time filtering and a context menu -- Asks for confirmation before sending coins +- Asks for confirmation before sending coins, for your own safety -- CSV export of transactions and address book +- CSV export of transactions and address book (for Excel bookkeeping) + +- Shows alternative icon when connected to testnet, so you never accidentally send real coins during testing -- Shows alternative icon when connected to testnet +- Shows a progress bar on initial block download, so that you don't have to wonder how many blocks it needs to download to be up to date -- Progress bar on initial block download +- Sendmany support, send to multiple recipients at the same time -- Sendmany support in UI (send to multiple recipients as well) +- Multiple unit support, can show subdivided bitcoins (uBTC, mBTC) for users that like large numbers + +- Support for English, German and Dutch languages This has to be done: - Start at system start -- Internationalization (convert WX language files) - +- Support more languages Build instructions =================== |