Skip to content

Commit

Permalink
Release v0.7.4 (#174)
Browse files Browse the repository at this point in the history
* update versions

* update changelog
  • Loading branch information
Kevingislason authored Sep 27, 2022
1 parent 4a41dab commit 8fef493
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 16 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "manta-signer"
edition = "2021"
version = "0.7.3"
version = "0.7.4"
authors = ["Manta Network <contact@manta.network>"]
readme = "README.md"
license-file = "LICENSE"
Expand Down
4 changes: 2 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -39,4 +39,4 @@
"devDependencies": {
"react-scripts": "4.0.3"
}
}
}
4 changes: 2 additions & 2 deletions ui/public/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<main>
<img src="Square89x89Logo.png" />
<h3>Manta Signer</h3>
<p>Version 0.7.3</p>
<p>Version 0.7.4</p>
<p>Copyright © 2019-2022 Manta Network</p>
<p>
<a href="https://github.com/manta-network/manta-signer">manta-network/manta-signer</a>
Expand All @@ -48,4 +48,4 @@ <h3>Manta Signer</h3>
</main>
</body>

</html>
</html>
2 changes: 1 addition & 1 deletion ui/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "manta-signer-ui"
edition = "2018"
version = "0.7.3"
version = "0.7.4"
authors = ["Manta Network <contact@manta.network>"]
readme = "README.md"
license-file = "LICENSE"
Expand Down
7 changes: 3 additions & 4 deletions ui/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "manta-signer",
"version": "0.7.3"
"version": "0.7.4"
},
"build": {
"distDir": "../build",
Expand Down Expand Up @@ -60,8 +60,7 @@
"show": true
}
},
"windows": [
{
"windows": [{
"label": "main",
"title": "Manta Signer",
"width": 600,
Expand Down Expand Up @@ -95,4 +94,4 @@
"iconAsTemplate": true
}
}
}
}
6 changes: 3 additions & 3 deletions www/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

1 comment on commit 8fef493

@vercel
Copy link

@vercel vercel bot commented on 8fef493 Sep 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.