Skip to content

Releases: rxliuli/joplin-utils

joplin-api@0.3.1

17 Aug 16:14
Compare
Choose a tag to compare
  • chore: 删除无关的依赖,修复一些小问题
  • docs: 修复引用的 joplin 官方 api 文档链接失效的错误
  • chore: 将 lerna 替换为 yarn 2
  • chore: 更新依赖项 @liuli-util/cli 和 @liuli-util/shell
  • docs: 修正 joplin api 测试参考链接为新仓库
  • chore: 使用 @liuli-util/shell 替换 shx
  • refactor: 升级 @liuli-util/cli,使用 ts 配置文件
  • refactor: 升级 @liuli-util/cli,使用 defineConfig 替代 define 辅助函数
  • refactor: 升级 @liuli-util/cli,使用 define 辅助函数
  • chore: 升级 @liuli-util/cli
  • refactor: 使用 import().default 加载 node-fetch 的默认导出
  • refactor: 使用 import() 动态引入 polyfill 避免必然加载
  • chore: 将 ts 编译目标设置为 es2015 以使用 import(),修改 jest 运行时环境为 node(而非默认的 jsdom)
  • fix: 修复在 vite 中直接使用 import 'node-fetch' 引发的依赖找不到的错误(明明在 webpack 可以自动处理掉的)
  • fix: 修复 joplin-api 的 module 引用文件名错误的问题
  • refactor: 修改暴露的 config 变量的类型定义为 Config
  • docs: 修改因为仓库变动需要变更的链接
  • build: 修复迁移过来的子模块的基本打包问题
  • build: 移动 joplin-api 模块到 libs/joplin-api 目录并且删除 yarn.lock

joplin-blog@0.6.0

31 Jul 14:34
Compare
Choose a tag to compare
  • feat(joplin-blog): Add a subcommand clean under the blog/wiki command to delete cached configuration files, notes and attachment resource directories

joplin-blog@0.5.1

30 Jul 05:29
Compare
Choose a tag to compare
  • fix(joplin-blog): Fix the bug that i18next-util is not placed in runtime dependency

joplin-blog@0.5.0

30 Jul 05:24
Compare
Choose a tag to compare
  • 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

joplin-vscode-plugin@0.5.2

19 Jul 02:06
Compare
Choose a tag to compare
  • chore(joplin-vscode-plugin): remove unneeded markdown directories
  • refactor(joplin-vscode-plugin): utility @liuli-util/i18next-util in the joplin-vscode-plugin project
  • docs(joplin-vscode-plugin): fix wrong reference links
  • chore(joplin-vscode-plugin): use rollup instead of liuli-cli for packaging, since rollup merges the need for defineConfig helper function
  • docs(joplin-vscode-plugin): update the linked notes gif to include a jumping demo
  • docs(joplin-vscode-plugin): fix gif link error
  • fix(joplin-vscode-plugin): fix a type incompatibility bug in rollup.config.ts
  • docs(joplin-vscode-plugin): add a gif demo for copying notes links
  • chore(joplin-vscode-plugin): change package configuration to use dir instead of file export option to support dynamic import, remove esbuild package configuration
  • docs(joplin-vscode-plugin): update references and image linking errors in documentation
  • feat(joplin-vscode-plugin): add a more friendly message when pasting
  • build(joplin-vscode-plugin): add script for bundling with esbuild since rollup cannot bundle monorepo dependencies
  • feat(joplin-vscode-plugin): modify registerCommand to add error catching and add it to the output panel for user feedback

joplin-blog@0.4.0

22 Jun 04:07
Compare
Choose a tag to compare
  • feat(joplin-blog): Use worker_threads to parse and convert markdown to avoid blocking the main thread

joplin-blog@0.3.3

13 Jun 04:14
Compare
Choose a tag to compare
  • fix(joplin-blog): Fix the error that asyncLimit will print numbers when running commands

joplin-vscode-plugin@0.5.1

20 May 07:34
Compare
Choose a tag to compare
  • docs: I want to migrate to a new warehouse, update the link in the document

joplin-vscode-plugin@0.5.0: Merge remote-tracking branch 'origin/dev' into dev

20 May 00:38
Compare
Choose a tag to compare
  • feat: implement cut-and-paste function for moving notes, directory location
  • build: use rollup to pack and reduce the extension size to 500k
  • feat: Manage the list of tabs for notes by Selected => Recently Used => Other