You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@
4
4
- PFP Images for Users are now supported through some OpenFL tools (check `userGraphics` variable for more info)
5
5
- The `logged` variable can now be auto-updated every time it's used, so you can check your login state in real-time
6
6
- Now parameters (internal ones) are callable by a Map of Strings instead of an Array of String Arrays
7
+
- The `showMessages` variable is now set to false by default
8
+
- Deleted excessive messages for the console to print
9
+
- The `authUser()` function is now private cuz there's no functionality using it for other stuff, since it's only available for the current logged in user
10
+
7
11
8
12
## V1.5
9
13
- Code re-arrangement with the help of the `.vscode` files
0 commit comments