From fee8dd9e1e0311aae2f6879c849b2233504b8140 Mon Sep 17 00:00:00 2001 From: terwer Date: Fri, 15 Nov 2024 11:23:37 +0800 Subject: [PATCH 1/3] chore(main): release siyuan-blog 2.6.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 20 +++++++++++++++++++- package.json | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4dedeaeb..511dd516 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.5.0" + ".": "2.6.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index feca2f35..2ef2233a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [2.6.0](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-blog-v2.5.0...siyuan-blog-v2.6.0) (2024-11-15) + + +### Features + +* add vercel dev ([a71cf32](https://github.com/terwer/siyuan-plugin-blog/commit/a71cf32013acf5e4efb51349d96da9aade72e723)) +* add vercel dev ([88ac452](https://github.com/terwer/siyuan-plugin-blog/commit/88ac452e552309439374ee940d02c07cb73b3cc0)) +* add vercel dev ([a95bc3d](https://github.com/terwer/siyuan-plugin-blog/commit/a95bc3d0107a23f4d640e3098b261e019a3860b9)) + + +### Miscellaneous + +* **deps-dev:** bump @nuxtjs/i18n from 8.5.6 to 9.0.0 ([0c1dc2c](https://github.com/terwer/siyuan-plugin-blog/commit/0c1dc2c83bef9b915d2347e59becca4903fa9128)) +* **deps-dev:** bump stylus from 0.63.0 to 0.64.0 ([b59a543](https://github.com/terwer/siyuan-plugin-blog/commit/b59a5436d6dfc240ba64ed054cc725bbcdcb6b00)) +* **main:** release siyuan-blog 3.0.0 ([e0b65ff](https://github.com/terwer/siyuan-plugin-blog/commit/e0b65ffea564c16b18b93d913ee50c8b04180663)) +* update docs ([44f91fe](https://github.com/terwer/siyuan-plugin-blog/commit/44f91fe225f86787d4e9c9c0a7bd0f87090566bf)) +* update docs ([8445394](https://github.com/terwer/siyuan-plugin-blog/commit/8445394c2165f036de92f5526268758d05de5a3b)) + ## [2.5.0](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-blog-v2.4.0...siyuan-blog-v2.5.0) (2024-11-14) ### Features * support provider mode as docker ([4735540](https://github.com/terwer/siyuan-plugin-blog/commit/4735540bb986c09564761409a9c51fe8a06f01fc)) @@ -225,4 +243,4 @@ ## [1.4.0](https://github.com/terwer/siyuan-plugin-blog/compare/v1.3.0...v1.4.0) (2023-06-21) ## [1.3.0](https://github.com/terwer/siyuan-plugin-blog/compare/v1.2.1...v1.3.0) (2023-06-21) ## [1.2.1](https://github.com/terwer/siyuan-plugin-blog/compare/v1.2.0...v1.2.1) (2023-06-20) -## [1.2.0](https://github.com/terwer/siyuan-plugin-blog/compare/v1.1.2...v1.2.0) (2023-06-20) \ No newline at end of file +## [1.2.0](https://github.com/terwer/siyuan-plugin-blog/compare/v1.1.2...v1.2.0) (2023-06-20) diff --git a/package.json b/package.json index 6fec7e0a..4eeae4f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "siyuan-blog", - "version": "2.5.0", + "version": "2.6.0", "description": "The notions sharing function you want is here too", "type": "module", "scripts": { From b544b441f1edb56c20189cd8a2ca5d5600b73904 Mon Sep 17 00:00:00 2001 From: terwer Date: Thu, 19 Dec 2024 20:58:31 +0800 Subject: [PATCH 2/3] chore(main): release siyuan-blog 5.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 37 ++++++++++++++++++++++++++++++++++- package.json | 2 +- 3 files changed, 38 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b29b3b64..41010749 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.2.0" + ".": "5.3.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 035cd824..4119222e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,40 @@ # Changelog +## [5.3.0](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-blog-v5.2.0...siyuan-blog-v5.3.0) (2024-12-19) + + +### Features + +* support cloudflare deploy ([3a50d66](https://github.com/terwer/siyuan-plugin-blog/commit/3a50d66151ddb3dde39c5e688a57b066a108bbff)) + + +### Bug Fixes + +* [#385](https://github.com/terwer/siyuan-plugin-blog/issues/385) dark mode is back again ([0781d6f](https://github.com/terwer/siyuan-plugin-blog/commit/0781d6fa92a707370c3dc6bf735db999c69fa1c3)) +* [#550](https://github.com/terwer/siyuan-plugin-blog/issues/550) [#540](https://github.com/terwer/siyuan-plugin-blog/issues/540) docker version error ([3113892](https://github.com/terwer/siyuan-plugin-blog/commit/3113892ea23c1ee35fc07e19bd15da47b58ff346)) +* default setting not work ([79d0684](https://github.com/terwer/siyuan-plugin-blog/commit/79d06841f092024ba9211cfd01de71d7a994189c)) +* pm2 script ([ba733da](https://github.com/terwer/siyuan-plugin-blog/commit/ba733da49c835bff45068966c1d13d01a80de654)) +* pm2 startup error ([406e338](https://github.com/terwer/siyuan-plugin-blog/commit/406e338e29d15094da86892abe21545bd4cb3777)) +* pm2 startup error ([1c3e320](https://github.com/terwer/siyuan-plugin-blog/commit/1c3e32055a809cdbc941fe60989fa34bc793dcfd)) +* replace old img ([ea43ff9](https://github.com/terwer/siyuan-plugin-blog/commit/ea43ff97080a0661eb14aac943722d08b3b3d048)) +* replace old img ([000cdd5](https://github.com/terwer/siyuan-plugin-blog/commit/000cdd532d9a0742a3bbb00b8b9f4d573b382f26)) +* set pm2 app name ([a077eb9](https://github.com/terwer/siyuan-plugin-blog/commit/a077eb959d21ebef58120b38a758c4fdd2de82fd)) +* speed img loading ([1fbe266](https://github.com/terwer/siyuan-plugin-blog/commit/1fbe266bb2e77dbfa71924e1077ec13c6871b073)) +* speed img loading ([eb5e84c](https://github.com/terwer/siyuan-plugin-blog/commit/eb5e84c9dd557a5303d7ca0fc7a38946b798d0db)) +* support lang ([4607658](https://github.com/terwer/siyuan-plugin-blog/commit/4607658eb04fe7ef3052262aa3848e00e5f22f01)) +* use custom link from setting ([67df3eb](https://github.com/terwer/siyuan-plugin-blog/commit/67df3ebd66c9e7f33b4127dce4fbd592ddacb40d)) + + +### Miscellaneous + +* dns validate ([5e2a7c3](https://github.com/terwer/siyuan-plugin-blog/commit/5e2a7c3cfd3f19afe40cdc6b23b48dbb173d04b2)) +* new startup way ([1e109db](https://github.com/terwer/siyuan-plugin-blog/commit/1e109dba50d16fb1e224d96ea64f18c171ead265)) +* new startup way ([42ab7f4](https://github.com/terwer/siyuan-plugin-blog/commit/42ab7f4704ee061ce52817b4ccbdc5aea93c3ac0)) +* new startup way ([421ba67](https://github.com/terwer/siyuan-plugin-blog/commit/421ba671bc0dae26524331805207995278a5a6b2)) +* new startup way ([b229c78](https://github.com/terwer/siyuan-plugin-blog/commit/b229c788b201568fcb99a20543b3a5f0330c0e67)) +* new startup way ([3200960](https://github.com/terwer/siyuan-plugin-blog/commit/3200960d45ce6e053844546a19ed3684bd893a39)) +* remove dns file, use auto ([f4719d8](https://github.com/terwer/siyuan-plugin-blog/commit/f4719d80d2f9adaf5da2ca9e334f0017160bec95)) + ## [5.2.0](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-blog-v5.1.2...siyuan-blog-v5.2.0) (2024-11-18) ### Features * support custom setting load by custom domain ([1e46763](https://github.com/terwer/siyuan-plugin-blog/commit/1e46763d4c96ae2895d04efa03408c931598b772)) @@ -262,4 +297,4 @@ ## [1.4.0](https://github.com/terwer/siyuan-plugin-blog/compare/v1.3.0...v1.4.0) (2023-06-21) ## [1.3.0](https://github.com/terwer/siyuan-plugin-blog/compare/v1.2.1...v1.3.0) (2023-06-21) ## [1.2.1](https://github.com/terwer/siyuan-plugin-blog/compare/v1.2.0...v1.2.1) (2023-06-20) -## [1.2.0](https://github.com/terwer/siyuan-plugin-blog/compare/v1.1.2...v1.2.0) (2023-06-20) \ No newline at end of file +## [1.2.0](https://github.com/terwer/siyuan-plugin-blog/compare/v1.1.2...v1.2.0) (2023-06-20) diff --git a/package.json b/package.json index b2bbdb0c..8b9b4b58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "siyuan-blog", - "version": "5.2.0", + "version": "5.3.0", "description": "The notions sharing function you want is here too", "type": "module", "scripts": { From 2c116079f38fc85e24bb26be7b32973487868237 Mon Sep 17 00:00:00 2001 From: terwer Date: Thu, 19 Dec 2024 20:59:35 +0800 Subject: [PATCH 3/3] fix: #385 dark mode is back again --- CHANGELOG.md | 22 +--------------------- plugin.json | 2 +- 2 files changed, 2 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4119222e..c1fdc2ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,45 +1,26 @@ # Changelog ## [5.3.0](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-blog-v5.2.0...siyuan-blog-v5.3.0) (2024-12-19) - - ### Features - * support cloudflare deploy ([3a50d66](https://github.com/terwer/siyuan-plugin-blog/commit/3a50d66151ddb3dde39c5e688a57b066a108bbff)) - - ### Bug Fixes - * [#385](https://github.com/terwer/siyuan-plugin-blog/issues/385) dark mode is back again ([0781d6f](https://github.com/terwer/siyuan-plugin-blog/commit/0781d6fa92a707370c3dc6bf735db999c69fa1c3)) * [#550](https://github.com/terwer/siyuan-plugin-blog/issues/550) [#540](https://github.com/terwer/siyuan-plugin-blog/issues/540) docker version error ([3113892](https://github.com/terwer/siyuan-plugin-blog/commit/3113892ea23c1ee35fc07e19bd15da47b58ff346)) * default setting not work ([79d0684](https://github.com/terwer/siyuan-plugin-blog/commit/79d06841f092024ba9211cfd01de71d7a994189c)) * pm2 script ([ba733da](https://github.com/terwer/siyuan-plugin-blog/commit/ba733da49c835bff45068966c1d13d01a80de654)) -* pm2 startup error ([406e338](https://github.com/terwer/siyuan-plugin-blog/commit/406e338e29d15094da86892abe21545bd4cb3777)) * pm2 startup error ([1c3e320](https://github.com/terwer/siyuan-plugin-blog/commit/1c3e32055a809cdbc941fe60989fa34bc793dcfd)) -* replace old img ([ea43ff9](https://github.com/terwer/siyuan-plugin-blog/commit/ea43ff97080a0661eb14aac943722d08b3b3d048)) * replace old img ([000cdd5](https://github.com/terwer/siyuan-plugin-blog/commit/000cdd532d9a0742a3bbb00b8b9f4d573b382f26)) * set pm2 app name ([a077eb9](https://github.com/terwer/siyuan-plugin-blog/commit/a077eb959d21ebef58120b38a758c4fdd2de82fd)) -* speed img loading ([1fbe266](https://github.com/terwer/siyuan-plugin-blog/commit/1fbe266bb2e77dbfa71924e1077ec13c6871b073)) * speed img loading ([eb5e84c](https://github.com/terwer/siyuan-plugin-blog/commit/eb5e84c9dd557a5303d7ca0fc7a38946b798d0db)) * support lang ([4607658](https://github.com/terwer/siyuan-plugin-blog/commit/4607658eb04fe7ef3052262aa3848e00e5f22f01)) * use custom link from setting ([67df3eb](https://github.com/terwer/siyuan-plugin-blog/commit/67df3ebd66c9e7f33b4127dce4fbd592ddacb40d)) - - ### Miscellaneous - * dns validate ([5e2a7c3](https://github.com/terwer/siyuan-plugin-blog/commit/5e2a7c3cfd3f19afe40cdc6b23b48dbb173d04b2)) -* new startup way ([1e109db](https://github.com/terwer/siyuan-plugin-blog/commit/1e109dba50d16fb1e224d96ea64f18c171ead265)) -* new startup way ([42ab7f4](https://github.com/terwer/siyuan-plugin-blog/commit/42ab7f4704ee061ce52817b4ccbdc5aea93c3ac0)) -* new startup way ([421ba67](https://github.com/terwer/siyuan-plugin-blog/commit/421ba671bc0dae26524331805207995278a5a6b2)) -* new startup way ([b229c78](https://github.com/terwer/siyuan-plugin-blog/commit/b229c788b201568fcb99a20543b3a5f0330c0e67)) * new startup way ([3200960](https://github.com/terwer/siyuan-plugin-blog/commit/3200960d45ce6e053844546a19ed3684bd893a39)) * remove dns file, use auto ([f4719d8](https://github.com/terwer/siyuan-plugin-blog/commit/f4719d80d2f9adaf5da2ca9e334f0017160bec95)) - ## [5.2.0](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-blog-v5.1.2...siyuan-blog-v5.2.0) (2024-11-18) -### Features * support custom setting load by custom domain ([1e46763](https://github.com/terwer/siyuan-plugin-blog/commit/1e46763d4c96ae2895d04efa03408c931598b772)) * support disable doctree and outline ([51a3c9a](https://github.com/terwer/siyuan-plugin-blog/commit/51a3c9a2007e7233a418526794a7ba4f7b5c56d1)) -### Miscellaneous * no doctree hidden ([1d6b05c](https://github.com/terwer/siyuan-plugin-blog/commit/1d6b05c706fb9c25df9ad1a5919cc98295a4a750)) ## [5.1.2](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-blog-v5.1.1...siyuan-blog-v5.1.2) (2024-11-16) ## [5.1.1](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-blog-v5.1.0...siyuan-blog-v5.1.1) (2024-11-16) @@ -48,7 +29,6 @@ * change doctree style ([cfa7513](https://github.com/terwer/siyuan-plugin-blog/commit/cfa751303912b425f025c2b299a4fb7ab193fc3c)) * doctree default hidden ([de1972f](https://github.com/terwer/siyuan-plugin-blog/commit/de1972f00041fcc029e295ff64c7fd0ea8ec25d4)) ## [5.0.4](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-blog-v5.0.3...siyuan-blog-v5.0.4) (2024-11-15) -### Bug Fixes * doctree not show in some case ([3902a87](https://github.com/terwer/siyuan-plugin-blog/commit/3902a8756f9bc99e25effb921581b834001dc66a)) ## [5.0.3](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-blog-v5.0.2...siyuan-blog-v5.0.3) (2024-11-15) * outline not show normal in some case ([d6bdda9](https://github.com/terwer/siyuan-plugin-blog/commit/d6bdda907bd7f8ad8a6cd30786ad9559a9881846)) @@ -297,4 +277,4 @@ ## [1.4.0](https://github.com/terwer/siyuan-plugin-blog/compare/v1.3.0...v1.4.0) (2023-06-21) ## [1.3.0](https://github.com/terwer/siyuan-plugin-blog/compare/v1.2.1...v1.3.0) (2023-06-21) ## [1.2.1](https://github.com/terwer/siyuan-plugin-blog/compare/v1.2.0...v1.2.1) (2023-06-20) -## [1.2.0](https://github.com/terwer/siyuan-plugin-blog/compare/v1.1.2...v1.2.0) (2023-06-20) +## [1.2.0](https://github.com/terwer/siyuan-plugin-blog/compare/v1.1.2...v1.2.0) (2023-06-20) \ No newline at end of file diff --git a/plugin.json b/plugin.json index 1b72b904..68b33e02 100644 --- a/plugin.json +++ b/plugin.json @@ -2,7 +2,7 @@ "name": "siyuan-blog", "author": "terwer", "url": "https://github.com/terwer/siyuan-plugin-blog", - "version": "5.2.0", + "version": "5.3.0", "minAppVersion": "2.9.0", "backends": [ "windows",