From 3e812045e62eefb23a4eabad0049294d64b7de86 Mon Sep 17 00:00:00 2001 From: Arijit Basu Date: Mon, 10 May 2021 00:25:34 +0530 Subject: [PATCH] Fix release --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/config.rs | 4 ++++ src/config.yml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1847f9e..b042e29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1630,7 +1630,7 @@ dependencies = [ [[package]] name = "xplr" -version = "0.8.1" +version = "0.8.3" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index b828457..6cf747c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xplr" -version = "0.8.1" # Update config.yml, config.rs +version = "0.8.3" # Update config.yml, config.rs authors = ["Arijit Basu "] edition = "2018" description = "A hackable, minimal, fast TUI file explorer" diff --git a/src/config.rs b/src/config.rs index 473472a..2f84935 100644 --- a/src/config.rs +++ b/src/config.rs @@ -1236,6 +1236,8 @@ impl Config { pub fn is_compatible(&self) -> Result { let result = match self.parsed_version()? { + (0, 8, 3) => true, + (0, 8, 2) => true, (0, 8, 1) => true, (0, 8, 0) => true, (_, _, _) => false, @@ -1246,6 +1248,8 @@ impl Config { pub fn upgrade_notification(&self) -> Result> { let result = match self.parsed_version()? { + (0, 8, 3) => None, + (0, 8, 2) => None, (0, 8, 1) => None, (0, 8, 0) => Some("App version updated. Fixed breaking UI after rename"), (_, _, _) => None, diff --git a/src/config.yml b/src/config.yml index b330fb6..135a0f0 100644 --- a/src/config.yml +++ b/src/config.yml @@ -1,4 +1,4 @@ -version: v0.8.1 +version: v0.8.3 layouts: custom: {} builtin: