| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | calendar: name the liturgical form fully in the printed title; v0.45.1v0.45.1 | Lukasz Kasprzak | 2026-07-29 | 1 | -2/+2 |
| | | | | | | | | | | | | The exported month calendar's title showed the terse dropdown word ("August 2026 — traditional"). Spell the form out: "traditional roman calendar" / "novus ordo calendar". Add dedicated i18n labels CalModern/CalTraditional (translatable like the rest of the chrome; pl = "kalendarz Novus Ordo" / "tradycyjny kalendarz rzymski") rather than overloading the short OptModern/OptTraditional the settings dropdown uses. Bump version to 0.45.1. | ||||
| * | refactor: remove the niedziela/missalemeum scrapers, bt, traditional_lang | Lukasz Kasprzak | 2026-07-28 | 1 | -9/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | The daily view now computes entirely offline (previous commit), so retire the network path and everything that served it: - Delete internal/tradlit (missalemeum) and the niedziela scraper from internal/liturgy (fetch/store/parse + fixtures); keep Section, DayInfo and ExtractCitation. - Remove the "bt" version everywhere (render gatherBT + branches, config, i18n, web form, TUI) and bible.ToEnglishRef (Polish citation converter). A legacy config carrying "bt" migrates to "wuj" on load (config.migrateBT). - Remove the traditional_lang config field and the -g/--lang flag from all three binaries. - Drop the now-dead flags -R/--refresh, -o/--offline, -u/--update, -C/--clean and the harvest/clean commands. - New defaults: versions = wuj,vul,grb,drb; default_version = vul. Update the README (offline-by-design, no harvest/update), help text, and stale niedziela/bt doc comments. Tests updated for the offline reality; go test ./... and go vet ./... are clean, all three binaries build and run offline (OF + EF, compare, web). | ||||
| * | export: localize calendar title (month name via i18n Months + lectionary ↵ | Lukasz Kasprzak | 2026-07-24 | 1 | -4/+11 |
| | | | | | label); --ui-lang flag overrides interface/export language (cli + web ?lang=); v0.24.0 | ||||
| * | export: month calendar PDF (A4 landscape, Monday-first grid, feast name + ↵ | Lukasz Kasprzak | 2026-07-24 | 1 | -0/+140 |
| | | | | | gospel ref + liturgical colour per day); cli --calendar YYYY-MM; web /calendar + link; readings.GospelCitation; v0.23.0 | ||||
| * | export: internal/export (Markdown/Text/ReadingsPDF via pure-Go go-pdf/fpdf + ↵ | Lukasz Kasprzak | 2026-07-24 | 4 | -0/+169 |
| embedded DejaVu Sans, covers pl/la/gr); cli --md/--pdf/--out; web /export + download links; v0.22.0 | |||||
