Skip to content

Commit

Permalink
Version 1.4.1
Browse files Browse the repository at this point in the history
Fix whitespace [skip actions]
Avoid NPE on CookingCompoundManager init
Extend give command "skill level" & shortening /talent all (Grasscutters#1865)
Remove stale item handling code
Fix gacha avatars (fixes Grasscutters#1870)
Refactor out some EntrySets
send CompoundDataNotify on Login;fix spelling mistakes. (Grasscutters#1869)
Change logging level on item use from info to debug
feat:cooking food ingredient(aka:compound) implementation (Grasscutters#1858)
Remove constellation charge and talent level bonuses from db
Fix ambiguous command regexes
feat: set emoji collection in chat screen (Grasscutters#1864)
feat: set friend enter home option (Grasscutters#1860)
Add a dictionary for Encryption public keys (Grasscutters#1862)
Refactor handbook generation to not use naked textmap getter
Accept resource enums of form "1"
Update ru-RU.json (Grasscutters#1855)
Version 1.4.1-dev [skip actions]
  • Loading branch information
github-actions[bot] committed Oct 18, 2022
1 parent 9af0f9a commit 2e468ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17

group = 'xyz.grasscutters'
version = '1.4.1-dev'
version = '1.4.1'

sourceCompatibility = 17
targetCompatibility = 17
Expand Down

0 comments on commit 2e468ec

Please sign in to comment.