Skip to content

Releases: asimpson/cycle

v0.3.0: Use chroma syntax highlighting and dev changes

11 Sep 15:31
Compare
Choose a tag to compare
- Use Chroma for syntax highlighting instead of Pygments which removes
  the need to manage a python install and Chroma is faster.
- Add the ability to optionally pass a working dir to main. This
  allows cycle to build sites from within the REPL.

v0.2.12

29 Aug 00:45
v0.2.12
Compare
Choose a tag to compare
Bump python version in CI

v0.2.11: This builds pygments in CI to enable syntax highlighting.

28 Aug 20:46
Compare
Choose a tag to compare
Pygments has to be available when the image is created _and_ on the
host system where the executable is run. This seems obvious in
hindsight but I missed it.

v0.2.10

25 Aug 04:29
v0.2.10
Compare
Choose a tag to compare
Enable pygments syntax highlighting.

v0.2.9: Fixes RSS date generation to be valid RFC-822[1]

24 Aug 18:11
Compare
Choose a tag to compare
[1]: https://tools.ietf.org/html/rfc822#section-5.1

v0.2.8: Fixes CI and a few changes.

24 Aug 17:53
Compare
Choose a tag to compare
Travis should know be able to build executable that work. I decided to
build SBCL from source in CI to pull in a newer version of asdf.

I removed the standalone package files since packages and files have
no direct relationship in CL.

I removed the `ecl` make task and README mention since I never use it.

v0.2.7: Proper date formatting is here!

21 Aug 20:05
Compare
Choose a tag to compare
Posts on the index and post pages now use the format `January, 10, 2019`.

RFC-822 date generation has been massively cleaned up as well.

v0.2.5

27 Apr 14:37
Compare
Choose a tag to compare
fix RSS timezones

v0.2.4

25 Apr 15:53
Compare
Choose a tag to compare
linked post support for RSS

v0.2.3

25 Apr 15:18
Compare
Choose a tag to compare
Support for linked posts.