|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## v22.1.0 (2022-01-02) |
| 4 | + |
| 5 | +Happy new year! On this second day of 2022 comes a fresh release with one |
| 6 | +notable new feature. |
| 7 | + |
| 8 | +### New |
| 9 | + |
| 10 | +* Support Obsidian's "Strict line breaks" setting. [Nick Groenen] |
| 11 | + |
| 12 | + This change introduces a new `--hard-linebreaks` CLI argument. When |
| 13 | + used, this converts soft line breaks to hard line breaks, mimicking |
| 14 | + Obsidian's "Strict line breaks" setting. |
| 15 | + |
| 16 | + > Implementation detail: I considered naming this flag |
| 17 | + > `--strict-line-breaks` to be consistent with Obsidian itself, however I |
| 18 | + > feel the name is somewhat misleading and ill-chosen. |
| 19 | +
|
| 20 | +### Other |
| 21 | + |
| 22 | +* Give release binaries file extensions. [Nick Groenen] |
| 23 | + |
| 24 | + This may make it more clear to users that these are precompiled, binary |
| 25 | + files. This is especially relevant on Windows, where the convention is |
| 26 | + that executable files have a `.exe` extension, as seen in #49. |
| 27 | + |
| 28 | +* Upgrade dependencies. [Nick Groenen] |
| 29 | + |
| 30 | + This commit upgrades all dependencies to their current latest versions. Most |
| 31 | + notably, this includes upgrades to the following most critical libraries: |
| 32 | + |
| 33 | + pulldown-cmark v0.8.0 -> v0.9.0 |
| 34 | + pulldown-cmark-to-cmark v7.1.1 -> v9.0.0 |
| 35 | + |
| 36 | + In total, these dependencies were upgraded: |
| 37 | + |
| 38 | + bstr v0.2.16 -> v0.2.17 |
| 39 | + ignore v0.4.17 -> v0.4.18 |
| 40 | + libc v0.2.101 -> v0.2.112 |
| 41 | + memoffset v0.6.4 -> v0.6.5 |
| 42 | + num_cpus v1.13.0 -> v1.13.1 |
| 43 | + once_cell v1.8.0 -> v1.9.0 |
| 44 | + ppv-lite86 v0.2.10 -> v0.2.16 |
| 45 | + proc-macro2 v1.0.29 -> v1.0.36 |
| 46 | + pulldown-cmark v0.8.0 -> v0.9.0 |
| 47 | + pulldown-cmark-to-cmark v7.1.1 -> v9.0.0 |
| 48 | + quote v1.0.9 -> v1.0.14 |
| 49 | + rayon v1.5.0 -> v1.5.1 |
| 50 | + regex v1.5.3 -> v1.5.4 |
| 51 | + serde v1.0.130 -> v1.0.132 |
| 52 | + syn v1.0.75 -> v1.0.84 |
| 53 | + unicode-width v0.1.8 -> v0.1.9 |
| 54 | + version_check v0.9.3 -> v0.9.4 |
| 55 | + |
| 56 | +* Bump serde_yaml from 0.8.21 to 0.8.23 (#52) [dependabot[bot]] |
| 57 | + |
| 58 | + Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.8.21 to 0.8.23. |
| 59 | + - [Release notes](https://github.com/dtolnay/serde-yaml/releases) |
| 60 | + - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.8.21...0.8.23) |
| 61 | + |
| 62 | + --- |
| 63 | + updated-dependencies: |
| 64 | + - dependency-name: serde_yaml |
| 65 | + dependency-type: direct:production |
| 66 | + update-type: version-update:semver-patch |
| 67 | + ... |
| 68 | + |
| 69 | +* Bump pulldown-cmark-to-cmark from 7.1.0 to 7.1.1 (#51) [dependabot[bot]] |
| 70 | + |
| 71 | + Bumps [pulldown-cmark-to-cmark](https://github.com/Byron/pulldown-cmark-to-cmark) from 7.1.0 to 7.1.1. |
| 72 | + - [Release notes](https://github.com/Byron/pulldown-cmark-to-cmark/releases) |
| 73 | + - [Changelog](https://github.com/Byron/pulldown-cmark-to-cmark/blob/main/CHANGELOG.md) |
| 74 | + - [Commits](https://github.com/Byron/pulldown-cmark-to-cmark/compare/v7.1.0...v7.1.1) |
| 75 | + |
| 76 | + --- |
| 77 | + updated-dependencies: |
| 78 | + - dependency-name: pulldown-cmark-to-cmark |
| 79 | + dependency-type: direct:production |
| 80 | + update-type: version-update:semver-patch |
| 81 | + ... |
| 82 | + |
| 83 | +* Bump pulldown-cmark-to-cmark from 7.0.0 to 7.1.0 (#48) [dependabot[bot]] |
| 84 | + |
| 85 | + Bumps [pulldown-cmark-to-cmark](https://github.com/Byron/pulldown-cmark-to-cmark) from 7.0.0 to 7.1.0. |
| 86 | + - [Release notes](https://github.com/Byron/pulldown-cmark-to-cmark/releases) |
| 87 | + - [Changelog](https://github.com/Byron/pulldown-cmark-to-cmark/blob/main/CHANGELOG.md) |
| 88 | + - [Commits](https://github.com/Byron/pulldown-cmark-to-cmark/compare/v7.0.0...v7.1.0) |
| 89 | + |
| 90 | + --- |
| 91 | + updated-dependencies: |
| 92 | + - dependency-name: pulldown-cmark-to-cmark |
| 93 | + dependency-type: direct:production |
| 94 | + update-type: version-update:semver-minor |
| 95 | + ... |
| 96 | + |
| 97 | +* Bump pulldown-cmark-to-cmark from 6.0.4 to 7.0.0 (#47) [dependabot[bot]] |
| 98 | + |
| 99 | + Bumps [pulldown-cmark-to-cmark](https://github.com/Byron/pulldown-cmark-to-cmark) from 6.0.4 to 7.0.0. |
| 100 | + - [Release notes](https://github.com/Byron/pulldown-cmark-to-cmark/releases) |
| 101 | + - [Changelog](https://github.com/Byron/pulldown-cmark-to-cmark/blob/main/CHANGELOG.md) |
| 102 | + - [Commits](https://github.com/Byron/pulldown-cmark-to-cmark/compare/v6.0.4...v7.0.0) |
| 103 | + |
| 104 | + --- |
| 105 | + updated-dependencies: |
| 106 | + - dependency-name: pulldown-cmark-to-cmark |
| 107 | + dependency-type: direct:production |
| 108 | + update-type: version-update:semver-major |
| 109 | + ... |
| 110 | + |
| 111 | +* Bump pathdiff from 0.2.0 to 0.2.1 (#46) [dependabot[bot]] |
| 112 | + |
| 113 | + Bumps [pathdiff](https://github.com/Manishearth/pathdiff) from 0.2.0 to 0.2.1. |
| 114 | + - [Release notes](https://github.com/Manishearth/pathdiff/releases) |
| 115 | + - [Commits](https://github.com/Manishearth/pathdiff/commits) |
| 116 | + |
| 117 | + --- |
| 118 | + updated-dependencies: |
| 119 | + - dependency-name: pathdiff |
| 120 | + dependency-type: direct:production |
| 121 | + update-type: version-update:semver-patch |
| 122 | + ... |
| 123 | + |
| 124 | +* Bump pulldown-cmark-to-cmark from 6.0.3 to 6.0.4 (#44) [dependabot[bot]] |
| 125 | + |
| 126 | + Bumps [pulldown-cmark-to-cmark](https://github.com/Byron/pulldown-cmark-to-cmark) from 6.0.3 to 6.0.4. |
| 127 | + - [Release notes](https://github.com/Byron/pulldown-cmark-to-cmark/releases) |
| 128 | + - [Changelog](https://github.com/Byron/pulldown-cmark-to-cmark/blob/main/CHANGELOG.md) |
| 129 | + - [Commits](https://github.com/Byron/pulldown-cmark-to-cmark/compare/v6.0.3...v6.0.4) |
| 130 | + |
| 131 | + --- |
| 132 | + updated-dependencies: |
| 133 | + - dependency-name: pulldown-cmark-to-cmark |
| 134 | + dependency-type: direct:production |
| 135 | + update-type: version-update:semver-patch |
| 136 | + ... |
| 137 | + |
| 138 | +* Bump pretty_assertions from 0.7.2 to 1.0.0 (#45) [dependabot[bot]] |
| 139 | + |
| 140 | + Bumps [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) from 0.7.2 to 1.0.0. |
| 141 | + - [Release notes](https://github.com/colin-kiegel/rust-pretty-assertions/releases) |
| 142 | + - [Changelog](https://github.com/colin-kiegel/rust-pretty-assertions/blob/main/CHANGELOG.md) |
| 143 | + - [Commits](https://github.com/colin-kiegel/rust-pretty-assertions/compare/v0.7.2...v1.0.0) |
| 144 | + |
| 145 | + --- |
| 146 | + updated-dependencies: |
| 147 | + - dependency-name: pretty_assertions |
| 148 | + dependency-type: direct:production |
| 149 | + update-type: version-update:semver-major |
| 150 | + ... |
| 151 | + |
3 | 152 | ## v21.9.1 (2021-09-24) |
4 | 153 |
|
5 | 154 | ### Changes |
|
0 commit comments