Main changes:
- Improve switch-diode routing algorithm, determine pads based on common net name, allows for different matrix configurations - 537125b9910fa3d6dddd24ce687c89432b0d9d2f
- Split various stages to independent parts, i.e. diodes can be placed without providing layout file (will use already placed switches), tracks can be routed without placing any elements etc. Improved GUI.
- Improved routing
- Test two possible track postures - https://github.com/adamws/kicad-kbplacer/pull/14
- Add support for track templates connecting multiple pads - 6601e4d7820cc9e5c0a77160a6bc0f88d49795d9
- Track templates (presets) can be stored to file and reused. Introduced `Preset` `Position` option - 43715406b3cc3835e3eaca2cdc652e1ac4c8400d
- Allow running routing without layout files
- Split routing of switches with diodes and row and columns to separate stages which can be enabled/disabled independently
- Some minor improvements for matrix routing, should yield better results for rotated groups - 7b60d45c7ffe19d677a694d841caddb5b35113ca eac1edd63b15f90ebe6ac500cea81a241a73fd82
- Add support for `via` layout files - c4a70ee43837f0b92422b5ac2fec5ad9ecbcb71f
- Introduced experimental board builder which can create boards without netlist - f3007ba0afc2221efa712b9972efccd10f24ffbb
- Fixed file picker insertion point update bug - d202b76a32eea146dc7b4ad31e7e28af1690d5a4
- Improve build flow, switch to [hatch](https://hatch.pypa.io/latest/) and integrate with [hatch-kicad](https://github.com/adamws/hatch-kicad)
- Added Russian and Korean translations (thanks to gfghjjk and z369369) - ad2c01887f87ef1ab34188dc419872ca8372618e eef866ff105f898fafd7577adf63e7c3039ee206
**Full Changelog**: https://github.com/adamws/kicad-kbplacer/compare/v0.6...v0.7