Skip to content

Releases: TediusTimmy/X16Cell

Many updates.

28 Oct 02:06
Compare
Choose a tag to compare

Fixed a bug when scrolling right with narrow columns.
Add clearing rows and columns.
Add inserting and deleting rows, columns, and cells.
Make the screen more responsive while navigating without scrolling.
Improve performance of loading files.
Increase the number of columns to 26.

Minor bug fix

26 Jul 03:12
Compare
Choose a tag to compare

Fix the bug where cell references weren't number-like and so a subtraction after a cell reference was treated as a unary negation.

It's now a not-terrible thing.

06 May 02:26
Compare
Choose a tag to compare

I added file save/load and made the edit line usable. I'm pretty sure I made it slower, because I had to make the cell store entries not a power of two.

A good starting point.

02 May 03:24
Compare
Choose a tag to compare

It does some things that can be described as useful. Without save functionality, the utility is questionable. Also, the Windows ConIO version is what is uploaded. It is objectively inferior to the curses version, but I don't want to muck about with statically linking curses.