Skip to content

Latest commit

ย 

History

History
39 lines (25 loc) ยท 1.86 KB

File metadata and controls

39 lines (25 loc) ยท 1.86 KB

Important

This changelog records important milestones of the project, which may include breaking changes.
Please check the README for parameter formats and adjust your JSON configuration files accordingly.

๐ŸŒˆ 2025.11.24

Support editing JSON source code online.

๐ŸŒˆ 2025.07.11

Support for rendering multi-page resumes. The page field has been added to the section of experience to specify which page it belongs to.

  • Default is 1, can be omitted.
  • If a section sets the page field to 2, all content from that section onwards will be rendered on the second page, until encountering the next section with page field set to 3.
  • No need to set the page field to 2 for all sections on the second page, only the first item needs to be set.

๐ŸŒˆ 2025.01.20

Support for custom font configuration. The fontStyle field in style can be set to any local font name.

  • Deprecate the previous default and fancy configurations. โš ๏ธ
  • Click to view built-in font list.
  • The actual selectable font list online depends on current browser support. For example, if your computer doesn't have the STZhongsong font, it won't be displayed.

๐ŸŒˆ 2024.07.12

Support for rendering italic and bold using Markdown syntax, and all link formats are clickable.

  • For example, **_https: //example.com_** will be rendered as example.com, achieving bold italic links.
  • Deprecate label and content fields from profile's footnote. โš ๏ธ
  • Deprecate key field from profile's contact. โš ๏ธ

๐ŸŒˆ 2024.06.26

  • Icon library changed from react-icons to font-awesome. โš ๏ธ
  • Add fontStyle field to style, setting it to fancy will switch to Noto Serif font.

๐ŸŒˆ 2024.01.01

Project is now open source.