balatrobot 0.7.4__tar.gz → 0.7.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of balatrobot might be problematic. Click here for more details.
- {balatrobot-0.7.4 → balatrobot-0.7.5}/CHANGELOG.md +7 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/PKG-INFO +1 -1
- {balatrobot-0.7.4 → balatrobot-0.7.5}/balatrobot.json +1 -1
- {balatrobot-0.7.4 → balatrobot-0.7.5}/pyproject.toml +1 -1
- {balatrobot-0.7.4 → balatrobot-0.7.5}/src/balatrobot/__init__.py +1 -1
- {balatrobot-0.7.4 → balatrobot-0.7.5}/src/lua/utils.lua +3 -1
- {balatrobot-0.7.4 → balatrobot-0.7.5}/uv.lock +1 -1
- {balatrobot-0.7.4 → balatrobot-0.7.5}/.claude/commands/commit-msg.md +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/.claude/commands/commit.md +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/.claude/commands/test.md +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/.claude/settings.json +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/.cursor/rules/docs-formatting.mdc +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/.cursor/rules/python-development.mdc +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/.editorconfig +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/.envrc.example +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/.gitattributes +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/.github/workflows/code_quality.yml +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/.github/workflows/deploy_docs.yml +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/.github/workflows/release-pypi.yml +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/.github/workflows/release_please.yml +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/.gitignore +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/.gitmodules +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/.mdformat.toml +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/.python-version +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/.vscode/extensions.json +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/.vscode/settings.json +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/CLAUDE.md +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/LICENSE +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/Makefile +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/README.md +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/balatro.sh +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/balatrobot.lua +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/bots/example.py +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/bots/replay.py +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/docs/assets/balatrobot.svg +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/docs/balatrobot-api.md +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/docs/contributing.md +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/docs/developing-bots.md +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/docs/index.md +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/docs/installation.md +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/docs/logging-systems.md +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/docs/protocol-api.md +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/mkdocs.yml +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/runs/.gitkeep +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/src/balatrobot/client.py +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/src/balatrobot/enums.py +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/src/balatrobot/exceptions.py +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/src/balatrobot/models.py +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/src/balatrobot/py.typed +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/src/lua/api.lua +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/src/lua/log.lua +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/src/lua/settings.lua +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/src/lua/types.lua +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/tests/balatrobot/conftest.py +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/tests/balatrobot/test_client.py +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/tests/balatrobot/test_exceptions.py +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/tests/balatrobot/test_models.py +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/tests/conftest.py +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/tests/lua/__init__.py +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/tests/lua/conftest.py +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/tests/lua/endpoints/__init__.py +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/tests/lua/endpoints/checkpoints/basic_shop_setup.jkr +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/tests/lua/endpoints/checkpoints/buy_cant_use.jkr +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/tests/lua/endpoints/checkpoints/plasma_deck.jkr +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/tests/lua/endpoints/test_cash_out.py +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/tests/lua/endpoints/test_get_gamestate.py +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/tests/lua/endpoints/test_get_save_info.py +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/tests/lua/endpoints/test_go_to_menu.py +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/tests/lua/endpoints/test_load_save.py +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/tests/lua/endpoints/test_play_hand_or_discard.py +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/tests/lua/endpoints/test_rearrange_consumables.py +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/tests/lua/endpoints/test_rearrange_hand.py +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/tests/lua/endpoints/test_rearrange_jokers.py +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/tests/lua/endpoints/test_sell_consumable.py +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/tests/lua/endpoints/test_sell_joker.py +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/tests/lua/endpoints/test_shop.py +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/tests/lua/endpoints/test_skip_or_select_blind.py +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/tests/lua/endpoints/test_start_run.py +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/tests/lua/endpoints/test_use_consumable.py +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/tests/lua/test_connection.py +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/tests/lua/test_log.py +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/tests/lua/test_protocol_errors.py +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/tests/runs/buy_joker.jsonl +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/tests/runs/no_shop.jsonl +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/tests/runs/rearrange_consumables.jsonl +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/tests/runs/rearrange_jokers.jsonl +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/tests/runs/sell_consumables.jsonl +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/tests/runs/sell_jokers.jsonl +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/tests/runs/shop_reroll.jsonl +0 -0
- {balatrobot-0.7.4 → balatrobot-0.7.5}/tests/runs/use_consumable.planet.jsonl +0 -0
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.7.5](https://github.com/coder/balatrobot/compare/v0.7.4...v0.7.5) (2025-10-30)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* prevent memory leaks generating UI descriptions ([e8d62e1](https://github.com/coder/balatrobot/commit/e8d62e1146fd156e44b1af4d124270bbda5b2c16))
|
|
9
|
+
|
|
3
10
|
## [0.7.4](https://github.com/coder/balatrobot/compare/v0.7.3...v0.7.4) (2025-10-28)
|
|
4
11
|
|
|
5
12
|
|
|
@@ -707,7 +707,9 @@ end
|
|
|
707
707
|
---@return string description The description text from UI
|
|
708
708
|
function utils.get_card_ui_description(card)
|
|
709
709
|
-- Generate the UI structure (same as hover tooltip)
|
|
710
|
-
|
|
710
|
+
card:hover()
|
|
711
|
+
card:stop_hover()
|
|
712
|
+
local ui_table = card.ability_UIBox_table
|
|
711
713
|
if not ui_table then
|
|
712
714
|
return ""
|
|
713
715
|
end
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|