-
Notifications
You must be signed in to change notification settings - Fork 5
Branches
Snifer edited this page Apr 11, 2026
·
1 revision
🇬🇧 English | Español → Ramas
This repository uses two main branches:
| Branch | Purpose | Stability |
|---|---|---|
main |
Stable release | Production-ready |
dev |
Active development | May be unstable |
- 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).
- 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.
feature/fix branch → dev → (testing) → main
- New features and bug fixes are developed in their own branches.
- They are merged into
devfor integration and testing. - Once stable,
devis merged intomainas a new release.
Back to Home