Upstream switched to = separators in 6.5.0 (simplexmq #1767). As of 6.5.0:3 our parser (startos/fileModels/ini-lib.ts) reads both = and : and writes =, so existing colon-formatted configs convert on the next merge.
Once a couple more upstream versions have shipped — i.e. every live install has been rewritten to = — drop ini-lib.ts in favor of a standard INI parser, and remove the :-acceptance from parse at the same time.
Upstream switched to
=separators in 6.5.0 (simplexmq #1767). As of6.5.0:3our parser (startos/fileModels/ini-lib.ts) reads both=and:and writes=, so existing colon-formatted configs convert on the next merge.Once a couple more upstream versions have shipped — i.e. every live install has been rewritten to
=— dropini-lib.tsin favor of a standard INI parser, and remove the:-acceptance fromparseat the same time.