update readme, bump version

This commit is contained in:
cy384 2021-01-09 14:15:58 -05:00
parent 635c86069e
commit 9a19d9695c
2 changed files with 5 additions and 7 deletions

View File

@ -19,15 +19,13 @@ system requirements
feature/bug-fix roadmap
-----------------------
0.9.0
* clean up libssh2 network ops (write fn, read safety, don't allow send until connected, quit while connected mess)
* clean up/update versions of libssh and mbedtls (get as close to mainline as possible, revert unecessary changes)
* clean up network ops (write fn, read safety, don't allow send until connected, quit while connected mess)
* clean up preferences loading/saving, include key stuff, `known_hosts` reset option
* build/packaging scripts
* general ssheven code cleanup
* text selection + copy
1.0.0 (first "real" release)
* improve RNG
* nicer error presentation for more failure cases
* read Apple HIG and obsessively optimize placement of all GUI elements
* license info in an about box type thing

View File

@ -4,11 +4,11 @@
#define __SSHEVEN_CONSTANTS_R__
/* so many versions */
#define SSHEVEN_VERSION "0.8.3"
#define SSHEVEN_LONG_VERSION "0.8.3 prerelease, by cy384"
#define SSHEVEN_DESCRIPTION "ssheven 0.8.3 by cy384"
#define SSHEVEN_VERSION "0.8.4"
#define SSHEVEN_LONG_VERSION "0.8.4 prerelease, by cy384"
#define SSHEVEN_DESCRIPTION "ssheven 0.8.4 by cy384"
#define SSHEVEN_VERSION_MAJOR 0x00
#define SSHEVEN_VERSION_MINOR 0x83
#define SSHEVEN_VERSION_MINOR 0x84
#define SSHEVEN_VERSION_PRERELEASE 0x01
/* options: development, alpha, beta, release */