Releases: Yutsuten/anki-lifedrain
Releases · Yutsuten/anki-lifedrain
2.8.3
Bug Fixes
- #185 Use default bar style if custom style isn't found
- Potentially prevents a crash in some circumstances
2.8.2
Bug Fixes
- #184 Fix custom bar style, show only available styles
- Changing bar style would only work for Qt5 and crash for Qt6, now it works for both
- Available styles was hard-coded, but now we get the available styles by using
QStyleFactory.keys()
2.8.1
Adjusts
- #181 Update global setting "Answer recover" to match deck setting
2.8.0
Features
- #113 Slow life recover
- #138 Allow disabling addon per deck
- #148 Option to make bar move Left to Right
- #165 Restore Defaults Button
- #178 Configure current life as float instead of integer
Code Quality
- #163 Some changes + code reorganization
- See the PR for more details
Packaging
- #162 Do not include meta.json into release bundle
2.7.5
Bug Fixes
- #174 Fix life recovery not being triggered sometimes
- Adding a flag to a card after answering, for example, would not trigger the recovery/damage
2.7.4
Bug Fixes
- #172 Fix damage value becoming None
- For those who are having an error when failing a card, manual intervention is needed: open the Lifedrain's Deck Settings and click "save" for every deck you see the error. It will fix the values in the database, and the error will be gone.
2.7.3
Bug Fixes
- #170 Fix Deck browser > Overview error if card answered w/o feedback
2.7.2
Bug Fixes
- #168 Fix crash on anki v23.10
2.7.0
Features
- #157 Change life bar color depending on % of life remaining
- Allow user to select 3 colors: default, warn and danger colors. The threshold for warn and danger can be set by %.
- #159 Allow configuring the default initial life to 0
Bug Fixes
- #158 Update default shortcuts
- Reason: in review
L
shortcut is being used by Anki. Both shortcuts would become unusable.
- Changed to: Deck Settings:
Ctrl+L
, Global Settings: Ctrl+Shift+L
Code quality
- #152 Refactor code with Pyright and Ruff
- #153 Add ruff check
- #154 Remove remaining monkey patch