1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Changelog
One line per release. Versions are git tags (`vX.Y.Z`); tagging began at 0.45.0,
so earlier history lives only in the git log.
## [0.46.1] - 2026-08-15
- The Lenten Ember days served Lent I Sunday's Mass: three lectionary sections were keyed `ef-lent-1-{wednesday,friday,saturday}` while the calendar computes `ef-lent-ember-{wed,fri,sat}`, so the lookup missed them and fell through to the preceding-Sunday fallback. Keys corrected (the readings themselves were already right), every remaining section verified reachable, and a test added so a dead lectionary key fails the build instead of silently serving a plausible wrong Mass. Also: `lectio-ef-dump` emits the Epistle and Gospel citations, for colitur's differential.
## [0.46.0] - 2026-08-14
- EF calendar corrected against the 1962 Missal: seven precedence and temporal defects (RG 96 transfers past II-class days, privileged ferias yielding to feasts, Sunday ranks, both Rose Sundays, Holy Thursday white) plus rank/dedup/class inference in the sanctoral generator, which had shipped 15 III-class feasts as bare commemorations and dropped four entries; gomobile facade for dlectio (PartLabels, Days, observed rank on DayInfo, 1962 part labels as i18n data); new lectio-ef-dump; EF oracle test now asserts rank and colour, not season alone.
## [0.45.1] - 2026-07-29
- Printed month calendar names the form in full: "traditional roman calendar" / "novus ordo calendar".
## [0.45.0] - 2026-07-29
- Any-language localisation (day/saint names + UI chrome as data), bible-corpora licence split (only the Vulgate embedded; wuj/drb/grb opt-in), EF Polish sanctoral complete, web top-bar rework.
|