chore(main): release 4.0.0#102
Conversation
7e2029b to
593c5cd
Compare
b218031 to
db2d760
Compare
19b46a6 to
902a2dd
Compare
b7e63ba to
5115a20
Compare
|
Hey, This looks very cool -- especially the I don't know if the support for many different config file formats is, however, worth perusing -- this sounds to me like more overhead. I'd in any way prefer to have the file endings correspond to the file type. I see that this is not trivial -- you could have more than one file under Might touching the config files, anyways, be an opportunity to merge exclude files with the configuration? |
|
Thank you very much for the remarks. I was considering to make the ending match the file format but tried to avoid the effort. Maybe I'll give it a try, though. The support for so many formats isn't really a burden so far. Otherwise I wouldn't have added all of them. Lets see how that will develop if the file ending reflects the format. I am not so optimistic regarding the ExcludePatterns option. My exclude patterns file is 67 lines long and grows occasionally. Duplicating it to every device configuration would bloat the configuration files. How many patterns would do you maintain? |
That is true. I have 2 times ~30... 40 lines of excludes. With a nice config format, I could just fold them automatically, most of the time. But maybe such an addition would distract more than it would help. How do you consider to allow a config file in |
|
I have thought about this. I really like to move the configuration into a dedicated folder. A major release is the correct opportunity to do so. I will not add an
With a new config folder, I think most of the issues of an exclude patterns file will be addressed. |
5115a20 to
05686c1
Compare
05686c1 to
8926c6a
Compare
🤖 I have created a release beep boop
4.0.0 (2026-05-31)
⚠ BREAKING CHANGES
Features
Dependencies
Documentation
This PR was generated with Release Please. See documentation.