Skip to content

Commit a514e8a

Browse files
committed
SoundManager v3.2.0
Increase version numbers and dates, update user manual and README. Also fix a broken link in README.
1 parent 196c715 commit a514e8a

4 files changed

Lines changed: 12 additions & 7 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ Main features are the following:
1919
* Import sound schemes created with the [Sound applet](https://www.thewindowsclub.com/change-sounds-in-windows)
2020
* Auto-convert sounds to WAV format (Windows 7+)
2121
* Patch Windows Vista/7 startup sound (Admin required)
22-
* Play startup/shutdown sounds on Windows 8 to 11
22+
* Play startup/shutdown sounds on Windows 8 and greater
23+
* Load proprietary `soundpack` archive files
2324

2425
## User Manual
2526

@@ -75,7 +76,7 @@ On Windows 8, the startup and shutdown sounds were removed for further [performa
7576

7677
* Process spawns an invisible window, mandatory for delaying system shutdown
7778
* Process plays Startup or Logon sound and goes inactive
78-
* On logoff, the process is waken up and [sets up a ShutdownBlockReason](https://blogs.msdn.microsoft.com/oldnewthing/20120614-00/?p=7373/)
79+
* On logoff, the process is waken up and [sets up a ShutdownBlockReason](https://devblogs.microsoft.com/oldnewthing/20120614-00/?p=7373)
7980
* Process determines if the Logoff or Shutdown sound should be played
8081
* Sound is played, then ShutdownBlockReason is removed and the process exits
8182

SoundManager/RuntimeConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class RuntimeConfig
3030
/// <summary>
3131
/// Current version of the program
3232
/// </summary>
33-
public const string Version = "3.1.1";
33+
public const string Version = "3.2.0";
3434

3535
/// <summary>
3636
/// Command-line argument for performing automated post-setup operations

UserManual/Readme-En.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
========================================================
2-
==== SoundManager v3.1.1 - By ORelio - Microzoom.fr ====
2+
==== SoundManager v3.2.0 - By ORelio - Microzoom.fr ====
33
========================================================
44

55
Thanks for downloading SoundManager!
@@ -14,7 +14,8 @@ Main features are the following:
1414
- Import sound schemes created with the Sound applet
1515
- Auto-convert sounds to WAV format (Windows 7+)
1616
- Patch Windows Vista/7 startup sound (Admin required)
17-
- Play startup/shutdown sounds on Windows 8 to 11
17+
- Play startup/shutdown sounds on Windows 8 and greater
18+
- Load proprietary "soundpack" archive files
1819

1920
============
2021
How to use
@@ -60,6 +61,7 @@ Download sound schemes
6061
- 3.0.2 : Remove startup sound delay on Windows 8+, Add support for Windows 11
6162
- 3.1.0 : Add more sounds, fix handling of readonly files, add categories on download utility
6263
- 3.1.1 : Fix startup sound in multi-user context, bug introduced in version 3.0.2
64+
- 3.2.0 : Add support for loading proprietary "soundpack" archive files
6365

6466
=====
6567
FAQ

UserManual/Readme-Fr.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
=================================================================
2-
==== Gestionnaire de Sons v3.1.1 - Par ORelio - Microzoom.fr ====
2+
==== Gestionnaire de Sons v3.2.0 - Par ORelio - Microzoom.fr ====
33
=================================================================
44

55
Merci d'avoir choisi le Gestionnaire de Sons !
@@ -14,7 +14,8 @@ Les principales fonctionnalités sont :
1414
- Importer les thèmes sonores créés via l'option "Sons" du panneau de configuration
1515
- Conversion automatique des sons au format WAV (Windows 7+)
1616
- Patch du son de démarrage sous Windows Vista/7 (droits Admin requis)
17-
- Lecture du son de démarrage/arrêt sous Windows 8 à 11
17+
- Lecture du son de démarrage/arrêt sous Windows 8 et supérieur
18+
- Ouverture du format d'archive propriétaire "soundpack"
1819

1920
=============
2021
Utilisation
@@ -60,6 +61,7 @@ Télécharger des thèmes
6061
- 3.0.2 : Suppression du délai du son de démarrage sous Win 8+, et prise en charge de Windows 11
6162
- 3.1.0 : Ajout de sons, correctif pour les fichiers en lecture seule, catégories sur l'outil de téléchargement
6263
- 3.1.1 : Correction du son de démarrage lorsqu'il y a plusieurs comptes utilisateur, bug apparu dans la v3.0.2
64+
- 3.2.0 : Ajout du support pour lire le format d'archive propriétaire "soundpack"
6365

6466
=====
6567
FAQ

0 commit comments

Comments
 (0)