mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-28 22:30:49 +08:00
docs(changelog): fixed changelog displaying no line breaks (#5931)
Signed-off-by: lhdjply <lhdjply@126.com>
This commit is contained in:
+275
-552
File diff suppressed because it is too large
Load Diff
@@ -6,144 +6,117 @@
|
|||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
{{#commit-list merges heading='' message='BREAKING CHANGE'}}
|
{{#commit-list merges heading='' message='BREAKING CHANGE'}}
|
||||||
- .. warning: {{message}}
|
- .. warning: {{message}} `{{id}} <{{href}}>`__
|
||||||
`{{id}} <{{href}}>`__
|
|
||||||
{{/commit-list}}
|
{{/commit-list}}
|
||||||
{{#commit-list commits heading='' message='BREAKING CHANGE'}}
|
{{#commit-list commits heading='' message='BREAKING CHANGE'}}
|
||||||
- .. warning: {{subject}}
|
- .. warning: {{subject}} `{{shorthash}} <{{href}}>`__
|
||||||
`{{shorthash}} <{{href}}>`__
|
|
||||||
{{/commit-list}}
|
{{/commit-list}}
|
||||||
{{#commit-list fixes heading='' message='BREAKING CHANGE'}}
|
{{#commit-list fixes heading='' message='BREAKING CHANGE'}}
|
||||||
- **{{commit.subject}}**
|
- **{{commit.subject}}** `{{commit.shorthash}} <{{commit.href}}>`__
|
||||||
`{{commit.shorthash}} <{{commit.href}}>`__
|
|
||||||
{{/commit-list}}
|
{{/commit-list}}
|
||||||
|
|
||||||
Architectural
|
Architectural
|
||||||
~~~~~~~~~~~~~
|
~~~~~~~~~~~~~
|
||||||
|
|
||||||
{{#commit-list merges heading='' message='^arch' exclude='BREAKING CHANGE'}}
|
{{#commit-list merges heading='' message='^arch' exclude='BREAKING CHANGE'}}
|
||||||
- **{{message}}**
|
- **{{message}}** `{{id}} <{{href}}>`__
|
||||||
`{{id}} <{{href}}>`__
|
|
||||||
{{/commit-list}}
|
{{/commit-list}}
|
||||||
{{#commit-list commits heading='' message='^arch' exclude='BREAKING CHANGE'}}
|
{{#commit-list commits heading='' message='^arch' exclude='BREAKING CHANGE'}}
|
||||||
- **{{subject}}**
|
- **{{subject}}** `{{shorthash}} <{{href}}>`__
|
||||||
`{{shorthash}} <{{href}}>`__
|
|
||||||
{{/commit-list}}
|
{{/commit-list}}
|
||||||
{{#commit-list fixes heading='' message='^arch' exclude='BREAKING CHANGE'}}
|
{{#commit-list fixes heading='' message='^arch' exclude='BREAKING CHANGE'}}
|
||||||
- **{{commit.subject}}**
|
- **{{commit.subject}}** `{{commit.shorthash}} <{{commit.href}}>`__
|
||||||
`{{commit.shorthash}} <{{commit.href}}>`__
|
|
||||||
{{/commit-list}}
|
{{/commit-list}}
|
||||||
|
|
||||||
New Features
|
New Features
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
|
|
||||||
{{#commit-list merges heading='' message='^feat' exclude='BREAKING CHANGE'}}
|
{{#commit-list merges heading='' message='^feat' exclude='BREAKING CHANGE'}}
|
||||||
- **{{message}}**
|
- **{{message}}** `{{id}} <{{href}}>`__
|
||||||
`{{id}} <{{href}}>`__
|
|
||||||
{{/commit-list}}
|
{{/commit-list}}
|
||||||
{{#commit-list commits heading='' message='^feat' exclude='BREAKING CHANGE'}}
|
{{#commit-list commits heading='' message='^feat' exclude='BREAKING CHANGE'}}
|
||||||
- **{{subject}}**
|
- **{{subject}}** `{{shorthash}} <{{href}}>`__
|
||||||
`{{shorthash}} <{{href}}>`__
|
|
||||||
{{/commit-list}}
|
{{/commit-list}}
|
||||||
{{#commit-list fixes heading='' message='^feat' exclude='BREAKING CHANGE'}}
|
{{#commit-list fixes heading='' message='^feat' exclude='BREAKING CHANGE'}}
|
||||||
- **{{commit.subject}}**
|
- **{{commit.subject}}** `{{commit.shorthash}} <{{commit.href}}>`__
|
||||||
`{{commit.shorthash}} <{{commit.href}}>`__
|
|
||||||
{{/commit-list}}
|
{{/commit-list}}
|
||||||
|
|
||||||
Performance
|
Performance
|
||||||
~~~~~~~~~~~
|
~~~~~~~~~~~
|
||||||
|
|
||||||
{{#commit-list merges heading='' message='^perf' exclude='BREAKING CHANGE'}}
|
{{#commit-list merges heading='' message='^perf' exclude='BREAKING CHANGE'}}
|
||||||
- **{{message}}**
|
- **{{message}}** `{{id}} <{{href}}>`__
|
||||||
`{{id}} <{{href}}>`__
|
|
||||||
{{/commit-list}}
|
{{/commit-list}}
|
||||||
{{#commit-list commits heading='' message='^perf' exclude='BREAKING CHANGE'}}
|
{{#commit-list commits heading='' message='^perf' exclude='BREAKING CHANGE'}}
|
||||||
- **{{subject}}**
|
- **{{subject}}** `{{shorthash}} <{{href}}>`__
|
||||||
`{{shorthash}} <{{href}}>`__
|
|
||||||
{{/commit-list}}
|
{{/commit-list}}
|
||||||
{{#commit-list fixes heading='' message='^perf' exclude='BREAKING CHANGE'}}
|
{{#commit-list fixes heading='' message='^perf' exclude='BREAKING CHANGE'}}
|
||||||
- **{{commit.subject}}**
|
- **{{commit.subject}}** `{{commit.shorthash}} <{{commit.href}}>`__
|
||||||
`{{commit.shorthash}} <{{commit.href}}>`__
|
|
||||||
{{/commit-list}}
|
{{/commit-list}}
|
||||||
|
|
||||||
Fixes
|
Fixes
|
||||||
~~~~~
|
~~~~~
|
||||||
|
|
||||||
{{#commit-list merges heading='' message='^fix' exclude='(^fix conflict|^fix warning|BREAKING CHANGE)'}}
|
{{#commit-list merges heading='' message='^fix' exclude='(^fix conflict|^fix warning|BREAKING CHANGE)'}}
|
||||||
- **{{message}}**
|
- **{{message}}** `{{id}} <{{href}}>`__
|
||||||
`{{id}} <{{href}}>`__
|
|
||||||
{{/commit-list}}
|
{{/commit-list}}
|
||||||
{{#commit-list commits heading='' message='^fix' exclude='(^fix conflict|^fix warning|BREAKING CHANGE)'}}
|
{{#commit-list commits heading='' message='^fix' exclude='(^fix conflict|^fix warning|BREAKING CHANGE)'}}
|
||||||
- **{{subject}}**
|
- **{{subject}}** `{{shorthash}} <{{href}}>`__
|
||||||
`{{shorthash}} <{{href}}>`__
|
|
||||||
{{/commit-list}}
|
{{/commit-list}}
|
||||||
{{#commit-list fixes heading='' message='^fix' exclude='(^fix conflict|^fix warning|BREAKING CHANGE)'}}
|
{{#commit-list fixes heading='' message='^fix' exclude='(^fix conflict|^fix warning|BREAKING CHANGE)'}}
|
||||||
- **{{commit.subject}}**
|
- **{{commit.subject}}** `{{commit.shorthash}} <{{commit.href}}>`__
|
||||||
`{{commit.shorthash}} <{{commit.href}}>`__
|
|
||||||
{{/commit-list}}
|
{{/commit-list}}
|
||||||
|
|
||||||
Examples
|
Examples
|
||||||
~~~~~~~~
|
~~~~~~~~
|
||||||
|
|
||||||
{{#commit-list merges heading='' message='^example'}}
|
{{#commit-list merges heading='' message='^example'}}
|
||||||
- **{{message}}**
|
- **{{message}}** `{{id}} <({{href}})>`__
|
||||||
`{{id}} <({{href}})>`__
|
|
||||||
{{/commit-list}}
|
{{/commit-list}}
|
||||||
{{#commit-list commits heading='' message='^example'}}
|
{{#commit-list commits heading='' message='^example'}}
|
||||||
- **{{subject}}**
|
- **{{subject}}** `{{shorthash}} <{{href}}>`__
|
||||||
`{{shorthash}} <{{href}}>`__
|
|
||||||
{{/commit-list}}
|
{{/commit-list}}
|
||||||
{{#commit-list fixes heading='' message='^example'}}
|
{{#commit-list fixes heading='' message='^example'}}
|
||||||
- **{{commit.subject}}**
|
- **{{commit.subject}}** `{{commit.shorthash}} <{{commit.href}}>`__
|
||||||
`{{commit.shorthash}} <{{commit.href}}>`__
|
|
||||||
{{/commit-list}}
|
{{/commit-list}}
|
||||||
|
|
||||||
Docs
|
Docs
|
||||||
~~~~
|
~~~~
|
||||||
|
|
||||||
{{#commit-list merges heading='' message='^docs'}}
|
{{#commit-list merges heading='' message='^docs'}}
|
||||||
- **{{message}}**
|
- **{{message}}** `{{id}} <{{href}}>`__
|
||||||
`{{id}} <{{href}}>`__
|
|
||||||
{{/commit-list}}
|
{{/commit-list}}
|
||||||
{{#commit-list commits heading='' message='^docs'}}
|
{{#commit-list commits heading='' message='^docs'}}
|
||||||
- **{{subject}}**
|
- **{{subject}}** `{{shorthash}} <{{href}}>`__
|
||||||
`{{shorthash}} <{{href}}>`__
|
|
||||||
{{/commit-list}}
|
{{/commit-list}}
|
||||||
{{#commit-list fixes heading='' message='^docs'}}
|
{{#commit-list fixes heading='' message='^docs'}}
|
||||||
- **{{commit.subject}}**
|
- **{{commit.subject}}** `{{commit.shorthash}} <{{commit.href}}>`__
|
||||||
`{{commit.shorthash}} <{{commit.href}}>`__
|
|
||||||
{{/commit-list}}
|
{{/commit-list}}
|
||||||
|
|
||||||
CI and tests
|
CI and tests
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
|
|
||||||
{{#commit-list merges heading='' message='(^ci|^test)'}}
|
{{#commit-list merges heading='' message='(^ci|^test)'}}
|
||||||
- **{{message}}**
|
- **{{message}}** `{{id}} <{{href}}>`__
|
||||||
`{{id}} <{{href}}>`__
|
|
||||||
{{/commit-list}}
|
{{/commit-list}}
|
||||||
{{#commit-list commits heading='' message='(^ci|^test)'}}
|
{{#commit-list commits heading='' message='(^ci|^test)'}}
|
||||||
- **{{subject}}**
|
- **{{subject}}** `{{shorthash }} <{{href}}>`__
|
||||||
`{{shorthash }} <{{href}}>`__
|
|
||||||
{{/commit-list}}
|
{{/commit-list}}
|
||||||
{{#commit-list fixes heading='' message='(^ci|^test)'}}
|
{{#commit-list fixes heading='' message='(^ci|^test)'}}
|
||||||
- **{{commit.subject}}**
|
- **{{commit.subject}}** `{{commit.shorthash}} <{{commit.href}}>`__
|
||||||
`{{commit.shorthash}} <{{commit.href}}>`__
|
|
||||||
{{/commit-list}}
|
{{/commit-list}}
|
||||||
|
|
||||||
Others
|
Others
|
||||||
~~~~~~
|
~~~~~~
|
||||||
|
|
||||||
{{#commit-list merges heading='' exclude='(^fix|^feat|^perf|^docs|^example|^ci|^test)'}}
|
{{#commit-list merges heading='' exclude='(^fix|^feat|^perf|^docs|^example|^ci|^test)'}}
|
||||||
- **{{message}}**
|
- **{{message}}** `{{id }} <{{href}}>`__
|
||||||
`{{id }} <{{href}}>`__
|
|
||||||
{{/commit-list}}
|
{{/commit-list}}
|
||||||
{{#commit-list commits heading='' exclude='(^fix|^feat|^perf|^docs|^example|^ci|^test)'}}
|
{{#commit-list commits heading='' exclude='(^fix|^feat|^perf|^docs|^example|^ci|^test)'}}
|
||||||
- **{{subject}}**
|
- **{{subject}}** `{{shorthash }} <{{href}}>`__
|
||||||
`{{shorthash }} <{{href}}>`__
|
|
||||||
{{/commit-list}}
|
{{/commit-list}}
|
||||||
{{#commit-list fixes heading='' exclude='(^fix|^feat|^perf|^docs|^example|^ci|^test)'}}
|
{{#commit-list fixes heading='' exclude='(^fix|^feat|^perf|^docs|^example|^ci|^test)'}}
|
||||||
- **{{commit.subject}}**
|
- **{{commit.subject}}** `{{commit.shorthash}} <{{commit.href}}>`__
|
||||||
`{{commit.shorthash}} <{{commit.href}}>`__
|
|
||||||
{{/commit-list}}
|
{{/commit-list}}
|
||||||
|
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
|||||||
Reference in New Issue
Block a user