diff --git a/website/addons/voz_do_tempo.mdwn b/website/addons/voz_do_tempo.mdwn new file mode 100644 index 00000000000..41210c18cd5 --- /dev/null +++ b/website/addons/voz_do_tempo.mdwn @@ -0,0 +1,39 @@ +[[!meta title="Voz do Tempo"]] +[[!tag stable]] + +Voz do Tempo is a spoken clock add-on for NVDA. It announces the current time using natural recorded voice clips. + +* **Download (stable):** [Voz do Tempo 1.10.1][download-stable] — NVDA 2019.3 or later + SHA-256: 44DBB808F8D5286F716BE59616EC064D9F9F277AB304009B014151A4D4E2B82E +* **Source / homepage:** [GitHub][homepage] +* **License:** GPL-2.0-or-later +* **Author:** Ederson Bononi () + +## Features + +* 24-hour or narrated 12-hour format (early morning / morning / afternoon / night). +* Optional **abbreviated** 12-hour style (e.g., “five twelve in the afternoon”). +* “Half past” at :30. +* Greetings (“good morning”, “good afternoon”, “good evening/night”). +* Hourly and half-hour **chimes** before automatic announcements. +* **Quiet hours** (do-not-disturb) with configurable start/end times. +* Default hotkey: **Ctrl+Shift+V or nvda+shift+v**. + +## Settings + +NVDA → Preferences → Settings → **Voz do Tempo** +Options include greetings, 24h/12h, abbreviated style (12h), say “half past”, chime before automatic announcements, announce frequency (hourly or half-hourly), and quiet hours. + +## Changelog + +* **1.10.1** + * Administrative repack for NVDA Add-on Store submission (no functional changes from 1.0.10). + +* **1.0.10** + * Fix: automatic announcements no longer trigger early at :59. Now fires exactly at minute 00 (and 00/30 if configured), with ~2s tolerance and debounce. +* **1.0.9** + * Grammar: in 24-hour mode, 00:00–00:59 now says “**é zero hora …**” (singular). + +[homepage]: https://github.com/eramosbo30/voz_do_tempo +[download-stable]: https://github.com/eramosbo30/voz_do_tempo/releases/download/v1.10.1/voz_do_tempo-1.10.1.nvda-addon +