Skip to content

Releases: carina-studio/AppBase

2.1.35.324

24 Mar 03:27
Compare
Choose a tag to compare
  • Prevent crashing in HasFileNames(), TryGetData<T>() and TryGetValue<T>() extension methods of IDataObject.

2.1.34.229

29 Feb 12:05
Compare
Choose a tag to compare
  • Clear previous ToolTip.Tip when updating tool tip by TextBlock/SelectableTextBlock to prevent memory leakage.
  • Allow cancelling package downloading by Updater when calling WebRequest.GetResponse().
  • Fix invalid application base version in BasePackageResolverTests.

2.1.33.129

29 Jan 12:33
Compare
Choose a tag to compare
  • Stable release.

2.1.32.117-rc

17 Jan 09:34
Compare
Choose a tag to compare
2.1.32.117-rc Pre-release
Pre-release
  • Remove internal ID of FixedThreadsTaskScheduler.
  • Add FixedThreadsTaskFactory.Name.
  • Allow extending ScheduledAction.
  • Add DispatcherSynchronizationContext.CancelDelayed() and DispatcherSynchronizationContext.PostDelayed().
  • Add DispatcherScheduledAction.

2.1.31.116-rc

16 Jan 06:52
Compare
Choose a tag to compare
2.1.31.116-rc Pre-release
Pre-release
  • Add FixedThreadsTaskScheduler.Name property.

2.1.30.111-preview

11 Jan 07:04
Compare
Choose a tag to compare
2.1.30.111-preview Pre-release
Pre-release
  • Fix MethodAccessException when calling-back from user-defined method of Objective-C class if trimming is ON.

2.1.28.110-preview

10 Jan 08:02
Compare
Choose a tag to compare
2.1.28.110-preview Pre-release
Pre-release
  • Mark AOT compatibility and trimmable state on packages.

2.1.27.109-preview

09 Jan 09:52
Compare
Choose a tag to compare
2.1.27.109-preview Pre-release
Pre-release
  • Make Application, Application.Avalonia, Avalonia, Configuration, Core, MacOS packages Trimming and Native AOT friendly.

2.1.26.101-preview

31 Dec 05:29
Compare
Choose a tag to compare
2.1.26.101-preview Pre-release
Pre-release
  • Update way of setting up window startup location on Linux.

2.0.32.612

11 Jun 13:59
Compare
Choose a tag to compare
  • Stable release.
  • Use correct SynchronizationContext for ScheduledAction.Execute() and ScheduledAction.ExecuteIfScheduled().