File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,14 @@ for what interface this is expected to have.
1717If the function ` ui_utils.show_hud_message ` is present, it is used to notify when a key has been
1818bound from one of the raw presses from above. This function should take a title as the first arg and
1919a 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.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments