Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
nibbles83 committed Jun 14, 2022
1 parent 90db466 commit b245dfd
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions doc/release-notes/release-notes-3.2.0.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion lib/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b245dfd

Please sign in to comment.