Skip to content

Commit 301f880

Browse files
committed
Fix option names in changelog
1 parent 7f8984a commit 301f880

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and 
3434

3535
### Fixed
3636

37-
- The `maxDensity` field in metadata files when `-max-density 1` is specified now gets the correct value instead of the erroneous `null`.
37+
- The `maxDensity` field in metadata files when `--origin-density 1` is specified now gets the correct value instead of the erroneous `null`.
3838

3939
## [3.0.0] — 2024–12–15
4040

@@ -70,8 +70,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and 
7070

7171
### Added
7272

73-
- The `--addMetaData` (`-m`) flag is now also available for the `icons` command. Enabling it will create an `index.css` file in the output directory, which contains registrations of custom properties with paths to icons.
74-
- The `--originDensity` (`-d`) option now takes the value `0`. This works like the `1` value, but without adding the density suffix to the filename.
73+
- The `--add-meta-data` (`-m`) flag is now also available for the `icons` command. Enabling it will create an `index.css` file in the output directory, which contains registrations of custom properties with paths to icons.
74+
- The `--origin-density` (`-d`) option now takes the value `0`. This works like the `1` value, but without adding the density suffix to the filename.
7575

7676
## [2.0.0] — 2024–06–13
7777

@@ -85,8 +85,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and 
8585

8686
### Added
8787

88-
- New CLI option `-p` (`--publicDirectory`) for the favicons command, allowing you to specify a directory (`public` by default) with static assets where the source SVG files for generating favicons are expected.
89-
- New CLI flag `-m` (`--addMetaData`), enabling which when processing raster images additionally generates metadata files in JSON and JS formats.
88+
- New CLI option `-p` (`--public-directory`) for the favicons command, allowing you to specify a directory (`public` by default) with static assets where the source SVG files for generating favicons are expected.
89+
- New CLI flag `-m` (`--add-meta-data`), enabling which when processing raster images additionally generates metadata files in JSON and JS formats.
9090

9191
## [1.0.3] — 2024–05–24
9292

@@ -112,7 +112,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and 
112112
### Changed
113113

114114
- Now the `optimize favicons` command does not generate the entire set of files for each SVG found, including those nested in subdirectories. Instead, this command only works with files in the specified directory and expects at least one of `touch.svg`, `32.svg` and `16.svg` (preferably only the first two, and the third only if there is such a version in the design). See [README.md](./README.md) for details on preparing and working with these files.
115-
- Now the `-r` (`--removeOrigin`) option also applies to the `optimize favicons` command.
115+
- Now the `-r` (`--remove-origin`) option also applies to the `optimize favicons` command.
116116

117117
### Added
118118

0 commit comments

Comments
 (0)