Skip to content

Commit

Permalink
release: v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Arman19941113 committed Sep 21, 2024
1 parent 67fb489 commit c97c3c7
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 51 deletions.
32 changes: 14 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,32 @@
<div align="center">

<img src="./docs/images/coverview-zh.jpg" alt=""/>
<img src="./docs/images/coverview-en.jpg" alt=""/>

<h1>Rename Photos</h1>

简体中文 / [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.

</div>

## 下载
## 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.
32 changes: 32 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<div align="center">

<img src="./docs/images/coverview-zh.jpg" alt=""/>

<h1>Rename Photos</h1>

简体中文 / [English](./README)

Rename Photos 是一个使用 EXIF 数据给图片重命名的跨平台桌面应用。

如果你的文件缺少 EXIF 数据,软件也能工作。[了解更多...](https://armantang.fun/rename-photos-zh)

软件安装包仅 4MB 左右,请放心食用。

</div>

## 下载

- [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
```
### 软件是否安全?

是的!所有代码都是开源的!软件只提供文件重命名功能,不会收集任何用户隐私信息。
32 changes: 0 additions & 32 deletions README_EN.md

This file was deleted.

2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"productName": "Rename Photos",
"version": "0.0.3",
"version": "0.0.4",
"identifier": "fun.armantang",
"build": {
"beforeDevCommand": "pnpm dev",
Expand Down

0 comments on commit c97c3c7

Please sign in to comment.