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
* Support the New Puppet Protocol for communication with the XRP Bluetooth (advanced users) [See XPP](https://xrpcode.io/docs/puppet_protocol)
35
35
36
36
#### Bug Fixes
37
-
* Fixed various bugs with the Block Editor where the change indicator would not show
38
-
* [New File button on Folder Tree](https://github.com/Open-STEM/XRPWeb/issues/195)
39
-
* [New Directory button on Folder Tree](https://github.com/Open-STEM/XRPWeb/issues/194)
40
-
* [Monaco Editor not resize properly](https://github.com/Open-STEM/XRPWeb/issues/186)
41
-
* [Rename file in File System Tree doesn't reflect the changes in the open tab](https://github.com/Open-STEM/XRPWeb/issues/185)
42
-
* [Change AI Chat to Code Buddy on the Tab title](https://github.com/Open-STEM/XRPWeb/issues/183)
43
-
* [If a program is loaded into the editor after Web browser refresh, and if the file was edited on the XRP, this program won't run](https://github.com/Open-STEM/XRPWeb/issues/176)
37
+
* [File SaveAs dialog not using name](https://github.com/Open-STEM/XRPWeb/issues/205)
38
+
* [Google Drive Export to PC resulted with zero bytes](https://github.com/Open-STEM/XRPWeb/issues/206)
Copy file name to clipboardExpand all lines: src/utils/i18n/locales/en/en.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,7 @@
60
60
"googleLoginTooltip": "Sign in with your Google account to access files stored in Google Drive.",
61
61
"googlogoutTooltip": "Sign out of your Google account.",
62
62
"not-google-drive-file": "This file can not be saved to Google Drive because it was not associated with Google Drive! Please try savinging it to XRP!",
63
+
"googleDriveNotification": "When using Google Drive mode, all folders and files created will be owned by the Google account that is logged in. If you add Google Drive folders or files directly through your Google Drive account, these files are not visible in XRP.",
Copy file name to clipboardExpand all lines: src/utils/i18n/locales/es/es.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,7 @@
58
58
"user-folder": "Nombre de Carpeta de Usuario",
59
59
"google-drive-folder": "Nombre de Carpeta de Google Drive",
60
60
"not-google-drive-file": "¡Este archivo no se puede guardar en Google Drive porque no se asocia con Google Drive! Por favor intente guardar el archivo en XRP!",
61
+
"googleDriveNotification": "Cuando se utiliza el modo Google Drive, todas las carpetas y archivos creados serán propiedad de la cuenta de Google que haya iniciado sesión. Si agrega carpetas o archivos de Google Drive directamente a través de su cuenta de Google Drive, estos archivos no serán visibles en XRP.",
61
62
"userfoldername": "Nombre de Carpeta de Usuario",
62
63
"goouserfoldername": "Nombre de Carpeta de Usuario de Google",
0 commit comments