Releases: hebcal/hebcal
Releases · hebcal/hebcal
Correct yahrzeit calculation when date of death is 30 Kislev
- Correct yahrzeit calculation when date of death is 30 Kislev (#134)
- Update timezone database to 2016.10 (2016j)
Yom HaAliyah
Includes new modern holiday Yom HaAliyah (יום העלייה) observed on 7 Cheshvan beginning in 5777.
Updated timezone DB, candle lighting for 2nd night of Rosh Hashana,
Changes in 4.9
- Update timezone database to 2016.9 (2016i)
Changes in 4.8
- Update timezone database to 2016.6 (2016f)
- Add Ashkenazi transliteration for Leil Selichos
Changes in 4.7
- Update timezone database to 2016.5 (2016e)
- Fixed long option
--tabs
(#125)
Changes in 4.6
- Update timezone database to 2016.3 (2016c)
- Add candle lighting for second night of Rosh Hashana (#119)
- Compute Mincha Gedolah in the winter using 30 minutes
instead of half a solar hour (#119)
Changes in 4.5
- Update timezone database to 2016.2 (2016b)
New --lang and --years options, updates to timezone DB
- New
--lang LANG
option for ISO 639-1 LANG code (one ofhe
,ru
, orpl
) - New
--years N
option to generate longer ranges of events - Removed references to non-functional
-f,--format FORMATSTR
option (#123) - Change from Tu B'Shvat to Tu BiShvat
- Change from Lag B'Omer to Lag BaOmer
- Update timezone database to 2016.1 (2016a)
Zemanim, Chanukah candle-lighting times, and Weekly view
New optional -Z
(zemanim) and -W
(weekly view) flags,.
Chanukah candle-lighting times enabled when -c
option used.
Thanks to @aperomsik for these features!
automake/configure script changes to disable "maintainer mode"
Only build-compile related changes to fix #113. No changes to the functionality of the app itself.
Use 24-hour times when both -E and -O options present
Minor patch to use 24-hour times when both -E and -O options present
Olson zoneinfo database for time zones
- Use Olson zoneinfo database for time zones (#112).
The-z
option now takes a timezone ID such asAmerica/Chicago
and the-Z
option (formerly Daylight Saving Time rule) has been removed. - Add -E option for 24-hour times (e.g. 18:37 instead of 6:37pm)
Sigd and Tu B'Av
bundle configure in repo
Build/SCM: include generated configure script in repo to simplify user build and remove dependency on autoconf, automake, aclocal.