ananke/CHANGELOG.md
Patrick Kollitsch 6367ffa829
chore(release): v2.10.0-prerelease.0
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
2024-09-26 10:38:37 +07:00

17 KiB

Changelog

2.10.0-prerelease.0 (2024-09-26)

Documentation

  • fix: add note about powershell environment (c1530b7)
  • fix: move old changelog (e086aa9)
  • fix: proper TOML format for frontmatter sample (#717) (ca6da48)
  • fix: remove todo note that can't be traced to any issue (b1f6a28)

Features

Theme

  • fix: replace deprecated resources.ToCSS with css.Sass (321680f), closes #712
  • i18n: add indonesian language (#672) (53463ff)

Refactors

  • indentation and file formatting changes (76460d7)

Chore

  • add package lockfile (8a7847f)
  • config: add dependabot configuration (3c3478a)
  • config: add github templates for issues and pull requests (7c5c9c3)
  • config: add resources to ignored files (549d735)
  • config: add workspace configuration file for vscode (1a4ad28)
  • config: move configuration into config subfolder structure and require 0.128.0 (4e613a9)
  • config: update dependencies and package.json content (d0490cb)
  • fix: being maintained again (9a0a974)
  • fix: full URL to discussion forum (791c400)

Build System

  • fix: add release scripts (a889122)
  • fix: recover build system (dccde1e)

2.6.0 - 2020-06-17

Merged

  • Add translation for taxonomy page #299
  • Site logo #284
  • Add head partial #285
  • Long urls or links extend beyond content and overlap sidebar #259
  • Use relative URL for favicon #251
  • Fix relURL for custom_css #252
  • Fixed a typo in form-contact.html #266
  • adding Bulgarian translation #267
  • Use | relLangURL for the base url in the site-navigation #277
  • RSS svg icon #282
  • Updated Windows instructions in README.md #276
  • Replace another 2 .URL occurrences with .Permalink #275
  • Add alternative method for running prod to the readme #273
  • Swap the page title and site title in page <title> elements #272
  • Add the post_content_classes param for changing post content font #260
  • Add sharing links for the posts #255
  • Safari Reader View lacks content #254
  • Add Keybase social icon #248
  • Add StackOverflow social #243
  • Fix to take care of multiple author list, or for setting the #221
  • Fix Slack icon size #237
  • Correct the original translation #241

v2.5.6 - 2019-12-30

Merged

  • Use Hugo's built in Site Config for copyright according to PR #199 #240
  • Add italian translation #239

v2.5.5 - 2019-11-15

Merged

  • Remove stray grave accent #231
  • Add Slack to social options #236
  • Fix URL for menus #230
  • Fix word count heading typo in README.md #222
  • Add auto-changelog #228
  • Fix stackbit issues #226
  • Add Stackbit Configuration #223
  • Replace {{ .URL }} with {{ .Permalink }} #216
  • Adds an author to blog posts. #209
  • Fixes #212. #213
  • Add ukrainian translation #214
  • Add swedish translation #208
  • Deprecation messages fixes. #196
  • Fix README instructions #204
  • Use git submodules #183
  • Remove Google News meta tags #197

Fixed

  • Fix URL for menus (#230) #229
  • Add auto-changelog (#228) #227 #227
  • Fix stackbit issues (#226) #224
  • Add Stackbit Configuration (#223) #200
  • Fixes #212. (#213) #212
  • Deprecation messages fixes. (#196) #180

2.5.1 - 2019-08-12

Merged

  • remove deprecated meta tags for old Windows Mobile and BlackBerry #191
  • localization for form-contact shortcode #185
  • Fix min_version #189
  • Add portuguese translation #179
  • Add commento #178
  • feat: add RU translation #177
  • Spanish Translation #175
  • Dutch translations. #171
  • Correcting issue with cached i18n menu #174
  • Create zh.toml #170
  • Fix TOC header #168
  • Optimisation "partialCached" #165
  • Add a link to "mastodon" #159
  • Create fr.toml #157
  • add i18n translation support #156
  • Support hiding the featured image header text. #155
  • enable localization/modification of "Recent" string #154
  • add basic support for post translations #144
  • Keep article padding throughout widths #152
  • Improve semantic structure of pages #151
  • Improve social link accessibility #147
  • Add explicit path to image example #146
  • Open social media links in new tab and add Medium icon #143
  • Make cover dimming class customisable. #140
  • Removed hardcoded theme sample hero image. This will allow the user to "blank" out the hero default set in the config. The if statement for blank was unreachable. #133
  • Use relative url function for custom CSS files #132
  • Add Gitlab to social icons #131
  • Add div to wrap social icons #128
  • Fix asset paths when baseURL has sub-folder #103
  • Add inheritance for social links. #107
  • Issue 98 #101
  • Replace Asset References with a data file instead of paths #96
  • Pre-2.0 Enhancements #94
  • Don't duplicate site title in home page TITLE tag #78
  • Fix pagination #76
  • #68|Parmeterize number of recent posts in index.html #69
  • Fix typo in single.html #67
  • Fixed line breaks in code (resolves budparr/gohugo-theme-ananke#56). #57
  • Favicons #54
  • indent fix #45
  • Social icon updates #51
  • Add GitHub social icon #48
  • Make Hero image work out-of-the box #40
  • Removed excess o in Facebook #34
  • Fixes #31 #32
  • Bp/fix now function Fixes #29 #30
  • fix clunky construction on home page to get section name #25
  • fix clunky construction on home page to get section name #24
  • fix clunky construction on home page to get section name #17
  • tweak hero default behavior #16
  • improve terms template #15
  • improve image handling for edge cases Fixes #11 #14
  • Improve featured image handling Ref #11 + minor homepage impvs #12
  • Dev changes #10
  • pull in dev changes #9
  • keeping things in order #8
  • Improve home page posts #7
  • make form email comment make more sense. Ref #5 #6
  • use a cleaner way to include language code #3
  • update from DEV #2
  • add taxonomy templates #1

Fixed

  • Add blockquote styling #169
  • Keep article padding throughout widths (#152) #130
  • Update readme for formspree change #150
  • Improve semantic structure of pages (#151) #149
  • Add global background color class to footer #135
  • Add div to wrap social icons (#128) #127
  • Fix article padding on mobile #115
  • Make asset paths absolute #97
  • Fix linkedin icon to match the other social icons #70
  • Be smarter about linking to posts on home page. #50
  • Add body_classes parameter to body #43
  • Fixes #31 (#32) #31
  • Bp/fix now function Fixes #29 (#30) #29
  • Merge pull request #14 from budparr/dev #11
  • improve image handling for edge cases Fixes #11 #11