File: ChangeLog

package info (click to toggle)
bosh 0.6-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 612 kB
  • sloc: ansic: 2,008; sh: 1,005; makefile: 14
file content (45 lines) | stat: -rw-r--r-- 1,248 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
0.6
  - customvars option, which allows data to be retained by bosh for later by saving
    in a $BOSHVAR1..$BOSHVARx variable
  - $BOSHTITLE
  - {{ }} blocks in configuration files

0.5
  - Changes made to action destination characters: '.' now overwrites current
    buffer with action output. The old behaviour (where the action output goes
    to a new buffer) is available with '>'.
  - --shell option
  - --header option
  - BOSHPID/BOSHPPID variables
  - man page

0.4
  - BOSHERR
  - action parameters (BOSHPARAM)
  - BOSHCONF
  - \ allowing multi-line entries in configurations. (actually in 0.3 but
    not documented)
  - cursorsizemovement renamed to cursorsize
  - multi-line cursor problems fix
  - fixed ^P piping
  - configure script

0.3
  - actions with output / destinations
  - passing of command-line arguments to commands/configurations
  - autorefresh setting
  - cursorsize setting
  - preaction setting
  - multilineseperator setting
  - view configuration (^V)

0.2 / 0.02 (I got confused so it's called both)
  - search (^W)
  - row delete/insert (DEL/INS)
  - pipe (^P)
  - ability to be an interpreter from a shebang (#!)
  - input from stdin
  - proper piping and forking, rather than popening

0.01
  - first release