Skip to content

Commit 81f9131

Browse files
committed
update changelog
1 parent 3da4991 commit 81f9131

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Readme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,14 @@ for what interface this is expected to have.
1717
If the function `ui_utils.show_hud_message` is present, it is used to notify when a key has been
1818
bound from one of the raw presses from above. This function should take a title as the first arg and
1919
a message as the second (both positionally), and show them in a temporary message on screen.
20+
21+
# Changelog
22+
23+
### v1.4
24+
- Grouped options with no visible children no longer show their header.
25+
- Swap known controller key names between UE3/UE4 versions, based on game.
26+
27+
### Older
28+
Versions 1.0 through 1.3 were developed as part of the
29+
[oak-mod-manager](https://github.com/bl-sdk/oak-mod-manager/blob/master/changelog.md#v14), see it
30+
for a full changelog.

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"__version_info__",
1212
)
1313

14-
__version_info__: tuple[int, int] = (1, 3)
14+
__version_info__: tuple[int, int] = (1, 4)
1515
__version__: str = f"{__version_info__[0]}.{__version_info__[1]}"
1616
__author__: str = "bl-sdk"
1717

0 commit comments

Comments
 (0)