+• **Migrate config from JSON to TOML with automatic upgrade support** ([PR #1317](https://github.com/therealaleph/MasterHttpRelayVPN-RUST/pull/1317) by @CaptainMirage). The canonical config file for new releases is now `config.toml`, and the examples, guides, Windows launcher, OpenWRT init, UI, and Android/JNI path now follow the TOML format. If an old `config.json` is still present, mhrv-rs reads it, writes an equivalent neighboring `.toml` file, and leaves the JSON file untouched so settings survive the migration. For normal use after migration, run with `config.toml`; if an old automation or shortcut explicitly passes `--config config.json`, update it to point at the new TOML file.
0 commit comments