Skip to content

Branches

Snifer edited this page Apr 11, 2026 · 1 revision

Branches

🇬🇧 English | Español → Ramas


Branch Structure

This repository uses two main branches:

Branch Purpose Stability
main Stable release Production-ready
dev Active development May be unstable

main — Stable Branch

  • Contains the latest stable, tested release.
  • This is the version distributed through the Obsidian Community Plugins directory.
  • Recommended for all regular users.

Install from main: Use the Obsidian Community Plugins browser (search for LoneLog).


dev — Development Branch

  • Contains the latest commits including new features, fixes, and experiments.
  • May include breaking changes or incomplete features.
  • Ideal for testers, contributors, and early adopters.
  • All issues and PRs are targeted to this branch first.

Install from dev: See Getting Started → Development version.


Workflow

feature/fix branch → dev → (testing) → main
  • New features and bug fixes are developed in their own branches.
  • They are merged into dev for integration and testing.
  • Once stable, dev is merged into main as a new release.

Back to Home

Clone this wiki locally