Skip to content

Releases: teesloane/firn

v0.0.21

29 Mar 02:41
Compare
Choose a tag to compare
Clean: remove old params and bump version.

v0.0.20: Fix: linking, yet again.

29 Mar 02:14
Compare
Choose a tag to compare

v0.0.19

10 Mar 23:56
Compare
Choose a tag to compare
Revert: manner of trx'ing img links.

v0.0.18

04 Mar 00:09
Compare
Choose a tag to compare
fix: hacky solution for linking up directories.

v0.0.17

11 Feb 23:11
Compare
Choose a tag to compare

Installation Instructions

  • download for your platform
  • run chmod +x ./<firn_download>

What's Changed

  • Add: date_created_year to frontmatter in templates. This is useful for running the tera filter "group_by" on posts to group them by year.
  • Refactor link transforming by @teesloane in #109
  • Switch arg parsing to clap-derive by @tranzystorek-io in #110
  • refactor: add various code refactorings by @tranzystorek-io in #111
  • added Cargo.lock by @ratsclub in #112

New Contributors

Full Changelog: v0.0.15...v0.0.17

v0.0.16

15 Jan 17:17
Compare
Choose a tag to compare
v0.0.16 Pre-release
Pre-release

Full Changelog: v0.0.15...v0.0.16

Changes to templates:

  • Arrays of links for global data (tags, sitemap, logbooks, etc) have frontmatter attached to them:
  • changed a sub property of the above link objects from "kind" to "meta".

Added

  • Add: frontmatter to LinkData and tagged_items
  • Add(feat): render fn can now bump title level.

Fixed:

  • fix: don't watch folders that don't exist.

v0.0.15

12 Jan 02:26
Compare
Choose a tag to compare

0.0.15 (2022-01-11)

Everything changes. Firn was re-written. This will break your old version of Firn and using it will require that you re-setup your site. Sorry!
⚠ BREAKING CHANGES

  • Most of the old API is completely irrelevant.
  • RSS is removed for now.
  • No longer using Hiccup for templating -> using Tera.
  • Folding of headlines removed
  • Rendering of properties removed
  • #+FIRN_UNDER removed (for now)
  • Tagging is less opinionated but more powerful.

Features/Added Things

  • Scss/sass compilation is built into the site
  • Compilation times should be faster (or else I did something wrong)

v0.0.14: Feat/custom todos (#102)

26 May 14:55
f2e940a
Compare
Choose a tag to compare
Pre-release

0.0.14 (2021-05-24)

Features

  • Add fixed width renderer (1933082a))
  • Enable users to define custom todos for their site (102)

Firn 0.0.13

25 Feb 00:40
Compare
Choose a tag to compare
Firn 0.0.13 Pre-release
Pre-release

(2021-02-24)

0.0.13 (2021-02-24)

⚠ BREAKING CHANGES

  • Using a sub-part of the generated HTML as the RSS description (#90)

Features

  • Adjust parser CLI for compatibility with Linux dev (#75) (53c0b99)

Bug Fixes

  • #66 - .org in firn directory name. (c820a7f)
  • changelog cmd should use npx (13e3af2)
  • enable lowercase #+title frontmatter. (7053b5b)
  • Using a sub-part of the generated HTML as the RSS description (#90) (5c51e99)

Firn 0.0.12

06 Nov 01:19
Compare
Choose a tag to compare
Firn 0.0.12 Pre-release
Pre-release

0.0.12 (2020-11-05)

Features

  • Add server repl. (#59) (10c0af9)
  • Enable println and prn in layouts/partials. (2a487ed)

Bug Fixes

  • date-parser was only making date-created. (645fdbc)