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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,6 @@
1
+
# v1.4.8
2
+
- Bump geode version to support jitless
3
+
- Add a new cert validation setting in case HTTPS doesn't work for some reason
1
4
# v1.4.7
2
5
- Previews now use CCRenderTexture to optimize performance on large amounts of objects. (New setting: Pre-Render Object Capacity & Pre-Render Full View)
Copy file name to clipboardExpand all lines: mod.json
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
{
2
-
"geode": "4.5.0",
2
+
"geode": "4.6.1",
3
3
"gd": {
4
4
"win": "2.2074",
5
5
"android": "2.2074",
@@ -8,7 +8,7 @@
8
8
},
9
9
"id": "firee.object-workshop",
10
10
"name": "Object Workshop",
11
-
"version": "v1.4.7",
11
+
"version": "v1.4.8",
12
12
"developer": "Firee",
13
13
"description": "Download, upload, or find custom objects made by other creators!",
14
14
"resources": {
@@ -63,6 +63,12 @@
63
63
"description": "Whether or not to also pre-render when viewing more information about the object. Do note this will disable particles. (When they get added)",
64
64
"type": "bool",
65
65
"default": false
66
+
},
67
+
"cert-valid": {
68
+
"name": "Cert Validation",
69
+
"description": "Whether or not to validate the certificate when making web requests to Object Workshop. (Only disable if you know what this is for!)",
0 commit comments