Skip to content

Releases: serenevoid/boarder

Boarder v0.3.0

16 May 09:23
Compare
Choose a tag to compare

New features

  • Fixed media getting replaced when they have same file name
  • Better UI with new color scheme
  • Fixed text only post missing issue

Install from Release

  • Download and unzip the files.
  • Fill threads.txt as mentioned in the README.md.
  • Run boarder.

Install from Source

  • Clone source.
  • Execute go build .
  • Fill threads.txt as mentioned in the README.md.
  • Run boarder.

Boarder v0.2.0

08 Oct 14:33
5f2de81
Compare
Choose a tag to compare

New features

  • Better error handling
  • New Template with Preview mode
  • Accessible template to modify or change layout
  • Goroutines for faster media downloads

Install from Release

  1. Download and unzip the files.
  2. Fill threads.txt as mentioned in the README.md.
  3. Run boarder.

Install from Source

  1. Clone source.
  2. Execute go build .
  3. Fill threads.txt as mentioned in the README.md.
  4. Run boarder.