fortrangoingonforty/fortsh / b03f6bf

Browse files

bump version to 1.7.0 and mention text selection in --help

Authored by espadonne
SHA
b03f6bf019e3208c701404f5ede9472a109115d1
Parents
fa0c02f
Tree
585bad2

1 changed file

StatusFile+-
M src/common/version.f90 2 1
src/common/version.f90modified
@@ -7,7 +7,7 @@ module version
77
   private
88
   public :: FORTSH_VERSION, print_version, print_help
99
 
10
-  character(len=*), parameter :: FORTSH_VERSION = "1.5.0"
10
+  character(len=*), parameter :: FORTSH_VERSION = "1.7.0"
1111
 
1212
 contains
1313
 
@@ -39,6 +39,7 @@ contains
3939
     write(output_unit, '(a)') '  - Tab completion for commands, files, and variables'
4040
     write(output_unit, '(a)') '  - History search with Ctrl-R'
4141
     write(output_unit, '(a)') '  - Vi and Emacs editing modes'
42
+    write(output_unit, '(a)') '  - Native text selection (Shift+Arrow) with system clipboard'
4243
     write(output_unit, '(a)') '  - Job control (fg, bg, jobs)'
4344
     write(output_unit, '(a)') '  - Shell functions and aliases'
4445
     write(output_unit, '(a)') '  - Pipes, process substitution, and coprocesses'