Description
I find it very hard to keep track of what changed between releases, and what I need to do to migrate my configuration. It regularly happens that some config location changes, or the name of options, or something like that, and we have to find the respective PR to see what actually changed.
The release notes/Changelog is not exactly helping, case in point for 1.3.7:
- Revert "replace user-aliases with user_aliases"
- replace user-aliases with user_aliases
- better fix for Small issue with syntax highlighting in directories with "%20" in their name #1265
- Revert "sanitize dir before assigning to prompt"
- sanitize dir before assigning to prompt
[...]
Dax T Games (8):
- Revert "Ignore %cmder_root%\config (Ignore
%cmder_root%\config
#1945)"- Ignore %cmder_root%\config (Ignore
%cmder_root%\config
#1945)- Add /f for fast init. (Add /f for fast init. #1942)
- add diag helper scripts and adds to the path (add diag helper scripts and adds to the path #1918)
- Fix Cmder and TCC incompatibility (init.bat startup error)? #1806 %user-aliases% should be %user_aliases% #1675 (Fix #1806 #1675 #1870)
- Profile.ps1 (Profile.ps1 #1796)
[...]
Dax T. Games (42):
- Fixed move of default conemu.xml to the vendor folder
How am I supposed to understand what is necessary from user perspective to migrate configuration? Am I supposed to check all PRs and see what exactly has changed?
It would be great to get a "Changes Required" chapter in the release notes, with easy-to-grasp required actions such as "Rename you user-aliases
file to user_aliases
", "Move your conemu.xml
to the vendor folder", "Add the following line to Profile.ps1
" or whatever.