Skip to content

Releases: Mobilecode-Studio/Site

v4.74-alpha

17 Feb 22:46
d554d64

Choose a tag to compare

  • Fixed drag and drop bug
  • Fixed a minor ide.registerPreviewComponent bug
  • Removed underscore from FONTS and UNPACKED
  • Added device.vibrate api. Try device.vibrate("0,100,30,100,50,300")
  • Fixed a minor extension bug
  • Removed popup on app start

v4.73-alpha

04 Feb 18:15
12b64d5

Choose a tag to compare

  • IDE: Added ogg audio format support
  • IDE: Added option in settings for Display low storage modal
  • IDE: Added multiple selection in my project. Ctrl + click on an item to select it, while Ctrl + Right click clears the selection
  • IDE: Added more shortcuts in settings
  • IDE: Resolved the issue with automatic file opening where creating a new file with an existing name but different casing would incorrectly open a new tab instance.
  • IDE: Added Clipboard feature in device panel
  • IDE: Added ide.hideSidePanel and ide.showSidePanel api
  • IDE: Added device.getFreeSpace(), device.getBatteryLevel() && device.getMemoryInfo api
  • IDE: Changed device.saveFile to device.writeFile
  • IDE: Changed ide.getTabName to ide.getActiveFile
  • IDE: Added ide.getPath() api
  • IDE: Added device.convertBlobToFile api, which convert saved blobs to its respective format
  • IDE: Removed device.saveBlob.
  • IDE: Added ide.reloadProjectList api
  • IDE: You can now drag and drop URLs onto the 'My Project' panel to download files directly to your device.
  • Extension: Updated xPack extension to the new api

v4.72-alpha

26 Dec 17:03
c049ad0

Choose a tag to compare

  • Mobile: layout now auto adjusts when typing into an input
  • Mobile: Fixed a bug that prevents xlayout to show after reconnecting
  • Mobile: Fixed a preview rendering bug when showing xlayout
  • Mobile: fixed a UI bug that occurs, when fetching for update
  • IDE: Minor UI changes in modal
  • IDE: Added option to specify if passcode is required when deleting files/folders
  • IDE: You can now download folders as zip
  • IDE: Fixed a minor bug for (device.listFolder) which previously returns files with no extension as a folder
  • IDE: Updated some links in Settings Tab

v4.71-alpha

20 Nov 13:10
c049ad0

Choose a tag to compare

  • Updated ide.registerFileType api
  • Added ide.registerPreviewComponent api
  • Added ide.getTabName api
  • Fixed font bug
  • App now indicates, when there's an update

v4.70-alpha

07 Nov 11:54
ce43057

Choose a tag to compare

Initial release