-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathCHANGELOG
71 lines (62 loc) · 2.89 KB
/
CHANGELOG
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
1.2.1 (2024-04-21)
==================
* Use pregenerated bindings for WFA2 instead of generating them at build time to avoid libclang dependency
* Update WFA2-lib to 2.3.5
1.2.0 (2024-04-20)
==================
* Add WFA2 as a new alignment algorithm
* Add algorithm presets for saving multiple different algorithm settings and quickly switching between them
* Add ability to reload files in unaligned mode
* Add `--print` option to print the diff to stdout, and some more options
* Disambiguate properly between global and semiglobal algorithms (latter are used for aligning one selected side to the whole other side)
* Remove Local alignment option (old settings will be converted to Global)
* Remove `mmap` support
* Add warning on large alignment that may exhaust the memory
* Change blockwise aligment to start with a block centered around the current cursor, instead of independently aligning in each direction
* Change default style to use hex spacers
* Fix global alignment not keeping the cursor position
* Fix scrolling leaving a white trail on the right side on some terminals
1.1.0 (2023-02-09)
==================
* Make bytes per row adjustable
* Add automatic determination of bytes per row based on data in view
* Redesign Goto menu
* Make address only use as many digits as necessary
* Add alignment of selected regions
* Allow disabling terminal-escape based scroll
* Fix some flickering when using terminal-escape based scroll
* Add ability to jump up and down to differences and insertions
* Add address difference to status bar
1.0.4 (2023-01-31)
==================
* Add -v/--version flag
* Fix build failing because of SemVer-incompatible change in transitive dependency
1.0.3 (2022-07-22)
==================
* Fix hexagex bugs
* Fix blockwise align mode not showing the rest of the file when the other side of the file is already at the end/beginning
* Add BIODIFF_CONFIG_DIR env variable to set custom settings directory (MatejKafka)
1.0.1 (2022-03-05)
==================
* Fix hexagex bugs
* Document alternate shortcuts
* Add bar diagram display
1.0.0 (2022-02-09)
==================
* Skip blocks for alignment when they are the same
* Improve cursor ergonomics
* Add hex spacers
* Add right-to-left mode
* Add search function
* Add set offset for unaligned view
0.2.1 (2021-06-27)
==================
* Add `git-biodiff` binary; this makes it possible to invoke biodiff when using git by using it as `git biodiff` the same way you would invoke `git diff`
* Fix crash when resizing terminal to very small size in vertical split mode
* Fix space bar doing page-down when the remainder of the files are the same instead of jumping to the end
0.2.0 (2021-06-26)
==================
* Load files using mmap if possible
* Add new display mode for binary data, ascii bar and option to do either horizontal or vertical split between files
* Allow saving settings permanently
* Show current addresses of cursor in bottom right corner