2.1.0-beta.9 (Source code only)
Pre-release
Pre-release
[2.1.0-beta.9]
- Added: 18.05 compatibility
- Added: ElementBase.ToJson() (Core only)
- Added: New IDestinationBranchFinder system. Fixes several issue with subfolders
- Added: New async pathway for ElementRegistryBase. Awaiting the new hook engine system for true async
- Added: ElementRegistryBase Branch finder
- Added: IElementEx.cs
- Added: Notification Manager in SMA (enables Plugins to use Windows Desktop Toast notifications)
- Added: Toast activated event allows Plugins to react to their notification's activation
- Added: Indexer to find Plugin by its session ID
- Added: Documentation
- Added: Confirmation when canceling a NuGet operation
- Added: Hardcoded interop minimum version
- Added: Plugins initialization is executed in background and awaited only after collection is selected
- Added: "Stable (Debug)" and "NuPack Debug" solution configurations
- Added empty slots registry to check for files occupying empty file slots
- Updated: Build files
- Updated: Interop submodule
- Updated: ChangeLogs
- Updated: Minimum Interop version to 2.1.0-beta-11
- Updated: Refactored & Improved ElementRegistryBase Add code
- Updated: Refactored EmptySlotsRegistry
- Updated: Disabled EmptySlotsRegistry
- Updated: Each project now has its own Sentry key for bug reporting
- Updated: Version to 2.1.0
- Updated: Min Interop Version to 2.1.0-beta-6
- Updated: Packages
- Fixed: Interop version was incorrect
- Fixed: ControlHtml.SetText called the native function with the wrong parameter
- Fixed: Notification service
- Fixed: Several UI tooltips
- Fixed: Working for a crashing when setting a HTML Control text to an empty string
- Misc: Several minor improvements & fixes
- Misc: More refactoring
[2.0.5.24]
- Added: New update channel system
- Updated: Minor fix
[2.0.5.21]
- Added: Plugin Lifecycle event system
- Added: OmniMemo Plugin submodule
- Added: Compatibility with SM 18.041hp
- Added: Native access to TQueue and TFileSpace
- Added: WIP fix for collection corruption bug when a collection has non-empty file slots
- Added: nuget.config
- Added: releases directory to the repo
- Updated: Packages
- Updated: Bumped version to 2.0.5
- Updated: SM Interop Package version
- Updated: Interop version
- Updated: Submodules
- Fixed: SMA Packaging
- Fixed: Crash when removing a collection in the collection selection window
- Misc: Minor improvements