Thank you for taking the time to improve MiniTaskbar. The project values predictable Windows 10 behavior, low resource usage, and changes that remain easy to audit.
- Search for an existing issue before creating a new one.
- Open an issue first when proposing a significant behavior change.
- Keep changes focused. Avoid unrelated refactors.
MiniTaskbar builds on 64-bit Windows with .NET Framework 4.x:
git clone https://github.com/Mirochill/MiniTaskbar.git
cd MiniTaskbar
.\build.ps1
.\test.ps1- Preserve the intentionally small Windows 10 feature set.
- Do not add telemetry, implicit network communication, or background services.
- Avoid third-party dependencies when a Windows or .NET Framework API is sufficient.
- Add or update tests when behavior changes.
- Run
.\build.ps1and.\test.ps1before opening a pull request. - Measure the impact of changes to resident paths, especially event handling, fullscreen transitions, and Explorer restart recovery.
- Document any added reliance on undocumented Windows behavior.
Describe the problem, the selected approach, and the checks you ran. Include before-and-after screenshots when intentionally modifying the taskbar appearance.
By submitting a contribution, you agree that it will be distributed under the project's MIT License.