From 13a14b1fac38f40a9516b897bc29162c1e87950b Mon Sep 17 00:00:00 2001 From: amy null Date: Mon, 30 Oct 2023 18:02:37 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20chore:=200.8.3:=20I=20am=20stupi?= =?UTF-8?q?d=20and=20missed=20updating=20Cargo.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1be127f..f7b9863 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -225,7 +225,7 @@ dependencies = [ [[package]] name = "boxxy" -version = "0.8.1" +version = "0.8.3" dependencies = [ "bat", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 9d4254b..5bdd866 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "boxxy" -version = "0.8.1" +version = "0.8.3" edition = "2021" repository = "https://github.com/queer/boxxy" diff --git a/README.md b/README.md index fd1666a..66eedca 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ force it to puts its data somewhere nice and proper. `--daemon` flag. - `0.8.0`: boxxy can pass rules at the command line with `--rule`, and disable loading config files with `--no-config`. +- `0.8.2`: Explain how to run AppImages properly: ![image of 0.8.2 features](https://cdn.mewna.xyz/2023/10/31/yMiHJaURUud6E.png) ### potential drawbacks