Skip to content

Releases: mmistakes/minimal-mistakes

3.3.5

01 Aug 13:55
Compare
Choose a tag to compare

Enhancements

  • Add English default text site.locale strings [#407]
  • Add Portuguese localized UI text. [#411]
  • Add Italian localized UI text. [#409]

Maintenance

  • Remove unused Google AdSense variables in _config.yml [#404]
  • Update Gemfile instructions for using github-pages vs. native jekyll gems.
  • Disable gems: in _config.yml and enable plugins with Bundler instead.
  • Add repository to _config.yml to suppress GitHub Pages error Liquid Exception: No repo name found.

3.3.4

26 Jul 20:01
Compare
Choose a tag to compare

Enhancements

  • Add support for configurable feed URL to use a service like FeedBurner instead of linking directly to feed.xml in <head> and the site footer. #378, #379, #406
  • Add Turkish localized UI text. #403

Maintenance

  • Update gems: activesupport (4.2.7), ffi (1.9.14), github-pages (88), jekyll-redirect-from (0.11.0), jekyll-watch (1.5.0).

3.3.3

20 Jul 20:20
Compare
Choose a tag to compare

Enhancements

  • Make footer stick to the bottom of the page.

Bug Fixes

  • Fix gallery size bug [#402]

Maintenance

  • Set default lang to en.

3.3.2

14 Jul 16:05
Compare
Choose a tag to compare

Bug Fixes

  • Fix JavaScript that triggers "sticky" sidebar to avoid layout issues on screen sizes < 1024px. [#396]

3.3.1

11 Jul 18:19
Compare
Choose a tag to compare

Enhancements

  • Enable image popup on < 500px wide screens. [#385]
  • Indicate the relationship between component URLs in a paginated series by applying rel="prev" and rel="next" to pages that use site.paginator. [#253]
  • Improve link posts in archive listings. [#276]

Maintenance

  • Update gems: github-pages (86), ffi 1.9.13, jekyll-mentions 1.1.3, and rouge 1.11.1
  • Fix note about custom sidebar content appearing below author profile. [#388]

3.2.13

01 Jul 17:04
Compare
Choose a tag to compare

Enhancements

  • Add English default UI text for Canada, Great Britain, and Australia. [#377]
  • Switch default locale from en-US to en.

3.2.12

24 Jun 19:50
Compare
Choose a tag to compare

Enhancements

  • Remove window width "magic number" from sticky sidebar check in main.min.js for improved flexibility. [#375]

Bug Fixes

  • Fix author override conditional where a missing authors.yml would show broken sidebar content. Defaults to site.author. [#376]

3.2.11

23 Jun 14:52
Compare
Choose a tag to compare

Bug Fixes

  • Fix disappearing author sidebar links [#372]

Maintenance

  • Update gems: github-pages (84), jekyll-github-metadata 2.0.2, and kramdown 1.11.1
  • Update vendor JavaScript: jQuery 1.12.4, Stickyfill.js 1.1.4
  • Update Font Awesome 4.6.3

3.2.10

21 Jun 19:00
Compare
Choose a tag to compare

Maintenance

  • Add CONTRIBUTING.md

3.2.9

21 Jun 18:58
Compare
Choose a tag to compare

Enhancements

Bug Fixes

  • Fix Person typo Schema.org type [#358]

Maintenance

  • Update github-pages gem and dependencies.
  • Remove minutes_read to avoid awkward reading time wording [#356]