diff --git a/CHANGELOG.md b/CHANGELOG.md index a534c00..fc7bd4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,6 @@ CHANGELOG ========= -TBA ------------------- - -- Add `JS_MIN` setting and ability to minify JavaScript files -- Replace all minifiers with `minify_html` - 1.0.0 - 2022-02-19 ------------------ diff --git a/README.md b/README.md index c916bc7..73907b6 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This Pelican plugin can compress HTML & CSS files as well as inline CSS and Java Requirements ------------ -Because this plugin depends on the [`minify_html`](https://pypi.org/project/minify-html) Python package, which in turn utilizes the Rust-based [minify-html](https://github.com/wilsonzlin/minify-html) project, you must have Cargo (the Rust package manager) installed and available on your `PATH`. Rust and Cargo can be installed on Mac systems via Homebrew: +Because this plugin depends on the [`minify-html`](https://pypi.org/project/minify-html) Python package, which in turn utilizes the Rust-based [`minify-html`](https://github.com/wilsonzlin/minify-html) project, you must have Cargo (the Rust package manager) installed and available on your `PATH`. Rust and Cargo can be installed on Mac systems via Homebrew: brew install rust diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 0000000..3a6c564 --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,6 @@ +Release type: major + +- Rename plugin and move under Pelican Plugins organization +- Restructure according to latest plugin best practices +- Add `JS_MIN` setting and ability to minify JavaScript files +- Replace all minifiers with [`minify-html`](https://github.com/wilsonzlin/minify-html)