bump version to 1.7.0 and mention text selection in --help
- SHA
b03f6bf019e3208c701404f5ede9472a109115d1- Parents
-
fa0c02f - Tree
585bad2
b03f6bf
b03f6bf019e3208c701404f5ede9472a109115d1fa0c02f
585bad2| Status | File | + | - |
|---|---|---|---|
| M |
src/common/version.f90
|
2 | 1 |
src/common/version.f90modified@@ -7,7 +7,7 @@ module version | ||
| 7 | 7 | private |
| 8 | 8 | public :: FORTSH_VERSION, print_version, print_help |
| 9 | 9 | |
| 10 | - character(len=*), parameter :: FORTSH_VERSION = "1.5.0" | |
| 10 | + character(len=*), parameter :: FORTSH_VERSION = "1.7.0" | |
| 11 | 11 | |
| 12 | 12 | contains |
| 13 | 13 | |
@@ -39,6 +39,7 @@ contains | ||
| 39 | 39 | write(output_unit, '(a)') ' - Tab completion for commands, files, and variables' |
| 40 | 40 | write(output_unit, '(a)') ' - History search with Ctrl-R' |
| 41 | 41 | write(output_unit, '(a)') ' - Vi and Emacs editing modes' |
| 42 | + write(output_unit, '(a)') ' - Native text selection (Shift+Arrow) with system clipboard' | |
| 42 | 43 | write(output_unit, '(a)') ' - Job control (fg, bg, jobs)' |
| 43 | 44 | write(output_unit, '(a)') ' - Shell functions and aliases' |
| 44 | 45 | write(output_unit, '(a)') ' - Pipes, process substitution, and coprocesses' |