[PR #6] [MERGED] Develop #6

Closed
opened 2026-09-04 00:48:23 +02:00 by Stone_Red · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Stone-Red-Code/InvLock/pull/6
Author: @Stone-Red-Code
Created: 3/5/2025
Status: Merged
Merged: 3/5/2025
Merged by: @Stone-Red-Code

Base: mainHead: develop


📝 Commits (4)

  • a13babb Add autostart option
  • 6350903 Add screen blur option
  • 28eeac5 Merge remote-tracking branch 'origin/develop' into develop
  • f0dbf46 Update version

📊 Changes

12 files changed (+298 additions, -6 deletions)

View changed files

📝 installer/Installer.iss (+1 -1)
📝 installer/InvLock-Installer.exe (+0 -0)
src/InvLock/BlurWindow.xaml (+15 -0)
src/InvLock/BlurWindow.xaml.cs (+26 -0)
📝 src/InvLock/DataContexts/MainWindowDataContext.cs (+31 -2)
📝 src/InvLock/InvLock.csproj (+6 -0)
📝 src/InvLock/LockWindow.xaml.cs (+32 -3)
📝 src/InvLock/MainWindow.xaml (+21 -0)
📝 src/InvLock/MainWindow.xaml.cs (+1 -0)
📝 src/InvLock/Settings.cs (+11 -0)
src/InvLock/Utilities/StartupManager.cs (+81 -0)
📝 src/InvLock/Utilities/WindowsApi.cs (+73 -0)

📄 Description

Closes #5


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Stone-Red-Code/InvLock/pull/6 **Author:** [@Stone-Red-Code](https://github.com/Stone-Red-Code) **Created:** 3/5/2025 **Status:** ✅ Merged **Merged:** 3/5/2025 **Merged by:** [@Stone-Red-Code](https://github.com/Stone-Red-Code) **Base:** `main` ← **Head:** `develop` --- ### 📝 Commits (4) - [`a13babb`](https://github.com/Stone-Red-Code/InvLock/commit/a13babb780ad13480239dc5962d5017b8f83b9b8) Add autostart option - [`6350903`](https://github.com/Stone-Red-Code/InvLock/commit/6350903d96cca2bdfccb6813fa60b67e668b4041) Add screen blur option - [`28eeac5`](https://github.com/Stone-Red-Code/InvLock/commit/28eeac5635a498ec6f3252ffbc11d0c12b96f596) Merge remote-tracking branch 'origin/develop' into develop - [`f0dbf46`](https://github.com/Stone-Red-Code/InvLock/commit/f0dbf4621bb30cdd33649ba3306b0a1ee2897c9b) Update version ### 📊 Changes **12 files changed** (+298 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `installer/Installer.iss` (+1 -1) 📝 `installer/InvLock-Installer.exe` (+0 -0) ➕ `src/InvLock/BlurWindow.xaml` (+15 -0) ➕ `src/InvLock/BlurWindow.xaml.cs` (+26 -0) 📝 `src/InvLock/DataContexts/MainWindowDataContext.cs` (+31 -2) 📝 `src/InvLock/InvLock.csproj` (+6 -0) 📝 `src/InvLock/LockWindow.xaml.cs` (+32 -3) 📝 `src/InvLock/MainWindow.xaml` (+21 -0) 📝 `src/InvLock/MainWindow.xaml.cs` (+1 -0) 📝 `src/InvLock/Settings.cs` (+11 -0) ➕ `src/InvLock/Utilities/StartupManager.cs` (+81 -0) 📝 `src/InvLock/Utilities/WindowsApi.cs` (+73 -0) </details> ### 📄 Description Closes #5 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Stone_Red added the pull-request label 2026-09-04 00:48:23 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Stone_Red/InvLock#6