forked from da-phil/macrofusion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
66 lines (51 loc) · 2.1 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
0.7.6 (02.11.2010)
* Minor UI update (now requires gtk 3.0+)
* Fixed gtk3 deprecation warnings
* Fixed enfuse invocation for newer versions of enfuse:
* Prevents colored pixel artifacts by additional colorspace parameter
* Removed deprecated cache parameters
* Adjusted mu / sigma exposure parameters to new parameters
* Improved align_image_stack invocation with alignment of more degrees of freedom
* Improved cli output and verboseness for debugging and pure information
* Minor bugfixes and code refactoring
* Fixed activation of align features
* Clean up language mix in code and folder usage (WIP)
0.7.5 (07.09.2016)
* Added default directory for open and save dialogs in config file (~/.config/mfusion/mfusion.cfg)
* Added default filename suggestion (first file in image-pair with '-fused' postfix)
* Added version checks for libraries and fixed compatibiliy with PIL 3.0 library
* Added drag&drop capability to file-tree field
* Let CTRL+C kill pygtk application properly (bugfix)
0.7.4 (22.04.2014)
* port to gtk3, python3
* pyexiv2 replaced by gexiv2 (disabled so far due to Ubuntu problems with gexiv2)
* bugfixes
* UI changes
0.7.3 (19.02.2012)
* Bugfix: Proper opening/adding TIFF files
* pyexiv2 to read exif tags
* Russian translation (Alexandre Prokoudine, VictorR2007)
0.7.2 (24.11.2011)
* Read exif info from photos - bugfixes
* Run align and fusion at least with two or more images - bugfixes
* Filenames from commandline - macrofusion %f (can be use for 'send
to macrofusion' from filemanager)
* Preview image in filechooser
0.7 (17.11.2011)
* images list with thumbnails
* exif info in tooltips
* custom graphics editor
* UI improvements
* Russian translation (.desktop) from Alexandre Prokoudine
0.6 (12.11.2011)
* Auto align images stack
* 'edit with' button sends output to graphics editor
* bugfixes
0.5 (08.11.2011)
* proper values for Enfuse's options
* can determine and use multithread
* load/save preferences
* some modifications of GUI
* cleaning up after application exits
* system-wide install
* bugfixes