Skip to content

Commit

Permalink
Add new release and update manual install
Browse files Browse the repository at this point in the history
  • Loading branch information
Yutsuten committed Oct 10, 2019
1 parent a62cad9 commit a0b7dad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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))
Expand Down

0 comments on commit a0b7dad

Please sign in to comment.