Skip to content

Releases: jiang-taibai/markdown-renumber

Markdown Renumber v1.0.3

Markdown Renumber v1.0.2

08 Sep 13:05
Compare
Choose a tag to compare

Published: September 8, 2023 20:59:40
Release version: v1.0.2

fix

  1. Solve the problem that the configuration cannot be persisted locally
  2. After pressing the Enter key in the Markdown code editing editor, the result is a problem of wrapping twice

Complete

  1. Support the internationalization of Markdown code editor previewer
  2. Improve the most basic cancel function of the code editor

发布时间:2023 年 9 月 8 日 20:59:40
发布版本:v1.0.2

修复

  1. 解决配置无法持久化本地问题
  2. Markdown 代码编辑编辑器中按下回车键后,结果却换行两次的问题

完善

  1. 支持对 Markdown 代码编辑预览器的国际化
  2. 完善代码编辑器的最基本的取消功能

Markdown Renumber v1.0.1

08 Sep 09:26
Compare
Choose a tag to compare

Release time: September 8, 2023 17:12:36
Release version: v1.0.1

fix

  1. Imported documents are lost after switching tabs

Solution: Since switching tabs will not refresh the page, it will only switch the visibility of the sub-component, so you only need to notify the parent component of the changed value of the sub-component (i.e. Vue's two-way binding), and switch back to the sub-component next time. Components still pass the last imported document.

Privacy considerations: Private data will still not be leaked, will not be loaded into the configuration file, and will not be saved in the browser's local cache (LocalStorage).

new function

  1. Added version update notification

Since this project supports offline use, in order to avoid using downloaded files locally, it is impossible to experience the latest version functions and solve the remaining BUG problems. Use dual APIs to obtain the version number in turn. The APIs are Github official API and Gitee official API.

If both APIs cannot obtain the version number, silent processing is used to support users to run in absolute disconnected mode.


发布时间:2023年9月8日 17:12:36
发布版本:v1.0.1

修复

  1. 切换选项卡后,已导入的文档丢失

解决方案:由于切换选项卡不会刷新页面,仅会切换子组件的显隐,因此仅需将子组件更改后的值通知父组件即可(即 Vue 的双向绑定),下一次切换回子组件时依旧传递上一次导入的文档。

隐私考量:依旧不会对隐私数据造成泄露,不会加载到配置文件中,也不会保存在浏览器本地缓存(LocalStorage)中。

新功能

  1. 新增版本更新通知

由于本项目支持离线使用,但为了避免本地使用下载的文件而无法体验最新版本功能和解决遗留 BUG 问题。采用双 API 轮流获取版本号形式获取版本号。API 分别为 Github 官方 API 与 Gitee 官方 API。

如双 API 都无法获取版本号,采用静默处理,以支持用户使用绝对的断网模式运行。

Markdown Renumber v1.0.0

07 Sep 16:51
Compare
Choose a tag to compare
  • Release time: September 8, 2023 00:44:43
  • Release version: v1.0.0

Attachment instructions

The release version is for offline use, unzip markdown-renumber-v1.0.0.zip and open index.html to use all the functions, which are no different from the online version.


  • 发布时间:2023年9月8日00:44:43
  • 发布版本:v1.0.0

附件使用说明

发布版为离线使用版本,解压 markdown-renumber-v1.0.0.zip 后打开 index.html 即可使用所有功能,功能上与在线版无差别。