diff --git a/CHANGELOG.md b/CHANGELOG.md index 236b2eb23..087f6a54b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ - Fixed an issue with EarTrumpet Actions getting disconnected with updated packaged applications - Added setting to show the full mixer window on startup - Added support for adjusting volumes by 10% in one step from the flyout when the `Ctrl` key is pressed in combination with `Right`/`Left` or `+`/`-` (thanks @ryanspain) +- Migrated EarTrumpet from .NET Framework 4.6.2 to .NET 8.0 +- Dropped support for some end-of-life versions of Windows 10 ## 2.3.0.0 - Added setting to turn on/off ability to change volume with the scroll wheel anywhere (thanks @Tester798!) @@ -24,8 +26,6 @@ - Fixed an issue with the volume changing when scrolling in certain scenarios (e.g. virtual reality) - Updated Japanese translations - Cleaned up old language resources -- Migrated EarTrumpet from .NET Framework 4.x to .NET 6.0 -- Dropped support for some end-of-life versions of Windows 10 ## 2.2.1.0 - Fixed touch context menu behavior on Windows 11 machines with future "ShyTaskbar" enabled diff --git a/COMPILING.md b/COMPILING.md index 92c9a0303..ce98e944a 100644 --- a/COMPILING.md +++ b/COMPILING.md @@ -4,14 +4,14 @@ * [Visual Studio 2022](https://visualstudio.microsoft.com/vs/community/) (or newer) * [Git for Windows](https://git-scm.com/download/win) * [Windows 10 November 2021 Update](https://learn.microsoft.com/windows/whats-new/whats-new-windows-10-version-21h2) (or newer) -* [.NET 6 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) -* [Windows 10 SDK (10.0.19041.0)](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive) +* [.NET 8 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) +* [Windows 10 SDK](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive) (or newer) ## Step-by-step 1. Install Visual Studio 2022 with the `.NET desktop development` and `Universal Windows Platform development` workloads. -2. Install the Windows 10 SDK. -3. Install the .NET 6 SDK. +2. Install the Windows SDK. +3. Install the .NET 8 SDK. 4. Install Git for Windows. 5. Clone the EarTrumpet repository (`git clone https://github.com/File-New-Project/EarTrumpet.git`). 6. Open `EarTrumpet.sln` in Visual Studio. diff --git a/README.md b/README.md index fc4bbb8cb..1340818ee 100644 --- a/README.md +++ b/README.md @@ -71,18 +71,21 @@ Want to see what we were working on? Or help us test new features? [Install EarT * [Change Log](./CHANGELOG.md) ## Supported operating systems -- Windows 10 Enterprise LTSC 2021 +- Windows 10 2004 (May 2020 Update) +- Windows 10 20H2 (October 2020 Update) +- Windows 10 21H1 (May 2021 Update) - Windows 10 21H2 (November 2021 Update) -- Windows 10 22H2 (October 2022 Update) - Windows 11 +- Windows 11 22H2 (2022 Update) +- Windows 11 23H2 (2023 Update) +- Windows 11 24H2 (2024 Update) -## Credits +## Credits (by last name) +- Dave Amenta ([@davux](https://www.twitter.com/davux)) - David Golden ([@GoldenTao](https://www.twitter.com/GoldenTao)) - Rafael Rivera ([@WithinRafael](https://www.twitter.com/WithinRafael)) -- Dave Amenta ([@davux](https://www.twitter.com/davux)) - [Contributors](https://github.com/File-New-Project/EarTrumpet/graphs/contributors) ## Special thanks "[Horn](https://thenounproject.com/icon/horn-125731/)" icon by Artjom Korman from [the Noun Project](https://thenounproject.com/) -