Skip to content

Releases: fuse-x/studio

fuse X 3.0.0-beta.2

17 Oct 14:15
Compare
Choose a tag to compare
fuse X 3.0.0-beta.2 Pre-release
Pre-release

Download links

Read the installation guide

Changes since v2.9.1

  • Ported to .NET 6.0 – Mono Runtime no longer needed

Please report issues here

Fuselibs 3.0.0-beta.9

Click to see the full changelog

Common

  • Add outputType in project files (acbcee3)
  • Update project and config files (85ff816)
  • Update GLHelper.h includes on Android (2b143eb)
  • Simplify Android runtime version check (#1480)
  • Update macros and uxl files (#1491)

Experimental.TextureLoader

  • Remove legacy Experimental.TextureLoader library (#1458)

Fuse.Camera

  • Update permissions for Android 13 (#1487)

Fuse.Common

  • Remove obsolete methods and enum value (#1492)
    • Fuse.Json.Escape(string s)
    • Fuse.Json.Escape(string s, StringBuilder sb)
    • Fuse.SystemFont.Weight.SemiBold

Fuse.Controls.Video

  • Upgrade Fuse.Video.CIL to .NET 6.0 (#1475)

Fuse.Drawing.Surface

  • Update assembly references for .NET 6.0 (#1476)

Fuse.LocalNotifications

  • Fix compatibility with the latest Android OS and indentation (#1473)

Fuse.Nodes

  • Remove obsolete methods (#1492)
    • Fuse.VisualBounds.Transform(float4x4 matrix)
    • Fuse.VisualBounds.TransformFlatten(float4x4 matrix)
    • Fuse.VisualBounds.BoxTransform(Box box, float4x4 transform)

Fuse.Scripting

  • Deprecate NativePromise without Context (#1467)
  • Remove obsolete methods (#1492)
    • Fuse.Scripting.IThreadWorker.Invoke(Uno.Action action)
    • Fuse.Scripting.Context.Invoke(Uno.Action action)
    • Fuse.Scripting.ModuleResult.Object
    • Fuse.Scripting.ModuleResult.Exports
    • Fuse.Scripting.NativeEvent.RaiseAsync(params object[] args)
    • Fuse.Scripting.Object.InstanceOf(Function type)
    • Fuse.Scripting.Object.CallMethod(string name, params object[] args)
    • Fuse.Scripting.Function.Call(params object[] args)
    • Fuse.Scripting.Function.Construct(params object[] args)

Fuse.Scripting.JavaScript

  • TypeScript and transpiler support in UX files (#1472)
  • Upgrade V8Simple.net for .NET 6.0 (#1483)

Other changes

  • Upgrade Fuse.Profiling tool to .NET 6.0 (#1474)
  • Upgrade android-build-tools to v2.x (#1488)
  • Ignore tests failing on macOS (#1484)
  • Kill tests after 15 minutes (
Read more

fuse X 3.0.0-beta.1

16 Sep 10:03
Compare
Choose a tag to compare
fuse X 3.0.0-beta.1 Pre-release
Pre-release

Download links

Read the installation guide

Changes since v2.9.1

  • Ported to .NET 6.0 – Mono Runtime no longer needed

Please report issues here

Fuselibs 3.0.0-beta.8

Click to see the full changelog

Common

  • Add outputType in project files (acbcee3)
  • Update project and config files (85ff816)
  • Update GLHelper.h includes on Android (2b143eb)
  • Simplify Android runtime version check (#1480)

Experimental.TextureLoader

  • Remove legacy Experimental.TextureLoader library (#1458)

Fuse.Controls.Video

  • Upgrade Fuse.Video.CIL to .NET 6.0 (#1475)

Fuse.Drawing.Surface

  • Update assembly references for .NET 6.0 (#1476)

Fuse.LocalNotifications

  • Fix compatibility with the latest Android OS and indentation (#1473)

Fuse.Scripting

  • Deprecate NativePromise without Context (#1467)

Fuse.Scripting.JavaScript

  • TypeScript and transpiler support in UX files (#1472)
  • Upgrade V8Simple.net for .NET 6.0 (#1483)

Other changes

  • Upgrade Fuse.Profiling tool to .NET 6.0 (#1474)
  • Ignore tests failing on macOS (#1484)

v2.9.1...v3.0.0-beta.8

Uno 3.0.0-beta.9

Click to see the full changelog

Architecture

  • Port codebase to .NET 6.0 and Visual Studio 2022 (#424)
  • Update default output directory (#435)
  • Update packaging for .NET 6.0 (#436)
  • Remove version directory inside built libraries (#437)
  • Update terminology on library vs. package (#440, #502)
  • Print arm and arm64 architectures in lowercase (#468)
  • Use the new HttpClient class on .NET 6.0 (#467)
  • Export API to run uno from JavaScript/TypeScript (
Read more

fuse X 3.0.0-beta.0

25 Jul 23:30
Compare
Choose a tag to compare
fuse X 3.0.0-beta.0 Pre-release
Pre-release

Download links

Read the installation guide

Changes since v2.8.1

  • Ported to .NET 6.0 – Mono Runtime no longer needed

Please report issues here

Fuselibs 3.0.0-beta.5

Click to see the full changelog

Common

  • Add outputType in project files (acbcee3)
  • Update project and config files (85ff816)
  • Update GLHelper.h includes on Android (2b143eb)

Experimental.TextureLoader

  • Remove legacy Experimental.TextureLoader library (#1458)

Fuse.LocalNotifications

  • Fix compatibility with the latest Android OS and indentation (#1473)

Fuse.Scripting

  • Deprecate NativePromise without Context (#1467)

Fuse.Scripting.JavaScript

  • TypeScript and transpiler support in UX files (#1472)

v2.8.0...v3.0.0-beta.5

Uno 3.0.0-beta.7

Click to see the full changelog

Architecture

  • Port codebase to .NET 6.0 and Visual Studio 2022 (#424)
  • Update default output directory (#435)
  • Update packaging for .NET 6.0 (#436)
  • Remove version directory inside built libraries (#437)
  • Update terminology on library vs. package (#440)
  • Print arm and arm64 architectures in lowercase (#468)
  • Use the new HttpClient class on .NET 6.0 (#467)
  • Export API to run uno from JavaScript/TypeScript (#469)
  • Replace System.Drawing on macOS and Linux (#470)
  • Hide output from external image converters (#480)
  • Make sure the uno command is executable (#481)
  • Swallow InvalidOperationException in KillTree() (#484)
  • Whitespace fix-up pass (#490)
  • Beta recovery & tweaks (#493)
  • Rename manifest file in libraries (#495)
  • More tweaks (
Read more

fuse X 2.9.1

16 Sep 10:00
Compare
Choose a tag to compare

Download links

Read the installation guide

Changes since v2.9.0

Windows

  • Removed Git for Windows installer (no longer needed since android-build-tools 1.10)

Changes since v2.8.0

macOS

  • New launcher and uri-handler app installed in /Applications/
  • Make menu bar icon smaller

Windows

  • Sign executables and the installer using a Verified Publisher (EV certificate)

Fuselibs 2.9.2

Click to see the full changelog

Fuse.Maps

  • com.google.android.gms:play-services-maps -> 17.0.0 (#1494)

This is the minimum version required to be published on Google Play.

v2.9.1...v2.9.2

Fuse.PushNotifications

  • Remove AD_ID permission on Android (#1482)

v2.9.0...v2.9.1

Fuse.LocalNotifications

  • Support latest Android and iOS version (#1473)
  • Fix package name on Android (#1477)

Fuse.PushNotifications

  • Upgrade firebase-messaging -> 23.2.0 (#1479)
  • Upgrade firebase-analytics -> 21.3.0 (#1479)
  • Support latest Android version (#1479)

v2.8.0...v2.9.0

Uno 2.9.3

Click to see the full changelog

Uno.Collections

  • Fix case mismatch in project file (#523)

v2.9.2...v2.9.3

Android

  • Fix Google Maps package visibility (#508)

v2.9.1...v2.9.2

Android

  • Upgrade gradle-plugin -> 7.4.2 (#506)
  • Upgrade gradle -> 7.6.2 (#507)

v2.9.0...v2.9.1

Android

  • Set target API -> 33 (#504)
  • Set minumum API -> 19 (#504)

macOS

  • Upgrade xamarin-mac -> 9.3.0 (bbe196a)

v2.8.0...v2.9.0

fuse X 2.9.0

07 Aug 16:06
Compare
Choose a tag to compare

Download links

Read the installation guide

Changes since v2.8.0

macOS

  • New launcher and uri-handler app installed in /Applications/
  • Make menu bar icon smaller

Windows

  • Sign executables and the installer using a Verified Publisher (EV certificate)

Fuselibs 2.9.1

Click to see the full changelog

Fuse.PushNotifications

  • Remove AD_ID permission on Android (#1482)

v2.9.0...v2.9.1

Fuse.LocalNotifications

  • Support latest Android and iOS version (#1473)
  • Fix package name on Android (#1477)

Fuse.PushNotifications

  • Upgrade firebase-messaging -> 23.2.0 (#1479)
  • Upgrade firebase-analytics -> 21.3.0 (#1479)
  • Support latest Android version (#1479)

v2.8.0...v2.9.0

Uno 2.9.2

Click to see the full changelog

Android

  • Fix Google Maps package visibility (#508)

v2.9.1...v2.9.2

Android

  • Upgrade gradle-plugin -> 7.4.2 (#506)
  • Upgrade gradle -> 7.6.2 (#507)

v2.9.0...v2.9.1

Android

  • Set target API -> 33 (#504)
  • Set minumum API -> 19 (#504)

macOS

  • Upgrade xamarin-mac -> 9.3.0 (bbe196a)

v2.8.0...v2.9.0

fuse X 2.8.1

01 Jul 11:45
d9e688a
Compare
Choose a tag to compare

Download links

Read the installation guide

Changes since v2.8.0

Windows

  • Sign the installer using a Verified Publisher (EV certificate)

Fuselibs 2.8.0

Click to see the full changelog

Fuse.Controls.DrawingPanel

  • New library for drawing using your finger (#1470)

Fuse.Scripting.JavaScript

  • Support async/await in JavaScript via "regenerator-runtime" (#1465)

Fuse.Scripting

  • Add Context parameter to native promises (#1468)
  • Implementation clean-up using lambda functions (#1466)

Other changes

  • Update iOS include headers (#1471)
  • Add tsconfig module for FuseJS (0c3721d)
  • Upgrade nodejs -> 16 (77ca8e6)

v2.7.0...v2.8.0

Uno 2.8.0

Click to see the full changelog

iOS

  • Detect Simulator device based on availability (#472)
  • Use iPhone-14 as default simulator (#448)
  • Update include paths (#458)
  • Silence warnings (#473)

Uno.Data.Xml

  • Upgrade pugixml -> 1.13 (#471)

Other changes

  • Upgrade transpiler -> 1.18 (8c9670e)
  • Upgrade xamarin-mac -> 9.10 (f6fa289)
  • Upgrade nodejs -> 16 (#449)

v2.7.0...v2.8.0

fuse X 2.8.0

02 May 13:04
d9e688a
Compare
Choose a tag to compare

Download links

Read the installation guide

Changes since v2.7.0

macOS

  • Fix TextBox and TextInput crashes
  • Upgrade Xamarin.Mac to version 9.1.0.6 (major)

Windows

  • Upgrade Node.js installer to version 16.20.0 (major)

Other changes

  • Update included project templates (tsconfig)

Fuselibs 2.8.0

Click to see the full changelog

Fuse.Controls.DrawingPanel

  • New library for drawing using your finger (#1470)

Fuse.Scripting.JavaScript

  • Support async/await in JavaScript via "regenerator-runtime" (#1465)

Fuse.Scripting

  • Add Context parameter to native promises (#1468)
  • Implementation clean-up using lambda functions (#1466)

Other changes

  • Update iOS include headers (#1471)
  • Add tsconfig module for FuseJS (0c3721d)
  • Upgrade nodejs -> 16 (77ca8e6)

v2.7.0...v2.8.0

Uno 2.8.0

Click to see the full changelog

iOS

  • Detect Simulator device based on availability (#472)
  • Use iPhone-14 as default simulator (#448)
  • Update include paths (#458)
  • Silence warnings (#473)

Uno.Data.Xml

  • Upgrade pugixml -> 1.13 (#471)

Other changes

  • Upgrade transpiler -> 1.18 (8c9670e)
  • Upgrade xamarin-mac -> 9.10 (f6fa289)
  • Upgrade nodejs -> 16 (#449)

v2.7.0...v2.8.0

fuse X 2.7.0

09 Mar 17:30
d9e688a
Compare
Choose a tag to compare

Download links

Read the installation guide

Changes since v2.6.0

Fuselibs 2.7.0

Click to see the full changelog!

Fuse.Controls.Panels

  • Take screenshot of a Panel and save as a file (#1461)

Fuse.Controls.ScrollView

  • Add Snapping feature for ScrollView (#1459)

Fuse.Launcher.Phone

  • Add SMS launcher and scriptmethod (#1464)

Fuse.PushNotifications

  • Android 12 compatibility fix (#1463)

Fuse.Scripting

  • Add Context parameter to NativePromise delegates (#1460)

Fuse.Storage

  • Fix desktop implementation of UserSettings (#1462)

Other changes

  • Use Node.js v14 on AppVeyor (#1457)

v2.6.0...v2.7.0

Uno 2.7.0

Click to see the full changelog!

Compiler

  • Support lamdas in generic classes (#446)

UnoCore

  • Add method overloads accepting object in Uno.Diagnostics.Log (#447)

iOS

  • Silence warning in plist file (#445)

v2.6.0...v2.7.0

fuse X 2.6.0

18 Dec 08:27
d9e688a
Compare
Choose a tag to compare

Download links

Read the installation guide

Android notice

  • This version targets API 31 (Android 12), as required by Google Play Store starting in November 2022

  • Note that the latest version requires Java 11. Older versions used to work on Java 8.

Troubleshooting: Make sure you have installed JDK 11 and run npm install android-build-tools@1.x -g.

Changes since v2.4.1

  • Add Language menu
  • Add French translation (thanks @mvondoyannick!)
  • Restart viewports automatically on license activation
  • Update OpenJDK installer
  • Update TypeScript definitions
  • Update logo

Fuselibs 2.6.0

Click to see the full changelog!

Fuse.Platform

  • Device orientation for iOS 16 compatibility (#1454)

Fuse.Scripting

  • Add Context.Stringify() method (#1455)

Other changes

  • Add Fuse.Alerts to doc-export (#1456)

v2.5.0...v2.6.0

Uno 2.6.0

Click to see the full changelog!

Android

  • Call super.onNewIntent() (#431)
  • Add new UXL properties (#432)
    • Gradle.Dependency.DebugImplementation
    • Gradle.Dependency.ReleaseImplementation
  • Add new UXL element (#434)
    • Gradle.Properties

Other changes

  • Use nodejs v14 on AppVeyor (#433)

v2.5.0...v2.6.0

Fuselibs 2.5.0

Click to see the full changelog!

Fuse.Controls.WebView

  • Upgrade PickImage for Android to version 3.0.01 (#1453)

Fuse.ImageTools

  • Prevent duplicate paths on iOS (#1451)

Fuse.LocalNotifications

  • Android 12 compatibility fix (#1452)

v2.4.0...v2.5.0

Uno 2.5.0

Click to see the full changelog!

Android

  • Upgrade to API 31 (#423)
  • Upgrade Gradle Plugin and dependencies (#423)

API 31 (Android 12) will be required by Google Play Store starting in November 2022.

BREAKING: Note that the new Gradle Plugin and new versions of dependencies require Java 11. Older versions used to work on Java 8.

If you run into trouble, make sure you have installed JDK 11 and run npm install android-build-tools -g to redetect your JDK installation.

Other changes

v2.4.1...v2.5.0

fuse X 2.4.1

14 Sep 14:25
d9e688a
Compare
Choose a tag to compare

Download links

Read the installation guide

Changes since v2.4.0

Windows (installer)

  • Now runs in 64-bit mode
  • Updated UI and graphics

macOS (installer)

  • Updated graphics

Other

Fuselibs 2.4

Click to see the full changelog!

Fuse.Controls.WebView

  • Improvements for wrapping web apps (#1450)
    • iOS: Enabling edge swipe for history back
    • iOS: Disable preview a page on long pressing a link
    • Android: Hide zoom button controls

v2.3.0...v2.4.2

Uno 2.4

Click to see the full changelog!

Android

  • Upgrade Gradle to v7.5 (#415)
  • Upgrade appcompat and material packages (#415)
  • Drop old jenter() repositores (#415)
    • This silences build warnings
  • Drop legacy packages (#416)
    • androidx.legacy:legacy-support-v4
    • androidx.multidex:multidex
  • Add android:exported in AndroidManifest (#417)
    • Needed when targeting API 31 (Android 12)

Other

  • Organize files in Uno libraries (#418, #419)

v2.3.0...v2.4.1