All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Paths with unsupported value types now works with the C, C# and
reg add
output formats
- Manual page
- New output formats: PowerShell, C, and C#
- Mostly rewrote in C
- Native code: 100% code coverage from tests
- Re-wrote PowerShell part in C#
- Source reorganisation
- The PowerShell (from its C# DLL) calls the native DLL. This is significantly faster than the 100% PowerShell prior version.
- Update documentation
0.2.1 - 2023-10-08
- Use
pwsh.exe
notpowershell.exe
for the scheduled task. - Fixed invoking the scheduled task.
- Try to hide the window of the scheduled task. Affected by PowerShell #3028.
0.2.0 - 2023-10-08
- Add
Register-SavePreferencesScheduledTask
andUnregister-SavePreferencesScheduledTask
to setup an automatic backup job. Can have multiple jobs with different paths.
0.1.0 - 2023-10-07
Save-Preferences
and madeprefs-export
match the interface used in macprefs.- Can now commit with Git and push
- Badges to readme
- Set default maximum depth to 20.
- Update documentation
- Format code