@eelik Do you know if someone has released a tool to automate the translation of multiple V5 symbol/eeschema files to V6 new formats? I heard the “translator” logic is accessible with the GUI in 5.99 (Save as...) but I would like to know if this logic can be surfaced and maybe accessible via a Python script (like those in library-utils) so that we don’t have to translate file manually, one-by-one.
Responding to myself here, I’ve been told there will be a “Python API for kicad-libedit” available “soon” which will be the official way for translating schemas/symbol libraries from v5 to the new v6 formats.
Now when most of the new features have been integrated there shouldn’t be so many UI string changes. If you ever have thought about helping translating the KiCad user interface to another language (or if you haven’t), now might be a good time to start. There was some discussion in KiCad v6 translation in 2020.
Due to certain problems in the implementation (see the discussion in the split topic and a bug report) all shapes (rectangle, circle, polygon) can now be filled or non-filled independently of the line thickness. For non-filled shapes the thickness must be > 0.
eeschema: Hierarchy Navigator now shows page numbers and page number ordering is respected when printing and plotting. (introduced with MR 541)
This builds on the sheet page numbers introduced by Wayne in commit 8ff51d88. It is more of a bug fix than a feature but added the convenience of showing page numbers in the hierarchy navigator.
Note that the ordering in the hierarchy navigator is first by hierarchy and next by page number so this means that the printing order could be different to the hierarchy order.
That will have to wait until KiCad v7 as it is a new feature (you might want to “thumbs up” this issue to track progress)
However note that since MR 9 (by Franck Jullien) you can configure the Hierarchy Navigator to remain open as you navigate through schematic sheets. The option is in Preferences -> Editing Options -> Keep hierarchy navigator open
FWIW, we don’t know of any licensing issues with the old icons. The trouble is that we don’t know that there aren’t any either. (In other words, we had no paper trail for some of them.)
There is now a “Migrate Libraries…” button in Manage Symbol Libraries that will let you do a save-as-current-format on all selected rows (and update the table rows as well).
It has already been told that some tools have alternatives which can be selected by a long press or mouse drag:
I didn’t find a mention about hidden tool configuration options. Some tool buttons have a context menu (Right Mouse Button menu) with which you can change or find some options quickly.