|
1 | 1 | # Changes |
2 | 2 |
|
| 3 | +## Version 2.30.1 |
| 4 | +* new option --help and --version |
| 5 | +* line number search added in help page |
| 6 | +* show commit in `help` |
| 7 | +* documentation continued (html and code) |
| 8 | + |
3 | 9 | ## Version 2.30.0 |
4 | 10 | * search sentences with line number |
5 | 11 | * new tests |
|
11 | 17 | * error with large columns in table view corrected |
12 | 18 |
|
13 | 19 | ## Version 2.29.2 |
14 | | -* corrected bug: "<" and ">" in comments are now correctly displayed |
| 20 | +* corrected bug: `<` and `>` in comments are now correctly displayed |
15 | 21 |
|
16 | 22 | ## Version 2.29.1 |
17 | 23 | * Fatal error if gui/ does not contain necessary html, css, js files and jquery libraries |
|
148 | 154 | * new option --shortcutTimeout to set the maximal time (milliseconds) between to keys of a shortcut sequence |
149 | 155 |
|
150 | 156 | ## Version 2.17.4 |
151 | | -* shortcuts sequence must be taped with max 300ms between keys. This permits having short and long shortcuts (e.g. A, and AV) |
152 | | -* bug correction in complex search: child(child(...)) |
| 157 | +* shortcuts sequence must be taped with max 300ms between keys. This permits having short and long shortcuts (e.g. `A`, and `AV`) |
| 158 | +* bug correction in complex search: `child(child(...))` |
153 | 159 |
|
154 | 160 | ## Version 2.17.3 |
155 | 161 | * more file statistics, doc updated |
|
186 | 192 | * new tests |
187 | 193 |
|
188 | 194 | ## Version 2.15.1 |
189 | | -* corrected confusion: ConlluEditor deals with **MWT** (multiword tokens) and not with _MTW_s... |
| 195 | +* corrected confusion: ConlluEditor deals with **MWT** (multiword tokens) and not with *MTW* |
190 | 196 |
|
191 | 197 | ## Version 2.15.0 |
192 | 198 | * added a script to find similar or identical sentences in a single or multiple CoNLL-U files |
|
254 | 260 | * bug in maven tests corrected (using `--saveAfter 1` in tests to have output file written immediately) |
255 | 261 |
|
256 | 262 | ## Version 2.10.1 |
257 | | -* shortcuts can have any length, shortcuts to set _Feature=Value_ pairs |
| 263 | +* shortcuts can have any length, shortcuts to set *Feature=Value* pairs |
258 | 264 | * new tests |
259 | 265 |
|
260 | 266 | ## Version 2.10.0 |
|
331 | 337 | * new tests, tests updates |
332 | 338 |
|
333 | 339 | ## Version 2.4.2 |
334 | | -* option "auto-adapt" which sets the horizontal width of words to the size needed |
| 340 | +* option `auto-adapt` which sets the horizontal width of words to the size needed |
335 | 341 | * added test whether we are on MacOS in start script |
336 | 342 |
|
337 | 343 | ## Version 2.4.1 |
|
384 | 390 | * bug corrected: missing write |
385 | 391 |
|
386 | 392 | ## Version 1.14.5 |
387 | | -* bug corrected: NullPointerException at multitokens created with "compose <start> <length>" |
| 393 | +* bug corrected: NullPointerException at multitokens created with `compose <start> <length>` |
388 | 394 |
|
389 | 395 | ## Version 1.14.4 |
390 | 396 | * factorisation in ConllWord class |
|
407 | 413 | * add xpos and extra columns to LaTeX output |
408 | 414 |
|
409 | 415 | ## Version 1.13.0 |
410 | | -* can display columns > 10, if present (new button "extra cols") |
| 416 | +* can display columns > 10, if present (new button `extra cols`) |
411 | 417 | * verbosity in test |
412 | 418 | * tests updated for the extra columns |
413 | 419 | * corrected bug for right2left display of sentences with empty words |
|
0 commit comments