Skip to content

Commit

Permalink
Suppress Markdown errors in changelog
Browse files Browse the repository at this point in the history
Signed-off-by: William So <polyipseity@gmail.com>
  • Loading branch information
polyipseity committed Jan 4, 2024
1 parent e6b505c commit 362b1ae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@

### Pre-changesets Changelog

<!-- markdownlint-disable-next-line MD036 -->
**Features**

- Add support for renaming to dotfiles. (`966e528c6a3309777eb09eb2470fdf63bfe40e1b`)
Expand All @@ -59,11 +60,13 @@
- Use a new safer approach to show hidden dotfiles. (`c8a40e0ecbcd8e3fbca819aee623855fe6b2287b`)
- Rename name "Show Dotfiles" to "Show Hidden Files". (`e7d9d3c459cdb3159a9da00109aaf100321ea742`)

<!-- markdownlint-disable-next-line MD036 -->
**Features**

- Add three commands to toggle visibility of hidden files. (`8ccce72c4d35c6aafbc02cec7770a711d278c4f4`)
- Add setting `Show hidden files`. (`9e7dc20d087895eac06bd356451d77c9d417906a`)

<!-- markdownlint-disable-next-line MD036 -->
**Fixes**

- Fix the command to export settings to clipboard. (`993dff6c94b7e70e53c42afdad3fa8e56324a3aa`)
Expand All @@ -75,6 +78,7 @@

## 1.0.3 (2023-07-01)

<!-- markdownlint-disable-next-line MD036 -->
**Improvements**

- Remove confusing "Malformed data" notice. (`8b2e50ffcd085625dde0d0262e20fc1bfca90a8d`)
Expand All @@ -84,6 +88,7 @@

## 1.0.2 (2023-05-18)

<!-- markdownlint-disable-next-line MD036 -->
**Improvements**

- Improve performance. (`742f9abdd559eca0391769a2adf08da27a8f4496`)
Expand All @@ -92,11 +97,13 @@

## 1.0.1 (2023-05-17)

<!-- markdownlint-disable-next-line MD036 -->
**Fixes**

- Fix heuristics for detecting other plugin calls to `string#startsWith` not working on iOS. (`f98e1e6151e69c1ea15341956455aa6c59c2f837`)
- Fix `Override config folder` failing on iOS. (`9a70c32a6f0d484f3a15cb0312944db15c4a36ed`..`7d48bad63088b4d6d65c9555373bd2620b193008`)

<!-- markdownlint-disable-next-line MD036 -->
**Improvements**

- Dynamically calculate overhead just in case someone else also patches `string#startsWith`. (`21779a0535de3a7fe9bf628751fd089576ed7001`)
Expand Down

0 comments on commit 362b1ae

Please sign in to comment.