diff --git a/README.md b/README.md index e887b3a..182bd30 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,7 @@ If the life is low, it means that you are distracted or taking too much time to - Follow the instructions in [AnkiWeb](https://ankiweb.net/shared/info/715575551). ### Manual -Inside the folder `src/`: -- Anki 2.0: Copy the file `__init__.py` and the folder `lifedrain` into your add-ons folder. +- Anki 2.0: Copy the folder `lifedrain` into your add-ons folder and create a `lifedrain_loader.py` with `import lifedrain` in it. - Anki 2.1: Copy the folder `lifedrain` into your add-ons folder. ## Screenshot @@ -85,6 +84,7 @@ The [Progress Bar](https://ankiweb.net/shared/info/2091361802) add-on showed me And then I just thought: why not to have a life bar with drain in Anki? ## CHANGELOG +- **2019-10-10**: Smooth life drain ([PR #40](https://github.com/Yutsuten/anki-lifedrain/pull/40)) - **2019-07-30**: Fix undo while reviewing not removing life on Anki 2.1 ([PR #36](https://github.com/Yutsuten/anki-lifedrain/pull/36)); Ignore errors from another add-ons being raised in Life Drain. ([PR #38](https://github.com/Yutsuten/anki-lifedrain/pull/38)) - **2019-06-11**: Add damage feature (Thanks to [@whiteisthenewblack](https://github.com/whiteisthenewblack) in [PR #35](https://github.com/Yutsuten/anki-lifedrain/pull/35)). - **2019-04-28**: Fix bug when selecting bar colors on Mac OS. ([Issue #30](https://github.com/Yutsuten/anki-lifedrain/issues/30))