Skip to content

Commit d18e956

Browse files
committed
chore(main): release 1.4.0
1 parent f6c1f81 commit d18e956

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [1.4.0](https://github.com/coder/balatrobot/compare/v1.3.4...v1.4.0) (2026-01-28)
4+
5+
6+
### Features
7+
8+
* add fps cap setting ([8fefa49](https://github.com/coder/balatrobot/commit/8fefa49f5c34dafa1eadd551ccaef534606d6bd2))
9+
* add gamespeed, animation_fps, no_reduced_motion settings ([f6c1f81](https://github.com/coder/balatrobot/commit/f6c1f8176313e875fadaa6b476f6f23b680299d9))
10+
11+
12+
### Bug Fixes
13+
14+
* **gamestate:** try to fix memory leaks in UI nodes - again ([42ec1f3](https://github.com/coder/balatrobot/commit/42ec1f3f56aea2f1f3d34b865ab7e68986e9fd4f))
15+
* **lua.utils:** avoid to use hover to generate UI description ([11fc9f5](https://github.com/coder/balatrobot/commit/11fc9f54dfae9682233d7e2b135f1443f0dcc56f))
16+
17+
18+
### Documentation
19+
20+
* **api:** Adding missing cards to GameState schema ([6c4f192](https://github.com/coder/balatrobot/commit/6c4f1921a45ca805e91ac0ffa4578d0bbc5ec9f5))
21+
* remove the breaking changes warning ([b92afe3](https://github.com/coder/balatrobot/commit/b92afe3ecfb0416d88e1db911619b91665a28103))
22+
323
## [1.3.4](https://github.com/coder/balatrobot/compare/v1.3.3...v1.3.4) (2026-01-13)
424

525

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "balatrobot"
3-
version = "1.3.4"
3+
version = "1.4.0"
44
description = "API for developing Balatro bots"
55
readme = "README.md"
66
authors = [

src/balatrobot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
from balatrobot.config import Config
44
from balatrobot.manager import BalatroInstance
55

6-
__version__ = "1.3.4"
6+
__version__ = "1.4.0"
77
__all__ = ["BalatroInstance", "Config", "__version__"]

0 commit comments

Comments
 (0)