Skip to content

Commit

Permalink
Merge branch 'master' of github.com:getzola/zola
Browse files Browse the repository at this point in the history
* 'master' of github.com:getzola/zola:
  Set changelog date
  Update deps
  Ensure homepages get their translations filled
  Update changelog
  Fix some bugs + cargo fmt
  Update pinned rustc version
  Update deps
  Insert anchor as full heading (getzola#1916)
  Fix misspelling in documentation (getzola#1914)
  Add AppData (getzola#1900)
  Add flatpak installation to docs (getzola#1906)
  Update themes gallery (getzola#1899)
  • Loading branch information
theowenyoung committed Jul 17, 2022
2 parents 3b0e10f + c599f21 commit ef39fde
Show file tree
Hide file tree
Showing 79 changed files with 757 additions and 443 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Changelog

## 0.16.0 (unreleased)
## 0.16.0 (2022-07-16)

### Breaking

- Switch to pulldown-cmark anchor rather than ours, some (very niche) edge cases are not supported anymore, you can
- Switch to pulldown-cmark anchor system rather than ours, some (very niche) edge cases are not supported anymore, you can
also specify classes on headers now
- Now outputs empty taxonomies instead of ignoring them
- Unify all pages sorting variable names in templates to `lower`/`higher` in order to make it easy to re-use templates and it
was becoming hard to come up with names
was becoming hard to come up with names to be honest

### Other
- Fix markup for fenced code with linenos
Expand All @@ -24,11 +24,14 @@ any pages related to that taxonomy
- Ignore sections with `render=false` when looking for path collisions
- Add support for backlinks
- Add a warning mode for internal/external link checking in case you don't want zola to stop the build on invalid links
- Always follow symlinks
- Always follow symlinks when loading the site/assets
- Add `rel="alternate"` to Atom post links
- Fix taxonomy `current_path`
- Fix feed location for taxonomies not in the default language
- Add `title_bytes` sorting method
- Add `insert_anchor = "heading"`, which allows users to use the entire heading as a link
- Apply orientation transformation based on EXIF data
- Fix generated homepages not having their `translations` filled properly

## 0.15.3 (2022-01-23)

Expand Down
Loading

0 comments on commit ef39fde

Please sign in to comment.