Changelog

0.1.2 (2026-06-06)

  • forkbit plugin init now accepts . for the current directory and allows non-empty directories

  • forkbit plugin validate improved CLI help text with description and examples

0.1.1 (2026-06-06)

  • New PluginWorker base class for background tasks with automatic busy-state tracking

  • New BasePlugin.set_busy(bool) to signal activity to the app sidebar

  • PluginWorker handles error catching, logging, and thread-safe busy cleanup

0.1.0 (2026-06-05)

  • Initial public release

  • BasePlugin base class with UI, settings, data persistence, git, and translation support

  • GitClient wrapper for common git operations

  • CLI tools: forkbit plugin init, validate, build, release