From 9f0c9dd1b57f187eb049573150930cd1ed9dabe5 Mon Sep 17 00:00:00 2001 From: Dave Gaeddert Date: Mon, 3 Jul 2023 20:51:15 -0500 Subject: [PATCH] Delete CHANGELOG.md --- CHANGELOG.md | 98 ---------------------------------------------------- 1 file changed, 98 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 910448d..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,98 +0,0 @@ -# Changelog - -All notable changes to this project will be documented in this file. - -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - -## 2.8.0 - 2023-05-10 - -- Replace watchdog with watchfiles for local dev - -## 2.7.0 - 2022-04-26 - -- Allow build steps `watch` to be a custom process (using a string instead of a list of paths) - -## 2.6.0 - 2022-03-28 - -- Remove support for Python 3.6 -- Fix imports related to Jinja - -## 2.5.1 - 2022-03-02 - -- Allow 127.0.0.1 urls with port in open graph checks - -## 2.5.0 - 2022-02-01 - -- Add `|markdown` filter -- Ignore `.crdownload` files in file watcher -- Check open graph urls for missing domain -- Update dependencies - -## 2.4.0 - 2021-12-21 - -- Better file watch pattern matching for relative paths -- `--debug` option for `combine build` and `combine work` - -## 2.3.1 - 2021-11-29 - -- Use "barrel" in setup guide instead of poetry -- Update barrel dependency - -## 2.3.0 - 2021-11-18 - -- Add help to cli commands -- Remove explicit importlib-metadata dependency -- Try "barrel" for install/update process - -## 2.2.1 - 2021-10-18 - -- Fix CLS (telemtry/analytics) prompt on `Ctrl+C` during `combine work` -- Deduplicate filesystem events in `combine work` that are the same and in quick succession - -## 2.2.0 - 2021-10-15 - -- Update watchdog dependency - -## 2.1.3 - 2021-08-24 - -- Change urls to https://combine.dropseed.dev -- Add basic telemetry/analytics to understand usage - -## 2.1.2 - 2021-04-26 - -- Ignore sms:// in link checking -- Update python-frontmatter to ^1.0.1 - -## 2.1.1 - 2021-01-25 - -- Change file size math and add current size to output -- Strip whitespace when checking broken internal links -- Remove query string parameters when checking broken internal links - -## 2.1.0 - 2021-01-22 - -Add open graph, page title, meta description, image size, and internal broken link checks. - -## 2.0.1 - 2021-01-19 - -Make `combine build --check` exit 1 if there are issues. - -## 2.0.0 - 2021-01-19 - -- Start implementation of "checks" - - img alt text check - - duplicate IDs check - - HTTPS mixed content check - - favicon.ico check -- Smarter rebuilding of site in `combine work` due to understanding relationships between templates -- Always ignore "node_modules", ".venv", ".cache", and "venv" in `combine work` file watching -- Cleaner `combine work` output - -## 1.0.1 - 2021-01-06 - -Require importlib-metadata and typing_extensions directly if Python < 3.8. - -## 1.0.0 - 2020-12-24 - -Combine has been in use on production sites for a while now, so we might as well act like it!