diff --git a/doc/release-notes/release-notes-3.2.0.md b/doc/release-notes/release-notes-3.2.0.md new file mode 100644 index 00000000..a40fb1df --- /dev/null +++ b/doc/release-notes/release-notes-3.2.0.md @@ -0,0 +1,22 @@ +# Altitude 3.2.0 + +This is a feature & patch release. + +Please report bugs using the issue tracker at github: https://github.com/thelindaprojectinc/altitude/issues + +## How to Upgrade +Shutdown Altitude if it is already running and then run the installer. + +# About this Release + +## Added features +- MNS integration, you can now use your MNS addresses in the send and change address input boxes and they will auto convert to a Metrix address. +- Update daemon to v4.0.8.2 +- Make default fallback daemon 4.0.8.0 if updater fails to check online. + + +## Framework updates + +- Update to Electron 19.0.4 +- Update to FontAwesome 6.1.1 +- Update large amount of dependancies to latest versions \ No newline at end of file diff --git a/lib/client.ts b/lib/client.ts index b4d42482..f0b4262d 100644 --- a/lib/client.ts +++ b/lib/client.ts @@ -53,7 +53,7 @@ export default class Client { // chain we are running on chain: ChainType = ChainType.MAINNET; // when using hash of unknown daemon assume version - readonly assumeClientVersion = "4.0.7.0"; + readonly assumeClientVersion = "4.0.8.0"; constructor(win) { this.win = win;