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
{{ message }}
This repository was archived by the owner on Jan 23, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: FCM/Generic.swift
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,8 @@ let global_sdkpath = "\(global_container)/.sdk"
39
39
letglobal_sdkpath="\(global_documents)/.sdk"
40
40
#endif
41
41
42
-
letchangelog:String="v2.0.alpha_1\"iPad + Code Editor Update\"\n\nApp\n-> added new schemes to pick from\n-> fixed appeareance for iPad devices\n-> fixed exporting items on iPad\n-> fixed popup on iPad\n\nCode Editor\n-> a brand new super fast highlighting engine\n-> tab now actually inserts text\n-> typechecking that makes you feel like being in XCode\n-> tools for you to find certain things faster in code editor\n\nProject Management\n-> added share/import button inside of projects\n->added GitHub repository management\n"
43
-
letglobal_version:String="v2.0.alpha_1"
42
+
letchangelog:String="v2.0.alpha_2\"iPad + Code Editor Update\"\n\nApp\n-> fixed a bug found by @miticollo that gave users and attackers the ability to craft milicious projects\n-> added spacing settings\n\nCode Editor\n-> made tab button adapt to the spacing settings\n\nProject Management\n-> project creation adapts to spacing settings"
0 commit comments