-
Notifications
You must be signed in to change notification settings - Fork 32
/
NEWS
85 lines (60 loc) · 2.92 KB
/
NEWS
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Bugfixes in taskopen 2.0.2
- Disable taskwarrior's garbage collection (#165)
- Fix compile-time errors when EDITOR or OPEN contain spaces
Bugfixes and minor improvements in taskopen 2.0.1
- Fix default Notes regex (#159)
- Fix Makefile on MacOS. (#151)
- Improve documentation.
- Add notes and url action in default config.
- Remove pandoc dependency from install target.
- Simplify config override and creation of default config.
New features in taskopen 2.0.0 (beta)
- Moved from perl to nim.
- New command line interface.
- New config file syntax.
- Label-based actions. (#51)
- Colored output.
Bugfixes and minor improvements in taskopen 1.1.5
- Fix raw mode bug. (#132)
- Add TASKOPENRC environment variable. (#116, #120)
- Minor documentation improvements.
Bugfixes and minor improvements in taskopen 1.1.4
- Suppress configuration override output from taskwarrior (#115)
- Fix installation errors (#114)
Bugfixes and minor improvements in taskopen 1.1.3
- Add default PREFIX. (#108)
- Fix parallel make. (#106)
- Fix regular expression matching. (#105)
- Add script 'attach_vifm' that uses vifm for attaching files. (#104)
- Add script 'xdg-open-cli'. (#102)
Bugfixes and minor improvements in taskopen 1.1.2
- Allow xdg-open to handle all files. (#96)
- Add environment variable $LAST_MATCH to provide access to the last submatch of a successful REGEX match. (#95)
- Add helper script "addnote" that lets you select a file extension for your notes. (#95)
- Fix file-type filtering, which was broken by introducing the -t/-T switches.
Bugfixes and minor improvements in taskopen 1.1.1
- Fix warnings when TEXT_REGEX or NO_ANNOTATION_HOOK are undefined (#93)
- Fix comment in default taskopenrc (#92)
New features in taskopen 1.1
- Add FILE_CMD for better customisation (related to #92).
- Implement TEXT_REGEX (#21) and command line switches -t/-T (#37).
Bugfixes and minor improvements in taskopen 1.1
- Allow arbitrary numbers of CUSTOM commands (#91).
- Fix quoting of command line arguments (#89).
Bugfixes in taskopen 1.0.2
- Fix compatibility issue with taskwarrior 2.4.0
New features in taskopen 1.0.1
- Allowing the following environment variables in customizable commands: $FILE, $UUID, $ID,
$ANNOTATION and $LABEL.
- Better cygwin support (thanks to Jostein).
- New argument "-p <cmd>" allows piping taskopen's output into another command (like clog e.g.).
- More examples.
- Filter broken links, i.e. non existing files.
- Support for auto-attaching annotations if none has been found (#81).
- Added helper script "attach", which uses ranger as a file chooser (#33).
- Added support for arbitrary taskwarrior attributes and UDAs in particular (#78).
Bugfixes and minor improvements taskopen 1.0.1
- Fixed handling of UTF8 characters (#73).
- Improved selection of editor binary.
- Open empty files with EDITOR.
- Fixed install script for OSX (#76).