From 8fef493043b80e58d2363a3c15626bceb86b3ad5 Mon Sep 17 00:00:00 2001 From: Kevin Gislason <33131270+Kevingislason@users.noreply.github.com> Date: Tue, 27 Sep 2022 14:29:10 -0400 Subject: [PATCH] Release v0.7.4 (#174) * update versions * update changelog --- CHANGELOG.md | 12 +++++++++--- Cargo.toml | 2 +- ui/package.json | 4 ++-- ui/public/about.html | 4 ++-- ui/src-tauri/Cargo.toml | 2 +- ui/src-tauri/tauri.conf.json | 7 +++---- www/src/App.tsx | 6 +++--- 7 files changed, 21 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0459b04c..91aed1fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + ### Added -- [\#154](https://github.com/Manta-Network/manta-signer/pull/154) Add storage abstractions and add server storage hook ### Changed @@ -14,11 +14,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Removed ### Fixed -- [\#166](https://github.com/Manta-Network/manta-signer/pull/166) Stop close button[X] on Authorization prompt(Private to Anything) from closing manta-signer -- [\#164](https://github.com/Manta-Network/manta-signer/pull/164) Adding some communication between UI and backend to ensure sync at connection start ### Security +## [0.7.4] - 2022-09-27 +### Added +- [\#154](https://github.com/Manta-Network/manta-signer/pull/154) Add storage abstractions and add server storage hook + +### Fixed +- [\#166](https://github.com/Manta-Network/manta-signer/pull/166) Stop close button[X] on Authorization prompt(Private to Anything) from closing manta-signer +- [\#164](https://github.com/Manta-Network/manta-signer/pull/164) Adding some communication between UI and backend to ensure sync at connection start + ## [0.7.3] - 2022-07-11T17:25:22Z ### Fixed - [\#131](https://github.com/Manta-Network/manta-signer/pull/131) Fix window hang diff --git a/Cargo.toml b/Cargo.toml index 8e870c09..ada33f53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "manta-signer" edition = "2021" -version = "0.7.3" +version = "0.7.4" authors = ["Manta Network "] readme = "README.md" license-file = "LICENSE" diff --git a/ui/package.json b/ui/package.json index 9c63eba6..1783da6a 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "manta-signer-ui", - "version": "0.7.3", + "version": "0.7.4", "private": true, "dependencies": { "@tauri-apps/api": "1.0.1", @@ -39,4 +39,4 @@ "devDependencies": { "react-scripts": "4.0.3" } -} +} \ No newline at end of file diff --git a/ui/public/about.html b/ui/public/about.html index 35c3a7e6..11639621 100644 --- a/ui/public/about.html +++ b/ui/public/about.html @@ -38,7 +38,7 @@

Manta Signer

-

Version 0.7.3

+

Version 0.7.4

Copyright © 2019-2022 Manta Network

manta-network/manta-signer @@ -48,4 +48,4 @@

Manta Signer

- + \ No newline at end of file diff --git a/ui/src-tauri/Cargo.toml b/ui/src-tauri/Cargo.toml index 7437980e..a486ad09 100644 --- a/ui/src-tauri/Cargo.toml +++ b/ui/src-tauri/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "manta-signer-ui" edition = "2018" -version = "0.7.3" +version = "0.7.4" authors = ["Manta Network "] readme = "README.md" license-file = "LICENSE" diff --git a/ui/src-tauri/tauri.conf.json b/ui/src-tauri/tauri.conf.json index 7bf42ed4..7c8500a5 100644 --- a/ui/src-tauri/tauri.conf.json +++ b/ui/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "manta-signer", - "version": "0.7.3" + "version": "0.7.4" }, "build": { "distDir": "../build", @@ -60,8 +60,7 @@ "show": true } }, - "windows": [ - { + "windows": [{ "label": "main", "title": "Manta Signer", "width": 600, @@ -95,4 +94,4 @@ "iconAsTemplate": true } } -} +} \ No newline at end of file diff --git a/www/src/App.tsx b/www/src/App.tsx index e3c8f315..c25a36e4 100755 --- a/www/src/App.tsx +++ b/www/src/App.tsx @@ -76,10 +76,10 @@ function App() { className='px-6 py-4 text-white text-2xl bg-button rounded-full mt-12 cursor-pointer' href={ os === 'Mac' - ? 'https://github.com/Manta-Network/manta-signer/releases/download/v0.7.3/manta-signer-macos-latest_0.7.3-103_x64.dmg' + ? 'https://github.com/Manta-Network/manta-signer/releases/download/v0.7.4/manta-signer-macos-latest_0.7.4-103_x64.dmg' : os === 'Windows' - ? 'https://github.com/Manta-Network/manta-signer/releases/download/v0.7.3/manta-signer-windows-2019_0.7.3_x64.msi' - : 'https://github.com/Manta-Network/manta-signer/releases/download/v0.7.3/manta-signer-ubuntu-18.04_0.7.3_amd64.deb' + ? 'https://github.com/Manta-Network/manta-signer/releases/download/v0.7.4/manta-signer-windows-2019_0.7.4_x64.msi' + : 'https://github.com/Manta-Network/manta-signer/releases/download/v0.7.4/manta-signer-ubuntu-18.04_0.7.4_amd64.deb' } title={ os === 'Mac'