We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24fadb9 commit 25165d2Copy full SHA for 25165d2
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Change Log
2
3
+* [1.14.1]
4
+ - Support for REPENTOGON 1.1.2d and 1.1.2de
5
+ - Added the overload for EntiyFamiliar:TryAimAtMarkedTarget
6
+ - Fixed incorrent names for Capsule:GetVec2 and Capsule:GetVec3
7
+ - Added Shape:Circle
8
+ - Any functions with an "ignoreModifiers" argument has been given a comment stating how it functions.
9
+
10
* [1.14.0]
11
- Support for REPENTOGON 1.1.2
12
- Add RGON's Font overload
package.json
@@ -3,7 +3,7 @@
"publisher": "Filloax",
"displayName": "Binding of Isaac Lua API",
"description": "Adds support and autocomplete for the The Binding of Isaac: Repentance modding API",
- "version": "1.14.0",
+ "version": "1.14.1",
"icon": "icon.png",
"repository": {
"type": "git",
0 commit comments