Skip to content

Releases: olin/collascii

v1.1

30 Aug 23:32
f69205c
Compare
Choose a tag to compare
  • New shortcuts Shift+Left and Shift+Right for jumping screens horizontally (#78)
  • Improved (and macOS-supported) CLI (#82)
  • Cleaner mode picking UI (#84)
  • Fixed crashes when using the mouse (#96)
  • Updates to networking protocol (#98)

v1.0.1

23 May 03:06
c10f66c
Compare
Choose a tag to compare

A couple of stability changes here - less screen tearing and better error handling.

v1.0

09 May 20:55
a65ab68
Compare
Choose a tag to compare

Demo day release!

Featuring:

  • fewer bugs
  • networking (#67)
  • a mode picker (#45)
  • modes
    • insert, with return-line support (#46)
    • brush mode, with mouse support (#37)
    • panning
    • freeline
  • a license (AGPL-3.0)
  • full-page movement with PG_UP/PG_DOWN
  • a slidedeck

v0.3

06 May 06:27
70669f9
Compare
Choose a tag to compare

Some stability improvements:

  • fixed some off-by-one bugs where the bottom row and right column weren't displayed
  • segfaults no longer occur when the canvas is smaller than the terminal window
  • editing past the edge of the canvas no longer writes into mysterious memory locations

a e s t h e t i c s:

  • non-canvas areas are filled with X

A couple of other modes exist, but they can't be accessed without recompiling.

v0.2

06 May 06:16
8502258
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release

You can pan around the canvas by moving to the edges of the screen, and under the hood the canvas structure is used to store the text instead of an ncurses buffer.

test release, please ignore

19 Apr 19:52
Compare
Choose a tag to compare
Pre-release

Travis release auto-build-and-upload works!

v0.1: Frontend MVP

06 May 06:17
a52018f
Compare
Choose a tag to compare
v0.1: Frontend MVP Pre-release
Pre-release

You can move around and edit text, and that's about it.