-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
29 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,63 +1,78 @@ | ||
# CHANGELOG | ||
|
||
## v0.4.0 | ||
## 0.5.0 | ||
|
||
- feat(joplin-blog): add internationalization configuration of cache command | ||
- feat(joplin-blog): implement resource caching, add cached commands | ||
- refactor(joplin-blog): refactor the key of the internationalization string to use a more meaningful naming scheme | ||
- feat(joplin-blog): implements caching functionality | ||
- refactor(joplin-blog): refactor the functions previously written to notes and resources into fixed directories for easy calculation of cache locations | ||
- fix(joplin-blog): fix warning that comlink/dist/umd/node-adapter is not used as an external dependency when packaging | ||
- fix(joplin-blog): fix bug with i18next-util reference | ||
- docs(joplin-blog): update the deployment location of joplin-blog, and update the documentation | ||
- docs(joplin-blog): add json schema for configuration files | ||
- refactor(joplin-blog): utility @liuli-util/i18next-util in the joplin-blog project | ||
- chore(root): update the version of joplin-blog in the example module | ||
- chore(joplin-blog): update rollup-plugin-worker-threads | ||
|
||
## 0.4.0 | ||
|
||
- feat(joplin-blog): Use worker_threads to parse and convert markdown to avoid blocking the main thread | ||
|
||
## v0.3.3 | ||
## 0.3.3 | ||
|
||
- fix(joplin-blog): Fix the error that asyncLimit will print numbers when running commands | ||
|
||
## v0.3.2 | ||
## 0.3.2 | ||
|
||
- refactor(joplin-blog): Expose more functions in src/index to facilitate third-party calls | ||
|
||
## v0.3.1 | ||
## 0.3.1 | ||
|
||
- fix(joplin-blog): fix missing internationalization file | ||
- fix(joplin-blog): Uniformly change the example generation command imp => gen | ||
- fix(joplin-blog): fix a redundant space in the Joplin generated docsify sidebar configuration | ||
- fix(blog-hexo-example): fix the bug that hexo cannot be deployed to a subdirectory of the site | ||
|
||
## v0.3.0 | ||
## 0.3.0 | ||
|
||
- feat(joplin-blog): support generate wiki(docsify/vuepress) | ||
- fix(joplin-blog): fix bug that vuepress does not support deploying to subdirectories of websites | ||
- chore(examples): add wiki example projects | ||
|
||
## v0.2.0 | ||
## 0.2.0 | ||
|
||
- Completely refactor the code | ||
- Realize the internationalization of output information | ||
- Implement a more friendly cli | ||
|
||
## v0.1.6 | ||
## 0.1.6 | ||
|
||
- test: modified the configuration of the hexo example, delete the custom stickyTopIdList and permalink | ||
- revert: "hexo intergrated compatibility markdown", fix: https://github.com/rxliuli/joplin-blog/issues/7 | ||
- docs: Update the description of joplinProfilePath in README | ||
|
||
## v0.1.5 | ||
## 0.1.5 | ||
|
||
- Fix README update being overwritten error | ||
|
||
## v0.1.4 | ||
## 0.1.4 | ||
|
||
- Fix [exporting error](https://github.com/rxliuli/joplin-blog/issues/5) | ||
- Fix [mistake correct](https://github.com/rxliuli/joplin-blog/issues/6) | ||
|
||
## v0.1.3 | ||
## 0.1.3 | ||
|
||
- HexoIntegrated compatibility markdown images render path, ref: https://github.com/rxliuli/joplin-blog/pull/4 | ||
|
||
## v0.1.2 | ||
## 0.1.2 | ||
|
||
- Fixed passing tag from config instead of hard-coded to blog | ||
|
||
## v0.1.1 | ||
## 0.1.1 | ||
|
||
- Fix the problem that the `\r` in the title is not cleared when exporting hexo blog | ||
|
||
## v0.1.1 | ||
## 0.1.1 | ||
|
||
- Basic export function realization, currently supports hexovuepress |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters