Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
riverar committed Nov 10, 2024
1 parent a9f8c8f commit bb4be10
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!)
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions COMPILING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

0 comments on commit bb4be10

Please sign in to comment.