Skip to content

Commit e495b3a

Browse files
committed
1.14.0 changelog & version
1 parent 13bfc70 commit e495b3a

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
* [1.14.0]
4+
- Support for REPENTOGON 1.1.2
5+
- Add RGON's Font overload
6+
- Add missing RGON callbacks MC_POST_BACKDROP_CHANGE, MC_POST_BOMB_DAMAGE, MC_POST_BOMB_TEARFLAG_EFFECTS, MC_PRE_BOSS_SELECT, MC_PRE_FAMILIAR_CAN_CHARM
7+
- Update CompletionType enum
8+
- Add missing Dimension param in Level:CanPlaceRoom
9+
- Fix GridEntity WaterClipFlag functions being on vanilla instead of RGON
10+
- Add all Repentance+ additions to the vanilla API
11+
- Add missing EntityEffect.CreateLootPreview
12+
- Separate local and global functions for EntityEffect
13+
- Add missing customVarData param on EntityPlayer:UseActiveItem
14+
- Add missing param to Isaac.Rework[Collectible/Birthright/Trinket] functions
15+
- Miscellaneous minor tweaks to various param values and comments
16+
317
* [1.13.2]
418
- Support for REPENTOGON 1.1.1
519
- Add REPENTOGON's Room:ClearBossHazards

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publisher": "Filloax",
44
"displayName": "Binding of Isaac Lua API",
55
"description": "Adds support and autocomplete for the The Binding of Isaac: Repentance modding API",
6-
"version": "1.13.2",
6+
"version": "1.14.0",
77
"icon": "icon.png",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)