mirror of
https://github.com/sebastiandine/Card-Collection-Manager-2.git
synced 2026-09-01 10:18:48 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9793a13646 | |||
| d6dd72bfb3 |
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "card-collection-manager-2",
|
"name": "card-collection-manager-2",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev -p 1420",
|
"dev": "next dev -p 1420",
|
||||||
"build": "next build && next export -o dist",
|
"build": "next build && next export -o dist",
|
||||||
|
|||||||
+1
-1
@@ -203,7 +203,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "card-collection-manager-2"
|
name = "card-collection-manager-2"
|
||||||
version = "1.0.0"
|
version = "1.0.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64",
|
"base64",
|
||||||
"image",
|
"image",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "card-collection-manager-2"
|
name = "card-collection-manager-2"
|
||||||
version = "1.0.2"
|
version = "1.0.3"
|
||||||
description = "A Tauri App"
|
description = "A Tauri App"
|
||||||
authors = ["you"]
|
authors = ["you"]
|
||||||
license = ""
|
license = ""
|
||||||
|
|||||||
@@ -15,6 +15,10 @@ pub fn format_text_for_fs(text: &String) -> String {
|
|||||||
.replace("&", "And")
|
.replace("&", "And")
|
||||||
.replace("|", "Or")
|
.replace("|", "Or")
|
||||||
.replace("é", "e")
|
.replace("é", "e")
|
||||||
|
.replace("í", "i")
|
||||||
|
.replace("ó", "o")
|
||||||
|
.replace("ú", "u")
|
||||||
|
.replace("û", "u")
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Parse an index from the end of a filename. This function supports indices with
|
/// Parse an index from the end of a filename. This function supports indices with
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "card-collection-manager-2",
|
"productName": "card-collection-manager-2",
|
||||||
"version": "1.0.2"
|
"version": "1.0.3"
|
||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"allowlist": {
|
"allowlist": {
|
||||||
|
|||||||
Reference in New Issue
Block a user