mirror of
https://github.com/cy384/ssheven.git
synced 2026-05-15 14:15:58 -06:00
bump to 0.7.0
This commit is contained in:
parent
b998c8971c
commit
45a6d544c8
2 changed files with 7 additions and 12 deletions
|
|
@ -4,7 +4,7 @@ ssheven
|
|||
-------
|
||||
A modern SSH client for Mac OS 7/8/9.
|
||||
|
||||
Project status: as of 0.6.1 ([see github releases](https://github.com/cy384/ssheven/releases)), a functional (but not completely secure) SSH client with color terminal emulation, able to login via key or password. See roadmap below for upcoming work (i.e., things that aren't done yet).
|
||||
Project status: as of 0.7.0 ([see github releases](https://github.com/cy384/ssheven/releases)), a functional (but not completely secure) SSH client with color terminal emulation, able to login via key or password. See roadmap below for upcoming work (i.e., things that aren't done yet).
|
||||
|
||||

|
||||
|
||||
|
|
@ -18,11 +18,6 @@ system requirements
|
|||
|
||||
feature/bug-fix roadmap
|
||||
-----------------------
|
||||
0.7.0
|
||||
* preferences dialog with color mode (bright/dark), terminal type (monochrome, color, etc.) options
|
||||
* preferences file (save key locations, known hosts/keys, most recent host+port+(key or password choice), color prefs)
|
||||
* add check in key dialog to make sure the keys are still in same location, otherwise prompt again
|
||||
|
||||
0.8.0
|
||||
* check server keys/known hosts
|
||||
* improve keycode translation (especially control combos)
|
||||
|
|
|
|||
|
|
@ -4,11 +4,11 @@
|
|||
#define __SSHEVEN_CONSTANTS_R__
|
||||
|
||||
/* so many versions */
|
||||
#define SSHEVEN_VERSION "0.6.0"
|
||||
#define SSHEVEN_LONG_VERSION "0.6.0 prerelease, by cy384"
|
||||
#define SSHEVEN_DESCRIPTION "ssheven 0.6.0 by cy384"
|
||||
#define SSHEVEN_VERSION "0.7.0"
|
||||
#define SSHEVEN_LONG_VERSION "0.7.0 prerelease, by cy384"
|
||||
#define SSHEVEN_DESCRIPTION "ssheven 0.7.0 by cy384"
|
||||
#define SSHEVEN_VERSION_MAJOR 0x00
|
||||
#define SSHEVEN_VERSION_MINOR 0x60
|
||||
#define SSHEVEN_VERSION_MINOR 0x70
|
||||
#define SSHEVEN_VERSION_PRERELEASE 0x01
|
||||
|
||||
/* options: development, alpha, beta, release */
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
#define SSHEVEN_APPLICATION_ICON 128
|
||||
|
||||
/* preferences/other files icon set */
|
||||
#define SSHEVEN_FILE_ICON 129
|
||||
#define SSHEVEN_FILE_ICON 129
|
||||
|
||||
/* dialog for getting connection info */
|
||||
#define DLOG_CONNECT 128
|
||||
|
|
@ -92,7 +92,7 @@
|
|||
#define CNTL_PREF_BG_COLOR 129
|
||||
#define CNTL_PREF_TERM_TYPE 130
|
||||
/* menus */
|
||||
#define MBAR_SSHEVEN 128
|
||||
#define MBAR_SSHEVEN 128
|
||||
|
||||
#define MENU_APPLE 128
|
||||
#define MENU_FILE 129
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue