Skip to content

Releases: shishouyuan/HandyRefVBA

Ver. 20230616.1914.VBA - Ver. 20230616.2040.JS

16 Jun 13:30
Compare
Choose a tag to compare

Changes

Add support for different formats of cross reference:

  • Page Number
  • Paragraph Number
  • Relative Position

变化

增加了对几种交叉引用形式的支持:

  • 页码
  • 段落编号
  • 相对位置

Ver. 20210620.1556

20 Jun 08:15
Compare
Choose a tag to compare

Change:

  • Fix bug(#1 ) in footnote and endnote reference.
  • Fix bug in broken reference checking .

变化:

  • 修复了脚注尾注引用中的Bug (#1)。
  • 修复了损坏引用检测中的Bug。

Ver. 20210616.2006

17 Jun 12:31
Compare
Choose a tag to compare

Change:

  • Behavior change: Create bookmark when inserting reference instead of when creating reference point as before, both in VBA and JS version.

变化:

  • 行为改变:由原来创建引用源时创建书签改为插入引用时创建书签。VBA和JS版本均如此。

Ver. 20210616.1916.VBA - Ver. 20210616.1908.JS

16 Jun 11:51
Compare
Choose a tag to compare

Including Ver.20210616.1916.VBA and Ver.20210616.1908.JS

Ver.20210616.1916.VBA

Changes:

  • Open Revisions panel automatically after broken reference checking.
  • Disable unusable buttons when no document is opened.
  • Add Icon for the button group.

变化:

  • 完成损坏引用检查后自动打开审阅窗格。
  • 当没有打开文档时禁用不可用的按钮。
  • 给按钮组增加了图标。

Ver.20210616.1908.JS

  • First version written in JavaScript dedicated to WPS 2019.
  • 第一个用 JavaScript 实现的版本,用于WPS 2019。

Ver. 20210524.1259

24 May 05:23
Compare
Choose a tag to compare

Change

  • Merged multiple actions of a single command into one entry in undo list.
  • Added error handlers for unknown errors.

变化

  • 把一次操作中多个子动作合并成了撤消列表中的一条记录。
  • 增加了未知错误的错误处理。

Ver. 20210521.1502

21 May 07:26
Compare
Choose a tag to compare
  • Change: Added hyperlink to cross reference.
  • 变化: 给交叉引用添加了超链接。

Ver. 20210521.0129

20 May 17:54
Compare
Choose a tag to compare

New Features

  1. Reference checking can be performed on selection or whole document now.
  2. An update button linked to the Github webpage is added.

新功能

  1. 这一版本中引用检查可以对选中区域或整个文档进行。
  2. 增加了一个获取更新按钮来打开Github网页。

Ver. 20210520.1434

20 May 08:22
Compare
Choose a tag to compare

New Feature:

  1. Add broken reference checking function, which can find broken references in the document and attach comments to them.

新功能

  1. 增加引用检查功能,可以发现损坏的引用并添加提示性批注。

Ver. 20210520.0940

20 May 02:38
Compare
Choose a tag to compare

First Release