Skip to content

Releases: freetonik/underblog

v0.2.3

29 Nov 09:02
Compare
Choose a tag to compare
Version 0.2.3

v0.2.2

01 Nov 08:07
Compare
Choose a tag to compare

BREAKING CHANGE: Date format changed from DD-MM-YYYY-Slug.md to YYYY-MM-DD-Slug.md. See #12 for motivation.

underblog v0.2.1 for macOS

26 Oct 08:30
Compare
Choose a tag to compare

TL;DR: underblog is now much faster thanks to @egregors

  • all Post are processing in separate goroutines through the channel (CSP)
  • workers limit defines according to Rlimit / 2 if it possible (macOS, Linux), otherwise (Win) just use default limit (100)
  • thread-safe append posts

(#8)

underblog v0.1.2 for macOS

24 Oct 18:16
Compare
Choose a tag to compare

Initial release for macOS.