Skip to content

Releases: dropseed/combine

2.3.0

18 Nov 22:18
ecdb185
Compare
Choose a tag to compare
  • Add help to cli commands
  • Remove explicit importlib-metadata dependency
  • Try "barrel" for install/update process

2.2.1

18 Oct 16:04
431bbce
Compare
Choose a tag to compare
  • 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

16 Oct 02:43
5ea7137
Compare
Choose a tag to compare
  • Update watchdog dependency

2.1.3

25 Aug 04:06
804d445
Compare
Choose a tag to compare

2.1.2

26 Apr 15:27
Compare
Choose a tag to compare
  • Ignore sms:// in link checking
  • Update python-frontmatter to ^1.0.1

2.1.1

25 Jan 17:17
Compare
Choose a tag to compare
  • 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

22 Jan 21:16
Compare
Choose a tag to compare

Add open graph, page title, meta description, image size, and internal broken link checks.

2.0.1

19 Jan 23:09
Compare
Choose a tag to compare

Make combine build --check exit 1 if there are issues.

2.0.0

19 Jan 19:56
Compare
Choose a tag to compare
  • 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

06 Jan 18:53
Compare
Choose a tag to compare

Require importlib-metadata and typing_extensions directly if Python < 3.8.