Skip to content

Commit

Permalink
Merge pull request #1059 from Ordisoftware/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Ordisoftware authored Dec 24, 2021
2 parents 7b6593d + 6bbe440 commit 14114ea
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut
// en utilisant '*', comme indiqué ci-dessous :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("9.19.0.0")]
[assembly: AssemblyFileVersion("9.19.0.0")]
[assembly: AssemblyVersion("9.20.0.0")]
[assembly: AssemblyFileVersion("9.20.0.0")]
7 changes: 7 additions & 0 deletions Project/Source/Forms/Config/PreferencesForm.Initialize.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,13 @@ private void CheckFirstLaunchNoticesAndChoices()
MainForm.Instance.ActionShowCelebrationsNotice_Click(null, null);
// TODO update query when sod will be ready
Settings.TorahEventsCountAsMoon = DisplayManager.QueryYesNo(AppTranslations.AskToUseMoonOmer.GetLang());
if ( Settings.UseSodHaibour )
SelectUseSodHaibour.Checked = true;
else
if ( Settings.TorahEventsCountAsMoon )
SelectOmerMoon.Checked = true;
else
SelectOmerSun.Checked = true;
MainForm.Instance.ActionShowShabatNotice_Click(null, null);
if ( DisplayManager.QueryYesNo(AppTranslations.AskToSetupPersonalShabat.GetLang()) )
ActionUsePersonalShabat_LinkClicked(null, null);
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,10 @@ The generation of parashot relating to Shabatot with the omer of the moon or the
- Add command-line option `--lunarmonths` to show the lunar months board.
- Add option to indicate parashah and Torah reference in upper or sentence case.

#### 2021.12.24 - Version 9.20

- Fix selecting sun omer in preferences form on first launch.

#### 2021.12.23 - Version 9.19

- Improve preferences form.
Expand Down
2 changes: 1 addition & 1 deletion Setup/OrdisoftwareHebrewCalendarSetup.iss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define MyAppVersion "9.19"
#define MyAppVersion "9.20"
#define MyAppName "Hebrew Calendar"
#define MyAppNameNoSpace "HebrewCalendar"
#define MyAppExeName "Ordisoftware.Hebrew.Calendar.exe"
Expand Down

0 comments on commit 14114ea

Please sign in to comment.