Skip to content

Commit 2a2e5d6

Browse files
authored
Add files via upload
1 parent ffa741c commit 2a2e5d6

17 files changed

Lines changed: 318 additions & 268 deletions

SafeNotes/AppManager.cs

Lines changed: 172 additions & 125 deletions
Large diffs are not rendered by default.

SafeNotes/EventHandlers.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ echo Update complete >> ""{logPath}""
130130
UseShellExecute = false
131131
});
132132

133+
_settings.IsUserLoggedIn = false;
133134
// Exit the app before the new version runs
134135
Application.Exit();
135136
}
@@ -142,7 +143,8 @@ echo Update complete >> ""{logPath}""
142143
}
143144
catch (Exception ex)
144145
{
145-
MessageBox.Show("Error checking for updates: " + ex.Message, "Update Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
146+
// Do nothing but log the error for debugging
147+
Debug.WriteLine($"Update check failed: {ex.Message}");
146148
}
147149
}
148150
}

SafeNotes/MainForm.Designer.cs

Lines changed: 141 additions & 139 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SafeNotes/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
// it resets to zero and then increments the Major release. Bug releases are the typical release but can increment Minor releases if they are at 9 and the build is also at 9.
2828

2929
// Set version information for an assembly:
30-
[assembly: AssemblyVersion("1.4.3.0")] // MAJOR.MINOR.BUGS.BUILD
31-
[assembly: AssemblyFileVersion("1.4.3.0")] // MAJOR.MINOR.BUGS.BUILD
30+
[assembly: AssemblyVersion("1.5.0")] // MAJOR.MINOR.BUGS.BUILD
31+
[assembly: AssemblyFileVersion("1.5.0")] // MAJOR.MINOR.BUGS.BUILD

SafeNotes/bin/Debug/SafeNotes.exe

1.5 KB
Binary file not shown.

SafeNotes/bin/Debug/SafeNotes.pdb

2 KB
Binary file not shown.

SafeNotes/bin/SafeNotes.zip

1.39 KB
Binary file not shown.
1.5 KB
Binary file not shown.
2 KB
Binary file not shown.
-136 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)