Now the shock of seeing Kicad 7 rc1 has subsided, on inspection, I found I had to install my personal libraries.
Has anyone else had to do this, or did I press a wrong button somewhere?
Did we also have to install personal libraries when 6.0.0 arrived? I honestly just can’t remember
i just copied ~/.config/kicad/6.99/sym-lib-table to ~/.config/kicad/7.0/sym-lib-table ~/.config/kicad/6.99/fp-lib-table to ~/.config/kicad/7.0/fp-lib-table
and lived happily ever after
I’d installed them before I’d started the thread. I was wondering if others needed to install personal libraries also. Reading your comment, I assume you also had to install them.
That works if you only use personal libraries, but I’m not sure about that when you use the default libraries.
I compared them with MeldMerge and both the symbol and footprint libtables have some new entries for 7.0 that are not present in V6.99 lib-table files.
It is possible my old V6.99 is not complete in some way.
With a merge program such as meldmerge it’s quite easy to modify these files.
Oh no, you too?
There are reasons those change. (see my previous post). I also noticed that some bugs in the shortcut keys have been fixed (V6.99 appeared to have some faulty assignments)
Most of the files have differences. In for example the “user.hotkeys” file some (I assume obsolete) settings have been removed, for example:
eeschema.InteractiveEdit.breakBus
The backtick has been reassigned from “highlight net” to “highlight selection” and other subtle changes.
In user.hotkeys there are some 9 or so additions and app. 20 changes of assigned keys. So quite a difference, you were right.
Mergemeld helped here, thx for the tip, I rarely use/need such tools.