Releases: Apricot-S/majsoulrpa
Releases · Apricot-S/majsoulrpa
v0.0.7
Fix
- Add a new character ID (#301)
- Replace the template image of the match result confirm button with a new one (#302)
- Add read discard processing for
.lq.NotifyAccountRandomTaskUpdate
and .lq.Lobby.fetchQuestionnaireList
(#303)
Docs
- Remove authors of third-party libraries that do not require notification (#298)
- Remove unnecessary copyright notice in
README.md
(#299)
Chore
- Update dev-dependencies (#296)
- Exclude files generated by protoc from mypy inspection (#297)
- chore: Specify development dependencies in a PEP 735 compliant way (#304)
Full Changelog: v0.0.6...v0.0.7
v0.0.6
Docs
- Write the names of the lint rule to ignore (#293)
- Change "Install" to "Installation" (#294)
Chore
- Migrate project management tool from Rye to uv (#288)
- Update Ruff (#289)
- Update dependencies (#292)
v0.0.5
Fix
- Support for new API in the tournament room in #282
- Add a new character ID in #284
- Support for new UI of the event dialog and mail dialog in #285
v0.0.4
Fix
user_data_dir
saved data to wrong location (#278)
- Always resolve
user_data_dir
to an absolute path (#279)
v0.0.3
Fix
- Fix an issue where presentation detection may fail when using
RoomHostPresentation
. (#275)
Refactor
v0.0.2
Docs
- Change the installation method (#270)
- Delete old announcements (#271)
Chore
- Migrate from poetry to rye (#268)
- Add classifiers (#269)