0.4.2 — re-authenticate in place when the Perforce ticket expires

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Bonchellon
2026-07-18 17:28:45 +03:00
parent 30e77664d5
commit 597dffe92d
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "exbyte-depot", "name": "exbyte-depot",
"private": true, "private": true,
"version": "0.4.1", "version": "0.4.2",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

2
src-tauri/Cargo.lock generated
View File

@ -992,7 +992,7 @@ dependencies = [
[[package]] [[package]]
name = "exbyte-depot" name = "exbyte-depot"
version = "0.4.1" version = "0.4.2"
dependencies = [ dependencies = [
"encoding_rs", "encoding_rs",
"reqwest 0.12.28", "reqwest 0.12.28",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "exbyte-depot" name = "exbyte-depot"
version = "0.4.1" version = "0.4.2"
description = "Exbyte Depot — native Perforce client by Exbyte Studios" description = "Exbyte Depot — native Perforce client by Exbyte Studios"
authors = ["Exbyte Studios"] authors = ["Exbyte Studios"]
edition = "2021" edition = "2021"

View File

@ -2,7 +2,7 @@
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "Exbyte Depot", "productName": "Exbyte Depot",
"mainBinaryName": "Exbyte Depot", "mainBinaryName": "Exbyte Depot",
"version": "0.4.1", "version": "0.4.2",
"identifier": "com.bonchellon.exbyte-depot", "identifier": "com.bonchellon.exbyte-depot",
"build": { "build": {
"beforeDevCommand": "npm run dev", "beforeDevCommand": "npm run dev",