X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Wed, 13 Feb 2019 04:08:02 +0100 (CET) To: geda-user AT delorie DOT com X-Debug: to=geda-user AT delorie DOT com from="gedau AT igor2 DOT repo DOT hu" From: gedau AT igor2 DOT repo DOT hu Subject: [geda-user] [pcb-rnd] pcb-rnd 2.1.1 released Message-ID: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: geda-user AT delorie DOT com Hi all, I'm proud to announce pcb-rnd 2.1.1. pcb-rnd home page: http://repo.hu/projects/pcb-rnd source tarballs: http://repo.hu/projects/pcb-rnd/releases detailed changelog: http://repo.hu/projects/pcb-rnd/releases/changelog-2.1.1.txt Release notes for 2.1.1: http://repo.hu/projects/pcb-rnd/releases/relnotes-2.1.1.txt Please feel free to ask questions or support for designing your board with pcb-rnd, eiter via email or IRC. === Release notes ======================================= pcb-rnd 2.1.1 ~~~~~~~~~~~~~ This release is mainly a cleanup release: rewrite of some essential infrastructure (find, drc) and extend the GUI APIs to provide better user interface (around DRC and the preferences dialog). Major changes: 1. find.c rewrite: smaller, slightly more efficient code with a simpler, more versatile API. Does not mess with global/static object flags. 2. DRC API rewrite: the algorithm is decoupled from how violations is stored and from the GUI. There is a generic DRC infra and a generic GUI for displaying the results, that can be driven by multiple different DRC algorithms. The old DRC algorithm has been moved out to a plugin. 3. DRC GUI rewrite: violations are presented as a tree, grouped by topic, so it is easier to skip or focus on similar errors. The window layout follows the library layout, with preview and filter. DRC preview colors offending objects: thre is a red and a blue group which makes it much easier to see what exactly went wrong. Lesstif's interactive 'skip-through' DRC indication is available as an option on GTK. 4. View lists: under the DRC GUI there is a generic "view list" mechanism. It remembers a list of board location (with zoom) and highlight objects. The user can remove, add, copy, paste elements of the list. Lists can be saved to file and loaded later. The same list display is now used to indicate incompatibilities when saving in alien format. 5. DAD upgrades: gtk-only dialogs are being rewritten with DAD, more and more dialogs accessible in all HIDs (including lesstif). Introduced new DAD widgets for this effort. 6. The GTK-only preferences window got removed in favor of the new, HID-agnostic preferences window. 7. Major HID API cleanup: DAD allows a cleaner separation of feature code into self contained plugins; the HID API should be as small as possible, with generic features only. This makes it easier to write new HIDs. Plans for the next release: Going on with the cleanups and similar minor features. -- Best regards, Igor2