Skip to content

Releases: jaywhj/mkdocs-document-dates

v3.8.2

09 May 02:46

Choose a tag to compare

en

  • Added compatibility with mkdocs properdocs related
  • Fixed format inconsistency when reading and writing to cache
  • Fixed build issue when site_url is not set

zh

  • 增加了与 mkdocs properdocs 相关的兼容性
  • 修复了读写缓存时的格式不一致问题
  • 修复了未设置 site_url 时的构建问题

v3.8.0

01 May 01:52

Choose a tag to compare

en

  • Refactored data API interface
  • Updated sitemap template
  • Fixed issue with file paths containing CJKs

zh

  • 重构了数据 API 接口
  • 更新了 sitemap 模板
  • 修复了包含中日韩文字的文件路径问题

v3.7.4

17 Apr 13:26

Choose a tag to compare

en

  • Add support for ProperDocs
  • Fixed URL path compatibility issue for the Recently Updated List
  • Adjusted the way template variables are accessed for recently updated module

zh

  • 添加对 ProperDocs 的支持
  • 修复了最近更新列表的 URL 路径兼容性问题
  • 调整了最近更新模块的模板变量访问方式

v3.7.3

30 Mar 13:43

Choose a tag to compare

en

  • Fixed a bug in summary parsing

zh

  • 修复了摘要解析时的一个bug

v3.7.2

29 Mar 16:41

Choose a tag to compare

en

  • Fixed a layout bug in summary rendering

zh

  • 修复了摘要渲染中的布局 bug

v3.7.1

28 Mar 12:23

Choose a tag to compare

en

  • Added support for ProperDocs
  • Added high-performance readtime & summary parsers
  • Added readtime and tag rendering for the recently updated list, for readtime calculation method see Reading-Time-Estimation
  • Added line count configuration for summary in the recently updated list, see Summary-Line-Configuration
  • Improved the layout style for mixed text and images in the recently updated list
  • Increased plugin execution priority to improve compatibility and systematically provide data support for other plugins or projects
  • Updated template variables and removed the _mx node, see Template Variables

zh

  • 添加了对 ProperDocs 的支持
  • 新增了高性能的 readtime 和 summary 解析器
  • 为最近更新列表新增了 readtime 和 tag 的渲染,readtime 计算方式见 阅读时长预估
  • 为最近更新列表的 summary 添加了行数配置,详情见 配置摘要行数
  • 优化了最近更新列表里的图文混排的样式
  • 提高了插件执行的优先级以提升兼容性,可系统性为其他插件或项目提供数据支持
  • 更新了模板变量,移除了 _mx 节点,详情见 模板变量

v3.7.0

03 Mar 05:58

Choose a tag to compare

en

  • Starting from version 3.7.0:
    • Removed automatic installation of Git hooks and changed to optional manual installation by users
    • Changed the Git hooks installation path from global to the local repository. For details, see Cache Creation Date
    • Provided wheel distribution packages
  • Fixed compatibility issues with the date cache hook, allowing it to work perfectly on any client that supports Git hooks
  • Updated the template variable names for date access. For details, see Template Variables

zh

  • 3.7.0 版本起:
    • 移除了 Git hooks 的自动安装方式,调整为用户手动选配安装
    • Git hooks 安装路径由全局调整为局部仓库,相关说明见 缓存创建日期
    • 提供了 wheel 格式安装包
  • 修复了日期缓存钩子的兼容性,可在任意支持 Git hooks 的客户端中完美使用
  • 更新了日期访问的模板变量名,具体见 使用模板变量

v3.6.1

12 Feb 15:09

Choose a tag to compare

en

  • File exclusion pattern support unix shell-style wildcards, such as * , ? , [] etc
  • Add hover effects for cover
  • Optimize the style of recently updated list

zh

  • 文件排除模式支持 unix shell 风格的通配符,如 * , ? , []
  • 为封面添加悬停效果
  • 优化最近更新列表的样式

v3.6.0

24 Jan 15:48

Choose a tag to compare

en

  • New: The article list supports the summary mode and automatically extracts article summaries
  • New: Support for customizing article cover in Front Matter
  • New: Reconstructed the UI layout of the recently updated document list; added multiple view modes including list, detail and grid, which support dynamic switching

For more details, see doc: https://jaywhj.github.io/mkdocs-materialx/setup/adding-recent-updates-module/

zh

  • 新增:文章列表支持摘要模式,自动提取文章摘要
  • 新增:支持在 Front Matter 中自定义文章封面
  • 新增:重构最近更新的文档列表 UI 布局,新增列表、详情、网格等多种视图模式,可动态切换

recently-updated-en

v3.5.2

26 Dec 06:50

Choose a tag to compare

en

  • New: The plugin’s display structure can be freely configured in the front matter. See Configuration Structure and Style
  • New: Added adaptive dynamic layout for the author list, which displays an optimal layout in real time to enhance user experience
  • New: Enabled horizontal scrolling via mouse wheel for the author list to enhance user experience
  • New: Implemented multi-source dynamic loading for author avatars, which can automatically match users’ network avatars
  • Fixed: Optimized the loading sequence of plugin components to improve performance

zh

  • 新增:可在 front matter 中自由配置插件的显示结构,具体见:配置结构与样式
  • 新增:为作者列表添加自适应动态布局,实时显示合理布局,优化体验
  • 新增:为作者列表启用滚轮横向滚动,优化体验
  • 新增:作者头像采用多源动态加载,能自动匹配用户网络头像
  • 修复:优化插件组件的加载顺序,优化性能