Kbplacer

Latest version: v0.10

Safety actively analyzes 623847 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.10

Main changes:
- Improvements for CLI interface a6d599548bd79b526c48ddb467ac0959c99cff63 cf80f7d972cbcc54b14204c5b3270ea0d50b1841 faa51085fc4fc8250e5e263d01aaab1206ae0f42 03ac68beeae98716ed7fb83c51ed0ee41f5629cf
- Stop clearing existing switch-diode connection when run without actions 25
- [Read layout files always using utf-8](https://github.com/adamws/kicad-kbplacer/commit/1904d679423d199f80b25d446fff8202dd85a973)
- [Fix template copier footprint side handling and improve tests](https://github.com/adamws/kicad-kbplacer/commit/920346e78192621993e82a4b0b075433b8d51a99)
- [Improve error message when no matching footprints found](https://github.com/adamws/kicad-kbplacer/commit/a13dfc2eb03309bd6cea0e967ee7c2cb0d40b0d5) #27
- Minor GUI improvements
- [Allow TAB key press in float validated text windows](https://github.com/adamws/kicad-kbplacer/commit/300264bce0a763d9b86356d5ed0fa171a77274cd)
- [Reorder creation of widgets for better TAB key navigation](https://github.com/adamws/kicad-kbplacer/commit/3e35a17ed82f1ec89595f0b15cd1c98518916855)
- New translations 24 26
- Minor refactoring changes

New Contributors
* ceoloide made their first contribution in https://github.com/adamws/kicad-kbplacer/pull/29

**Full Changelog**: https://github.com/adamws/kicad-kbplacer/compare/v0.9...v0.10

0.9

Main changes:
- support for KiCad 8.0.0
- improved footprint to layout matching (see [annotation-guide](https://github.com/adamws/kicad-kbplacer/blob/master/docs/annotation_guide.md)):
- place switches based on `key,row` annotations if available - bae60101c1849854f645b008b5dea4665f568f7d
- when placing diodes use net codes instead of annotation numbers - 4244b970c13dd02f575065b13a1d94f63f4c4949
- add support for placing and routing multiple diodes per one switch - f487df5f2fd055de1a3056819b3fc5730cc58a18 683b21c6db923c4354304dcc540d2bfc26dd8fa3
- introduced explicit annotation handling - 457dc8f0836cb924d5654b7ee5a4ef146cdb06cf
- enable switch placing and board creation for VIA alternative layouts - 745df93d872398cfdb6229292520abcf6a62b5fd
- improved track routing:
- fix float comparison when evaluating routing - 6150239a28db033ddba8fee2d2295e536d3552cd
- fix track corner calculation and posture handling - 7531831a38b3f565e1beb14900ba01e9f533e716
- detect and use track templates when using `UNCHANGED` diode position - df279d9c1c1cbac4657d0d45c2bf47470895dd49
- stopped using hardcoded clearance value - 6f08c290fc91a778e9532a955f6e378fcb850959
- add board outline generation - d4c29e126a59e651e4d1db52b3c25f59084d432d
- add option to choose orientation and side of switch footprints - f5e63caa4cd2e8def89b188ea1d2400111ce73f4
- generalized board builder CLI - fe07dbea813296de52d46924e8a13bb097168505
- add option to ignore ergogen zones by name pattern - 836e7042ad1f45e00fe9ea2093c20564737769d5
- align placed elements to defined grid - 78df7d4208edef579ec2e53aeb39dc779921e174
- new translations 19 23

**Full Changelog**: https://github.com/adamws/kicad-kbplacer/compare/v0.8...v0.9

0.8

Main changes:
- bugfix: Fix handling relative position when reference pair rotated 6752ed38d8d302ee89503a9e6a9ae81648ddbcd5 17
- new translations 15 18

**Full Changelog**: https://github.com/adamws/kicad-kbplacer/compare/v0.7...v0.8

0.7

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

0.6

Main changes:
- [Add raw KLE layout parsing](https://github.com/adamws/kicad-kbplacer/commit/c0d3e56bef4d0533f5272e78c19340bb9528c64e) - converting KLE to internal form outside plugin is not required anymore
- [Add GUI translations](https://github.com/adamws/kicad-kbplacer/commit/6a9d9c53044e2d46e1eedbca95eaa07e01ace094) - currently supported languages: `en, pl` (human translated), `de, es, ja, zh_CN` (machine translated). Looking for contributions!
- [Save and restore GUI state](https://github.com/adamws/kicad-kbplacer/commit/b42daf1d88e4e47dc42eee94df5592966b2ff71d)
- [Fix KiCad 7.0.7 compatibility](https://github.com/adamws/kicad-kbplacer/commit/545078b6d0e85587e0b1ad188485805d5509a1d5)
- [Introduce experimental ergogen support](https://github.com/adamws/kicad-kbplacer/commit/bd04a6e11d7a33cfc8b708fb1d693c658bc5170a)

Minor GUI improvements:
- Some small reorganization, resizing and alignment
- [Fix help dialog message text color](https://github.com/adamws/kicad-kbplacer/commit/6bc476ed8dc7564b64974738b081c71e3f5e3309)
- [Embed icons into application](https://github.com/adamws/kicad-kbplacer/commit/a7bb5fa60c762a0a1a5fa4c74506bd4119a0610f)

**Full Changelog**: https://github.com/adamws/kicad-kbplacer/compare/v0.5...v0.6

0.5

Main changes:
- [Allow to skip diode placement](https://github.com/adamws/kicad-kbplacer/commit/653e05e49c29a7e606b83167f01ecf9ccdd422e6)
- [Control X/Y 1U switch distance independently](https://github.com/adamws/kicad-kbplacer/commit/9f154023c36c05932f0b8836d8ecbe4128b49f0b)
- [Introduce new way of placing additional elements](https://github.com/adamws/kicad-kbplacer/commit/4277c6538dd73396815da8b2bf8f5e2a80efb414)
- [Fix annotation issue for python 3.8](https://github.com/adamws/kicad-kbplacer/commit/ce52d794144a0b249913103ffa80bf9f406b3d19)

**Full Changelog**: https://github.com/adamws/kicad-kbplacer/compare/v0.4...v0.5

Page 1 of 2

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.