From 3ae3a95f2058e18308793c0393af26c5f1b96082 Mon Sep 17 00:00:00 2001 From: abc <278780765@qq.com> Date: Thu, 17 Oct 2024 15:55:10 +0800 Subject: [PATCH] chore(main): release 0.5.0 (#14) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 26 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0c02950..2aca35a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.4" + ".": "0.5.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f9562a..06c4185 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [0.5.0](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/compare/v0.4.4...v0.5.0) (2024-10-17) + + +### Features + +* **doc:** add doc website ([17d43aa](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/commit/17d43aaf935014c66a1a1fdc62e2fbeedf103670)) +* 添加图片放大查看 ([fe18539](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/commit/fe1853919d8f98d2d80aa6201d4de61c06d5781a)) + + +### Bug Fixes + +* ... ([f96497c](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/commit/f96497ce74fa70db77dac8b8bea6903b19379d1f)) +* add postcss ([8144da0](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/commit/8144da0457dbaa78e3af81ca499ed95d296602b3)) +* config error ([73d8265](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/commit/73d8265ec6e59f77eda4ffa095e1409544f19e6b)) +* correct upload URL in task creation form ([f360ad5](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/commit/f360ad549e7376e9b36cbcaea52fe82e6bdf007b)) +* **doc/website:** 修复灯箱不可用 ([8c455bb](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/commit/8c455bb6624cdc9f22cb184cd7447054322bb3b1)) +* **docs/website:** 修复github链接错误 ([07958df](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/commit/07958df777728a5ae23f9915172ee29c1cad5d07)) +* remove autoprefixer ([3187e9e](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/commit/3187e9edc2b04718f4af8b4e7db4bebd99d1d4a6)) +* update doc ([45ddf33](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/commit/45ddf33a2ffd3542dbc50759a4147672e97d3438)) +* 修复图片路径错误 ([fe18539](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/commit/fe1853919d8f98d2d80aa6201d4de61c06d5781a)) +* 修复链接错误 ([1806cae](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/commit/1806caee3bf66bf7f6c0ac68a843b477769f75a7)) +* 调整成bun ([e0cbf81](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/commit/e0cbf81e3c82dd62c59584db5b847ef8f1950239)) + ## [0.4.4](https://github.com/liuhuapiaoyuan/MinerU-PDFScanner/compare/v0.4.3...v0.4.4) (2024-10-10) diff --git a/package.json b/package.json index 7acedb0..8d21c96 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mineru-pdf-scanner", "private": true, - "version": "0.4.4", + "version": "0.5.0", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index a3d44ea..8f9fe23 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -30,7 +30,7 @@ }, "productName": "MinerUPDfScanner", "mainBinaryName": "MinerUPDfScanner", - "version": "0.4.4", + "version": "0.5.0", "identifier": "com.ggss.miner-pdf-scanner", "plugins": { "sql": {