Skip to content

Releases: LouisBarranqueiro/hexo-theme-tranquilpeak

1.6.2

01 Jan 13:34
Compare
Choose a tag to compare

Improvements :

  • Add disqusId variable in front-matter, which is used to look up a page's thread in the Disqus system : #192 by @laurentkempe

Bug fixes :

  • Comment button was unavailable with duoshuo : #200

1.6.1

27 Dec 11:12
Compare
Choose a tag to compare

Bug fixes :

  • Fix size regex in image tag : #193

1.6.0

21 Dec 21:38
Compare
Choose a tag to compare

New features :

  • Add new highlight text tag : ddc8a41
  • Add new alert tag : cf99781
  • New style for base tag (hr, table, code, heading, etc...) : 063e6c6, 53f8ae1
  • Add support for Highlight.js 9.0.0 : bf8dfde
  • New style (new GitHub style), fixed gutter and auto resize for Highlight code blocks : bf8dfde
  • Add support for Baidu Analytics : #183 by @yirankiller
  • Add support for keywords meta tag : 82e199e

Improvements :

  • Bottom-bar is now hidden and only displayed when user scroll upwards : 14f1ccd, 3a2112a
  • Improve blockquote and pullquote style : 53f8ae1
  • Improve user documentation
  • Generate random names for style and javascript files with buildProd grunt task : cca0bd2
  • Update version of grunt-sass (v1.1.0) : 8653b02

Bug fixes :

  • Fix padding issue with blockquote and pullquote component : #179
  • Tag url and archive url didn't respect Hexo setting : #184
  • Fix mistake in user documentation that enable disqus on all-tags, all-categories, archives page : 0ecca8a

1.5.0

13 Dec 21:39
Compare
Choose a tag to compare

New features :

  • Add support for Duoshuo

Improvements :

Bug fixes :

  • Body of blog was resized when we try to close the sidebar : #174
  • Comments was disabled if a page wasn't a post : #165
  • link of tags with dots or other special characters wasn't generated correctly : #154
  • Width and height set in image tag wasn't working
  • rel tag for RSS feed should be alternate not alternative : by @tparnell8
  • Impossible to deploy using hexo-qiniu-sync deployer : #151by @ttimasdf
  • Fix URL of images in head meta tags (open graph, swiftype) #137

1.4.3

27 Oct 09:16
Compare
Choose a tag to compare

Bugs fixes :

  • Fix path of tags and cateogires on all-tags and all-categories pages : #129

1.4.2

19 Oct 16:20
Compare
Choose a tag to compare

Bugs fixes :

  • Hightlight code blocks used Merryweather font instead of Menlo

1.4.1

18 Oct 00:13
Compare
Choose a tag to compare

Bugs fixes :

  • Fix break lines in middle of words: #118

1.4.0

12 Oct 12:23
Compare
Choose a tag to compare

new features :

  • Introduce <!-- excerpt --> comment to define the post excerpt and cut it to the post content : #89, #108
  • Allow user to choose the position of the thumbnail image
  • Allow user to disable automatic selection of third image as thumbnail image
  • Allow user to display all post content and its image gallery on index page

Improvements :

  • Add chinese (zh-cn) language configuration file : #80 by @luoyjx
  • Add french (fr-FR) language configuration file : #99 by @eephyne
  • improvements of internationalization (i18n) : #91, #92 by @h404bi
  • Header button is fully customizable (url, icon and classes) : #74 by @GonzaloAlvarez
  • Allow user to use external url for their author's picture : #111
  • improve management of font families, user can now easily edit font-family of each module : #115 by @juampi92
  • improve generation of images url : #105

Bugs fixes :

  • Table of content button wasn't working: #97

1.3.0

08 Aug 11:36
Compare
Choose a tag to compare

new features :

  • Support of internationalization i18n (#66) by @marlonpatrick10
  • Add image tag (image) to insert images, fancybox and create nice galleries (#56)
  • Add wide image tag (wide_image) to insert wide image in full width
  • Height of cover image is customizable : partial (full width large height) or full size (full width and height)
  • Alignment of meta information of a post (title, date and categories) is customizable : left, center or right
  • User can add caption to the cover image
  • Add option to disable sidebar on all posts or temporarily on a post (clear reading)
  • Add caption feature for each photo of an image gallery

Improvements :

  • Improve responsiveness of bottom bar and codeblocks for mobile devices (#62)
  • Improve support of images in posts content

Bugs fixes :

  • Remove duplidate description entry (#65) by @gopheryu
  • Anchor of tables of contents button wasn't generated correctly

1.2.0

19 Jul 15:21
Compare
Choose a tag to compare

new features :

  • add button in bottom to quickly jump to the top or the table of contents of a post (#43 by @justincalleja)
  • on very small screen all share buttons are grouped in only one, and share options slide from the bottom of the screen
  • Support Open Graph protocol (Thanks to @jigsawye)
  • Add a table of contents in a post with <!-- toc --> comment
  • Add Facebook Insights as an integrated service

Improvements :

  • improve user documentation (guidelines & tips)
  • improve support of relative_link variable set to true
  • improve support of Swiftype (display now images in search results)

Bugs fixes :

  • Pictures and links wasn't working on page (#35)
  • Pagination wasn't working when user was on second page and wanted to return on first page (#46)
  • image URLs without extension wasn't supported by image-gallery (#51)