Commit Graph

129 Commits

Author SHA1 Message Date
Eric Budd 1ec1849fd6 Bump version to 1.0.6 2018-05-13 01:48:58 -04:00
Eric Budd 8225291867 Include unread topic in unread message count 2018-05-13 01:48:58 -04:00
Eric Budd cb0aca4e54 Fix bug preventing replies from showing up on edited topics 2018-05-13 01:48:58 -04:00
Eric Budd 8c6dcb335e Add `undelete` command alias for `delete` 2018-05-13 01:48:58 -04:00
Eric Budd b40e621517 Remove extra whitespace from messages 2018-05-13 01:48:57 -04:00
Eric Budd 8f02df4d24 Update README.md docs for new features 2018-05-13 01:48:53 -04:00
Eric Budd ca1b68baf4 Make corruption errors stand out more 2018-05-13 00:08:13 -04:00
Eric Budd e312a44db2 Add topic column headers 2018-05-13 00:08:13 -04:00
Eric Budd 7d318d4f9d Update help text for new functionality 2018-05-13 00:08:04 -04:00
Eric Budd f722822efd Add delete/undelete functionality to messages 2018-05-12 23:34:30 -04:00
Eric Budd da11e4434d Fix truncated messages being one character too long in topic list 2018-05-11 16:26:42 -04:00
Eric Budd d4c8f81510 Move message/topic headers into frame bar 2018-05-11 16:25:20 -04:00
Eric Budd 5c1d3724bc Harden the system slightly against bad message files 2018-05-11 16:06:34 -04:00
Eric Budd af59ad2cb3 Add message editing 2018-05-11 16:05:43 -04:00
Eric Budd 20b4adfc16 Fix bug preventing replying to last viewed topic 2018-05-10 18:07:08 -04:00
Eric Budd 958d09c5bc Add link in help to full online docs 2018-05-10 18:05:46 -04:00
Eric Budd c00e8a1c12 Move Config to a better place 2018-05-10 18:05:46 -04:00
Eric Budd 155cd586d4 Automatically display topics when starting 2018-05-10 18:05:39 -04:00
Eric Budd c5fc151277 TODO updates 2018-05-10 17:57:12 -04:00
Eric Budd fc44deda83 Bump version to 1.0.5 2018-04-01 01:51:00 -04:00
Eric Budd efb9c33c4f Add command-line options to documentation 2018-04-01 01:51:00 -04:00
Eric Budd e488a3d496 Add documentation for coloring and text features
- Add images for documentation
2018-04-01 01:51:00 -04:00
Eric Budd a37f1f7d03 Minor readability cleanups and TODO addition 2018-04-01 01:51:00 -04:00
Eric Budd f741e157c7 Add `info` command to interactive interface 2018-04-01 01:51:00 -04:00
Eric Budd 51ab0b3a7c Colorize titles 2018-04-01 01:51:00 -04:00
Eric Budd 8d6371b713 Flesh out colorization
- Add `#decolorize` method to strip color tags
- Decolorize strings before checking string length
- Allow for escaped curlies (`\{` and `\}` become `{` and `}`)
2018-04-01 01:50:52 -04:00
Eric Budd d3b5136f82 TODO updates 2018-04-01 01:18:59 -04:00
Eric Budd efd496cecc Tweak topic listing
- Display topic timestamp OR latest reply timestamp
- Remove leading space
- Clean up 'T' and 'Z' in timestamp for readability
- Fix topic list left alignment bug
2018-04-01 01:18:50 -04:00
Eric Budd eee023dab3 Move project management out to a separate file 2018-03-31 19:08:09 -04:00
Eric Budd 92b4586422 Update feature requests 2018-03-30 18:33:08 -04:00
Eric Budd dff97b58b2 Save files readably 2018-03-30 18:28:15 -04:00
Eric Budd 5d1db27aca Add coloring to strings 2018-03-30 18:27:54 -04:00
Eric Budd f8177eee9a Flesh out the docs
- Add TOCs to docs
- Add a small bit of introductory text
- Answer the deeper questions of life...
2018-03-10 02:56:25 -05:00
Eric Budd ca9a05854d More TODOs... 2018-03-10 02:56:20 -05:00
Eric Budd 46786a83ce Add data dump functionality 2018-03-10 01:39:27 -05:00
Eric Budd 5ed2d31dea Bump version to 1.0.4 for deploy 2018-02-12 21:44:20 -05:00
Eric Budd ae7b0e5fb8 Fix bug preventing reply when parent hash starts with a digit 2018-02-12 21:43:55 -05:00
Eric Budd b6e24e7afd Update Project tasks 2018-02-12 21:43:22 -05:00
Eric Budd f2e40a2e9d Bump version to 1.0.3 for release 2018-02-08 13:21:10 -05:00
Eric Budd 8c236ab82a Re-organizing and updating project management list 2018-02-08 13:20:16 -05:00
Eric Budd 0076da4169 Fix bug causing crash on replies 2018-02-08 13:12:16 -05:00
Eric Budd 5f7949e4e7 Refactor all puts to run through the Display class 2018-02-08 13:11:44 -05:00
Eric Budd ee80aa6ae9 Oops, forgot to update my project manager... 2018-02-07 10:34:47 -05:00
Eric Budd 9bd78fd85b Bump version number to 1.0.2 2018-02-07 10:29:35 -05:00
Eric Budd 9e15ee4f61 Fix funky bug where extra output was coming through on topic display 2018-02-06 22:30:46 -05:00
Eric Budd c0b9f49430 Add read message counts to stats 2018-02-06 22:22:08 -05:00
Eric Budd 9fffd212a9 Add tracking of read topics and messages 2018-02-06 22:21:44 -05:00
Eric Budd a76d50bdb3 Fix 1-character overflow wrapping bug
...and various minor cleanups
2018-02-06 22:11:18 -05:00
Eric Budd 0833beb6c3 Update README for new indentation format 2018-02-06 10:41:58 -05:00
Eric Budd 1b4abafddf Bump version nubmer for release 2018-02-06 10:30:20 -05:00