Yeah, I had misinterpreted the changelog. Thanks for clearing things up.
One minor thing: The Bitcoin icon is designed in Light Blue color. I assume we all accept the default color of Bitcoin (BTC) is Orange. It's not Green (as BCash) or Light Blue.
The older version had a blue icon also. Maybe because Electrum's logo is blue?
This update wipes out the default list of receiving addresses, users have to create each receiving address manually.
Click on "View" in the menu bar and enable the "Addresses" tag, you'll be able to see them listed there.
So, I've been playing with the console commands to create a seed, and I'm having trouble with it. I can get it to work in with cli from the terminal, but I can't get it to work from the console.
For example this works just fine from the terminal:
~$ python3 ~/.local/bin/electrum make_seed --seed_type=segwit --nbits=256 --offline
But I can't get this to work in the console, and the error code isn't very helpful:
make_seed(seed_type=segwit, nbits=256)
Although, leaving out the seed type does the same thing, and that does work. But if you want a standard seed, and replace
segwit with
standard it still doesn't work.
What am I doing wrong? Do I have the syntax fubar'd?