-
Notifications
You must be signed in to change notification settings - Fork 9
/
CHANGELOG
68 lines (55 loc) · 2.16 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
v0.5.1
* Add "Close and select files…" menu
* Move app related items from "File" into a new app-icon menu
* New translation: Swedish, thanks Fredrik Modéen
v0.5
* Synchronize horizontal scrolling as well (was only vertically before)
* Add "(identical)" to window title, when files are identical
* Updated translations
* New translations:
+ Indonesian (id), thanks mazbrili!
+ Japanese (ja), thanks Murai Takashi, Il Felice!
v0.4.1
* Accept XML files (MIME: application/xhtml+xml)
* Updated translations
* New translations:
+ Spanish (es), thanks cafeina!
+ Portuguese (Brazil) (pt_BR), thanks Andrei Bosco B. Torres!
+ Romanian (ro), thanks al-popa!
+ Russian (ru), thanks al-popa!
v0.4
* Support dropping two files anywhere on the main window to diff them
* Same for the "Select files..." dialog
* Add "Switch files" (ALT+TAB) menu to switch left <-> right
* Add "Open left/right file/loaction" menus, because double-clicking
and CTRL + double-clicking is not that discoverable
* CTRL + double-click into a pane to open its file's location
* Add a Help window describing the non-obvious features
* Show correctly proportioned horizontal scrollbars
* Scroll views when mouse-wheeling over the left pane, too
* Nicer separator between left and right pane
* Improved color handling, esp for dark themes
* Save window size and position, cascade new windows
* Updated translations, thanks all translators!
v0.3
* Offer to reload files when their contents changes
* Keep track of renamed or moved files
* Warn of deleted or otherwise disappeared files
* Add manual reload feature
* Accept drag & dropping files into main window
* Only accept "text/*" and catkeys MIME typed files
* Double-click left/right text view to open the file in the preferred app
* Make font size agnostic
* React live to changes of system colors
* Better distinguishable colors
* Use different colors for dark themed systems
* Add localization
* Thanks all translators for:
Catalan, Dutch, French, Friaulian, German, Italian,
Norwegian, Sardinian, Latin American Spanish, Turkish
v0.2
* Accept drag & drop in open files dialog
* Accept files via command line arguments
* Fix flickering
v0.1
* Initial release