Skip to content

Commit 4237d8d

Browse files
committed
Release v0.1.6 - Ad-hoc signing and quarantine fixes
1 parent 4e32879 commit 4237d8d

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.1.6] - 2025-01-27
6+
7+
### Fixed
8+
- Ad-hoc code signing to reduce Gatekeeper issues
9+
- Homebrew cask now auto-removes quarantine attribute on install
10+
511
## [0.1.5] - 2025-01-27
612

713
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "anylinuxfs-gui",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"private": true,
55
"type": "module",
66
"scripts": {

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "anylinuxfs-gui"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
edition = "2021"
55

66
[lib]

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "anylinuxfs-gui",
4-
"version": "0.1.5",
4+
"version": "0.1.6",
55
"identifier": "com.anylinuxfs.gui",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)