From 5e70a26fa7d1b850c8bff9a6dc76132ba69931c3 Mon Sep 17 00:00:00 2001 From: thynome <125388433+thynomex@users.noreply.github.com> Date: Sat, 11 Jul 2026 03:01:42 +0100 Subject: [PATCH] chore: prepare v0.1.5 --- CHANGELOG.md | 7 ++++++- package-lock.json | 4 ++-- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 6 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e1929b..42570f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,12 @@ Notable changes to Wallscape are documented here. The project follows [Semantic ## [Unreleased] -- Prepared Wallscape for its first public open-source release. +## [0.1.5] - 2026-07-11 + +- Updated the maintained Tauri, Svelte, SvelteKit, Vite, and validation toolchain. +- Updated `anyhow` and `tauri-build` to their latest compatible patch releases. +- Enabled GitHub dependency vulnerability alerts. +- Kept major TypeScript, Node type, scraper, windows-rs, and rusqlite migrations out of this release pending dedicated compatibility reviews. ## [0.1.4] - 2026-07-11 diff --git a/package-lock.json b/package-lock.json index e04a6b5..133a4aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wallscape-win", - "version": "0.1.4", + "version": "0.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wallscape-win", - "version": "0.1.4", + "version": "0.1.5", "license": "MIT", "dependencies": { "@tauri-apps/api": "^2.11.1", diff --git a/package.json b/package.json index 678ce78..37d7cca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wallscape-win", - "version": "0.1.4", + "version": "0.1.5", "description": "Native Windows wallpaper manager for images and videos.", "type": "module", "scripts": { diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index b5a6501..a5b90a8 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -5027,7 +5027,7 @@ dependencies = [ [[package]] name = "wallscape-win" -version = "0.1.4" +version = "0.1.5" dependencies = [ "anyhow", "base64 0.22.1", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 665da29..755ffb0 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wallscape-win" -version = "0.1.4" +version = "0.1.5" description = "Native Windows wallpaper manager for images and videos" authors = ["Wallscape contributors"] license = "MIT" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 20e6cdb..35488e7 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "Wallscape", - "version": "0.1.4", + "version": "0.1.5", "identifier": "com.momo.wallscape-win", "build": { "beforeDevCommand": "npm run dev",