Skip to content

Tags: OpenWSGR/AutoWSGR

Tags

v2.2.2

Toggle v2.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix chapter scan (#486)

* fix chapter scan

* simplify direct

* ruff

* Update sortie.py

* Update sortie.py

v2.2.1

Toggle v2.2.1's commit message
chore: bump version to 2.2.1

v2.2.0.post1

Toggle v2.2.0.post1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: circular import (#472)

* fix: circular import

* Update map_controller.py

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
remove deprecated and bump version (#468)

* remove deprecated

* Update __init__.py

v2.1.9.post10

Toggle v2.1.9.post10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: 添加决战提示&修复bug (#459)

* feat

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

v2.1.9.post9

Toggle v2.1.9.post9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: decisive shipname patch (#448)

* fix: apply_ship_patches

* fix ship choose logic

v2.1.9.post8

Toggle v2.1.9.post8's commit message
fix: support normal 10-1 map in backend

v2.1.9.post7

Toggle v2.1.9.post7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(fleet): ship_type validation and diagnostics improvements (#445)

* fix(fleet): support ship-type selector and alias-safe search

- add ship_type to FleetRuleRequest and slot selector

- normalize search_name for first search and in-compare matching

- filter choose-ship hits by OCR-detected ship type

* chore(release): bump version to 2.1.9.post7

* fix(fleet): address copilot review on ship_type validation

- validate and normalize ship_type in FleetRuleRequest

- update change_fleet selector docs to include ship_type

- include ship_type constraint in choose-ship final failure diagnostics

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

v2.1.9.post6

Toggle v2.1.9.post6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(ui): normalize ship selection matching and level filtering (copil…

…ot addressed v5) (#442)

* fix(ui): normalize ship selection and level filtering

* chore(release): bump version to 2.1.9.post6

* fix(ui): address Copilot review for level OCR parsing

* fix(ui): address Copilot review for level parsing and probing

* fix(ui): address Copilot review for level binding and OCR noise

* fix(ui): address Copilot review for OCR noise i and docs

* fix(ui): add bounded OCR fallback and retry threshold

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix(ui): map uppercase L as OCR noise digit

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

v2.1.9.post5

Toggle v2.1.9.post5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(fleet): support selector rules and disambiguate same-name ships (#…

…420)

* fix(fleet): support fleet_rules selectors and disambiguate same-name ships

* chore(release): bump autowsgr to 2.1.9.post5

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix(review): address Copilot feedback for fleet rules

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix(review): address new Copilot comments on PR #419

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: X-vedeax <65024689+veadex@users.noreply.github.com>