Skip to content

Releases: mattstratton/castanet

1.9.0

22 Aug 00:27
39ea418
Compare
Choose a tag to compare

Implemented enhancements:

  • Improve favicon implementation #234
  • Improve favicon implementation #288 (darinpope)

1.8.1

16 Aug 21:54
de21806
Compare
Choose a tag to compare

Implemented enhancements:

Fixed bugs:

1.8.0

16 Aug 21:54
898bf77
Compare
Choose a tag to compare
1.8.0

1.7.3

05 Aug 13:29
008c51a
Compare
Choose a tag to compare

Fixed bugs:

1.7.2

26 Jul 02:09
031d2af
Compare
Choose a tag to compare

Fixed bugs:

1.7.1

17 Jul 16:30
2c57821
Compare
Choose a tag to compare

1.7.1 (2020-07-17)

Implemented enhancements:

1.7.0

17 Jul 16:29
bd78fc1
Compare
Choose a tag to compare
1.7.0

1.6.0

25 Jun 00:08
ebdb20b
Compare
Choose a tag to compare

Implemented enhancements:

  • [ENHANCEMENT] Proposed fix to make row pagination count a param instead of hardcoded 5 #277

Thanks to @Fenugreek for this fix!

Note: If you use the "row" layout, the homepage will now paginate at 10 rows by default, unless you set the paginate setting in your config.toml.

1.5.1

21 May 16:23
3b755f1
Compare
Choose a tag to compare

Fixed bugs:

1.5.0

19 May 00:13
1d337cf
Compare
Choose a tag to compare

Implemented enhancements:

  • Add support for transcriptions #225

Transcript Support!

The big part of this release is the preliminary support for transcripts. You will need to add an optional frontmatter field which points to the path location of the transcript file. Ideally, this should be located in your static directory.

Example:

transcript = "/static/transcripts/chatops.txt"

You can see this in action at https://sample-castanet.netlify.app/sept/ (click the "Display Transcript" button to see it work).

This release also bumps the minimum version to 0.69.2.