aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-07-27 12:59:22 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-07-27 12:59:22 +0200
commit2c95641734efd88269a883616db832931b4f3452 (patch)
treea1f2bf40d8a9f6327336ae556e37af4cb0737d1b
parent6d78c65c58820f79ec5a978a9476d29969da218f (diff)
downloadlectio-2c95641734efd88269a883616db832931b4f3452.tar.gz
lectio-2c95641734efd88269a883616db832931b4f3452.zip
chore: bump to 0.26.0 (offline OF calendar engine); document -L/--liturgy
-rw-r--r--internal/cli/cli.go1
-rw-r--r--internal/config/config.go2
2 files changed, 2 insertions, 1 deletions
diff --git a/internal/cli/cli.go b/internal/cli/cli.go
index 6d09591..51a5a4b 100644
--- a/internal/cli/cli.go
+++ b/internal/cli/cli.go
@@ -48,6 +48,7 @@ Flags:
--list list all books + abbreviations (dialect from sigla_style)
--citation print the day's gospel reference (scripts/cron) and exit
--week list the coming week's gospel references and exit
+ -L, --liturgy print the computed liturgical day (offline, no network) and exit
--rand, --rand-v print a random verse and exit (uses default_version or -b VER;
bt has no corpus, so it falls back to a corpus version)
--rand-ch print a random chapter and exit
diff --git a/internal/config/config.go b/internal/config/config.go
index d514d33..78e364c 100644
--- a/internal/config/config.go
+++ b/internal/config/config.go
@@ -31,7 +31,7 @@ var seedINI []byte
// Version is lectio's release version, shared by every binary's
// -v/--version output (lectio, lectio-ui, lectio-web).
-const Version = "0.25.0"
+const Version = "0.26.0"
// validVersions are the five scripture versions lectio understands.
var validVersions = map[string]bool{