chore(release): prepare Firelink 1.0.0

This commit is contained in:
NimBold
2026-07-04 23:09:23 +03:30
parent a92d5689d7
commit 5189146369
10 changed files with 123 additions and 70 deletions
+1 -1
View File
@@ -1310,7 +1310,7 @@ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
[[package]]
name = "firelink"
version = "0.7.3"
version = "1.0.0"
dependencies = [
"async-trait",
"axum",
+3 -3
View File
@@ -1,13 +1,13 @@
[package]
name = "firelink"
version = "0.7.3"
description = "A fast desktop download manager powered by Rust and Tauri"
version = "1.0.0"
description = "A fast cross-platform desktop download manager powered by Rust and Tauri"
authors = ["NimBold"]
edition = "2021"
license = "MIT"
repository = "https://github.com/nimbold/Firelink"
homepage = "https://github.com/nimbold/Firelink"
keywords = ["download-manager", "tauri", "aria2", "yt-dlp"]
keywords = ["download-manager", "tauri", "aria2", "yt-dlp", "ffmpeg"]
categories = ["network-programming"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Firelink",
"version": "0.7.3",
"version": "1.0.0",
"identifier": "com.nimbold.firelink",
"build": {
"beforeDevCommand": "node scripts/stage-engines.js && npm run dev",