SaturdayMP GitHub Plugins v1.1.0 Released!

I’m happy to announce that v1.1.0 of the SaturdayMP GitHub Plugins was released today! You can install it in Claude Code by first installing the marketplace:

/plugin marketplace add saturdaymp/claude-plugins

Then pick v1.1.0 of the plugin:

/plugin install smp-github@saturdaymp-claude-plugins

If you want to live on the bleeding edge by installing:

/plugin install smp-github-latest@saturdaymp-claude-plugins

The plugin has two skills. I use the PR feedback one all the time. Not sure how useful the change log skill will be. Maybe move it outside the plugin?

[Read More]
Categories: releases  Tags: claudeplugins releases 

XPlugins.iOS.BEMCheckBox version 8, 9, and 10 released!

I’m pleased to announce that versions 8.0.0, 9.0.0, and 10.0.0 of the XPlugin.iOS.BEMCheckBox have been released. XPlugin.iOS.BEMCheckBox allows you to use the iOS BEMCheckBox, created by Boris Emorine (Boris-Em), in your MAUI projects.

You can find the releases on NuGet:

https://www.nuget.org/packages/SaturdayMP.XPlugins.iOS.BEMCheckBox

XPlugin project:

https://github.com/saturdaymp/XPlugins.iOS.BEMCheckBox

BEMCheckBox project:

https://github.com/saturdaymp/BEMCheckBox

The XPlugin.iOS.BEMCheckBox versions now match the .NET version so version 8 targets .NET 8, version 9 targets.NET 9, and so on. Version 8 and onwards use BEMCheckBox v2.2.0, which requires iOS 18 or higher.

[Read More]
Categories: releases  Tags: bemcheckbox dotnet ios maui xplugins 

BEMCheckBox v2.2.0 Released!

I’m pleased to announce that v2.2.0 of the BEMCheckBox has been released! This release builds an xcframework instead of a lipo binary. More details can be found in the release notes.

I was made aware of the change from lipo to xcframework when trying to add v2.1.0 of the BEMCheckBox to a .NET 8 version of the XPlugins.iOS.BEMCheckBox project.

BEMCheckBox makes it easy to create beautiful, highly customizable, animated checkboxes for iOS. You can learn more about the project here.

[Read More]
Categories: releases  Tags: bemcheckbox 

BEMCheckBox v2.1.0 Released!

I’m pleased to announce that v2.1.0 of the BEMCheckBox has been released! This release adds basic accessibility support and updates the minimum iOS version from 12 to 18. More details can be found in the release notes.

BEMCheckBox makes it easy to create beautiful, highly customizable, animated checkboxes for iOS. You can learn more about the project here.

BEMCheckBox Example Gif

Truth be told, I’m not very familiar with Xcode/Swift development, so if anyone notices any issues, please let me know by opening an issue or a pull request. Especially with the accessibility features as this is my first time adding them.

[Read More]
Categories: releases  Tags: bemcheckbox 

XPlugins.iOS.BEMCheckBox v3.0.1 Released (.NET 6.0+ Support)!

BEMCheckBox Example Gif

I’m happy to announce that v3.0.1 of the XPlugins.iOS.BEMCheckBox has been released! This release updates XPlugins.iOS.BEMCheckBox so it can be used in .NET 6.0 and higher projects (e.g. net6.0-ios12). You can find the latest release on NuGet here.

You can ignore the v3.0.0 release. The NuGet package incorrectly listed the minimum iOS version as 16.1 (e.g. net6.0-ios16.1) instead of 12.0 (e.g. net6.0-ios12).

Let me know if you spot an issue or have an improvement by opening an issue.

[Read More]