Skip to content

Commit

Permalink
Merge pull request #4 from KillahPotatoes/v1.0.2
Browse files Browse the repository at this point in the history
V1.0.2
  • Loading branch information
Wyqer authored Dec 14, 2018
2 parents 7f9af78 + 89ef46b commit cf9f7f9
Show file tree
Hide file tree
Showing 23 changed files with 1,473 additions and 2,306 deletions.
13 changes: 4 additions & 9 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,11 @@
"sqflint.ignoredVariables": [
"_input0",
"findIf",
"KPPLM_fnc_apply",
"KPPLM_fnc_create",
"KPPLM_fnc_getInOut",
"KPPLM_fnc_join",
"KPPLM_fnc_manageActions",
"KPPLM_fnc_openDialog",
"KPPLM_fnc_rename",
"KPPLM_fnc_save",
"KPPLM_fnc_showRankData",
"KPPLM_groups",
"KPR_fnc_getPlaytime",
"KPR_fnc_getRankName",
"KPR_fnc_getScore",
"KPR_levelSystem",
"KPR_playerNation",
"KPR_players",
"KPR_uniforms"
Expand Down
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Changelog

## 1.0.2
* Added: Portuguese localization. Thanks to [AngusDLX](https://github.com/AngusDLX)
* Added: Chinese Traditional localization. Thanks to [dustin902001](https://github.com/dustin902001)
* Added: Version icon in title bar.
* Updated: KPGUI defines.
* Tweaked: Initialization of the script.
* Tweaked: Use CBA function for persistent "open dialog" action on the player.

## 1.0.1
* Added: KP Ranks score value will be masked, if leveling system is disabled
* Tweaked: Usage of KPR 2.0.2 functions
* Added: KP Ranks score value will be masked, if leveling system is disabled.
* Tweaked: Usage of KPR 2.0.2 functions.
* Fixed: Dialogs close directly if opened with "standard action" key.

## 1.0.0
Expand Down
Loading

0 comments on commit cf9f7f9

Please sign in to comment.