From c97c3c701b10314be7c65b76820b35cd9a9bb426 Mon Sep 17 00:00:00 2001 From: Arman Tang Date: Sat, 21 Sep 2024 23:32:59 +0800 Subject: [PATCH] release: v0.0.4 --- README.md | 32 ++++++++++++++------------------ README_CN.md | 32 ++++++++++++++++++++++++++++++++ README_EN.md | 32 -------------------------------- src-tauri/tauri.conf.json | 2 +- 4 files changed, 47 insertions(+), 51 deletions(-) create mode 100644 README_CN.md delete mode 100644 README_EN.md diff --git a/README.md b/README.md index bd3a49d..46aca80 100644 --- a/README.md +++ b/README.md @@ -1,36 +1,32 @@
- +

Rename Photos

-简体中文 / [English](./README_EN.md) +Rename Photos is a cross-platform desktop-app for renaming photos using EXIF data. -Rename Photos 是一个使用 EXIF 数据给图片重命名的跨平台桌面应用。 +If your files lack EXIF data, it also works. [See more...](https://armantang.fun/rename-photos) -如果你的文件缺少 EXIF 数据,软件也能工作。[了解更多...](https://armantang.fun/rename-photos-zh) - -软件安装包仅 4MB 左右,请放心食用。 +This app has a compact bundle size of just 4MB. Feel free to use it.
-## 下载 +## Download -- [MacOs (Apple silicon)](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.3/Rename.Photos_0.0.3_aarch64.dmg) -- [MacOs (Intel silicon)](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.3/Rename.Photos_0.0.3_x64.dmg) -- [Windows](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.3/Rename.Photos_0.0.3_x64_en-US.msi) -- [Linux](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.3/rename-photos_0.0.3_amd64.deb) +- [MacOs (Apple silicon)](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.4/Rename.Photos_0.0.4_aarch64.dmg) +- [MacOs (Intel silicon)](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.4/Rename.Photos_0.0.4_x64.dmg) +- [Windows](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.4/Rename.Photos_0.0.4_x64_en-US.msi) +- [Linux](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.4/rename-photos_0.0.4_amd64.deb) -### MacOS:软件已损坏,无法打开。 +### "App is damaged and can't be opened" on MacOS -打开终端输入以下命令: +Open Terminal and then enter the following command: ```bash sudo xattr -d -r com.apple.quarantine /Applications/Rename\ Photos.app ``` -### 软件是否安全? - -是的!所有代码都是开源的!软件只提供文件重命名功能,不会收集任何用户隐私信息。 +### Is this app safe? -### 为什么开发这个软件? +Yes! The codes are open-source. -作为一个摄影爱好者拍了很多照片放在电脑和云盘上,所以非常需要这么一个可以基于 EXIF 数据修改文件名的一个软件。使用日期作为文件名有个好处就是:直接在云盘搜索202310就可以很快检索出23年10月拍摄的照片。 +We don't collect any user privacy information, and our only function is to rename files. diff --git a/README_CN.md b/README_CN.md new file mode 100644 index 0000000..2c66f15 --- /dev/null +++ b/README_CN.md @@ -0,0 +1,32 @@ +
+ + + +

Rename Photos

+ +简体中文 / [English](./README) + +Rename Photos 是一个使用 EXIF 数据给图片重命名的跨平台桌面应用。 + +如果你的文件缺少 EXIF 数据,软件也能工作。[了解更多...](https://armantang.fun/rename-photos-zh) + +软件安装包仅 4MB 左右,请放心食用。 + +
+ +## 下载 + +- [MacOs (Apple silicon)](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.4/Rename.Photos_0.0.4_aarch64.dmg) +- [MacOs (Intel silicon)](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.4/Rename.Photos_0.0.4_x64.dmg) +- [Windows](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.4/Rename.Photos_0.0.4_x64_en-US.msi) +- [Linux](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.4/rename-photos_0.0.4_amd64.deb) + +### MacOS:软件已损坏,无法打开。 + +打开终端输入以下命令: +```bash +sudo xattr -d -r com.apple.quarantine /Applications/Rename\ Photos.app +``` +### 软件是否安全? + +是的!所有代码都是开源的!软件只提供文件重命名功能,不会收集任何用户隐私信息。 diff --git a/README_EN.md b/README_EN.md deleted file mode 100644 index 5f3e59e..0000000 --- a/README_EN.md +++ /dev/null @@ -1,32 +0,0 @@ -
- - - -

Rename Photos

- -Rename Photos is a cross-platform desktop-app for renaming photos using EXIF data. - -If your files lack EXIF data, it also works. [See more...](https://armantang.fun/rename-photos) - -This app has a compact bundle size of just 4MB. Feel free to use it. - -
- -## Download - -- [MacOs (Apple silicon)](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.3/Rename.Photos_0.0.3_aarch64.dmg) -- [MacOs (Intel silicon)](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.3/Rename.Photos_0.0.3_x64.dmg) -- [Windows](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.3/Rename.Photos_0.0.3_x64_en-US.msi) -- [Linux](https://github.com/Arman19941113/rename-photos/releases/download/v0.0.3/rename-photos_0.0.3_amd64.deb) - -### "App is damaged and can't be opened" on MacOS - -Open Terminal and then enter the following command: -```bash -sudo xattr -d -r com.apple.quarantine /Applications/Rename\ Photos.app -``` -### Is this app safe? - -Yes! The codes are open-source. - -We don't collect any user privacy information, and our only function is to rename files. diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 12f7fbe..2460bf4 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "Rename Photos", - "version": "0.0.3", + "version": "0.0.4", "identifier": "fun.armantang", "build": { "beforeDevCommand": "pnpm dev",