diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-28 09:46:54 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-28 09:46:54 +0200 |
| commit | 97f704b659ea6c72c4aa354378b347283ecc5cac (patch) | |
| tree | 2606730c373ba97ebec6bcf3b38ebb00f13c0a29 /internal/config | |
| parent | 6641ce335de522e6d51c47ad9d14f69726650592 (diff) | |
| download | lectio-97f704b659ea6c72c4aa354378b347283ecc5cac.tar.gz lectio-97f704b659ea6c72c4aa354378b347283ecc5cac.zip | |
feat(of): proper Mass readings for the sanctoral (from catholic-resources.org)
OF feasts, solemnities, and proper-reading memorials had no readings of their own
and fell back to the day's ferial (Barnabas showed the ferial instead of Acts 11;
Our Lady of Sorrows / the Guardian Angels showed the ferial instead of their
proper gospel). scripts/gen-of-sanctoral-readings.py scrapes catholic-resources.org's
Proper of Saints table and inlines reading.first/psalm/second/gospel into
roman-calendar.ini for the 41 universal-calendar celebrations marked PROPER (plus
every feast/solemnity); memorials that draw on a Common keep the ferial, which is
the OF default. Handles the source quirks: 'or' alternatives (takes the first),
cycle-specific A:/B:/C: gospels (takes A), lectionary # refs, and vigil-vs-day
(keeps the day Mass). All 41 render; citations only. Adds
TestUniversalSanctoralReadings, credits the source in NOTICE, bumps to 0.41.0.
Diffstat (limited to 'internal/config')
| -rw-r--r-- | internal/config/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/config/config.go b/internal/config/config.go index e84eabe..35f5990 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -63,7 +63,7 @@ const configHeader = `# lectio configuration (INI). Full-line comments only (# o // Version is lectio's release version, shared by every binary's // -v/--version output (lectio, lectio-ui, lectio-web). -const Version = "0.40.0" +const Version = "0.41.0" // validVersions are the five scripture versions lectio understands. var validVersions = map[string]bool{ |
