Statistics
| Revision:

root / trunk / gummi / docs / CHANGES

History | View | Annotate | Download (5.8 KB)

1
-----------------------------------------------------------------------------
2
Gummi CHANGELOG
3
-----------------------------------------------------------------------------
4
5
Gummi 0.4.8 (May 16th, 2010):
6
7
	Bugs fixed:
8
	* Replaced widget.get_name() as it is broken in new pygtk
9
	* Current path is now correctly updated on doc load/save
10
	* TeX documents with errors no longer crash the preview on start
11
	* Slightly cleaner detection method for libgobject hack
12
	* Removed cite package inclusion on making a reference
13
	* Fixed a number of not working cancel buttons
14
	* Preferences warning messages are now hidden by default
15
16
	Features added:
17
	* Spell checking capabilities through gtkspell
18
	* PDF update can be disabled by user
19
	* PDF update interval can be set by user
20
21
22
Gummi 0.4.5 (January 27th, 2010):
23
24
	Bugs fixed:
25
	* pdf compiling should no langer make gummi hang in certain cases
26
	* Workaround/fix for the pdf render memory leak
27
	* Xelatex should no longer leak file descriptors and crash
28
	* Unavailable recent files are now removed from the menu
29
	* Preview now shows correct page on file load with < pages
30
	* Preview update event now in seconds (less cpu ticks)
31
	* Removed /proc call for workfile generate (incompatible with bsd)
32
	* Fixed empty lines in template documents
33
	* Statusbar/Toolbar can be displayed/hidden
34
	* Correct active typesetter displayed in Preferences menu
35
	* Templates now set the correct filename
36
	* Miscelaneous cosmetic & spelling updates
37
38
	Features added:
39
	* Gconf replaced with ConfigParser (gconf deps dropped)
40
	* Better bibtex support including reference parser
41
	* Autosaving function added
42
	* Editor font now configurable
43
	* Added man page for gummi executable
44
	* More advanced search function
45
	* Restyled interface for import tabs
46
47
48
Gummi 0.4.2 (November 2th, 2009):
49
	
50
	Bugs fixed:
51
	* Changed website address to new homepage in all instances of the code
52
53
	Features added:
54
	* Improved error-checking mode, with automatic error highlighting
55
56
57
Gummi 0.4.1 (October 27th, 2009):
58
	
59
	Bugs fixed:
60
	* Replaced thread update model with glib interval event
61
	* Python >2.6.3 compatible
62
63
64
Gummi 0.4.0 (October 12th, 2009):
65
66
	Bugs fixed:
67
	* Relative filepaths for external files now handled correctly
68
	* Previewpane will attempt to re-setup if fail on first try
69
	* Rewritten and improved preview pane
70
	* Fixed cancel buttons in file chooser dialogs
71
	* Tempdir is now detected instead of a static value
72
	* Quick import minimalizes after succesfull import
73
	* Quit proces is now stopped when cancel button on save is pressed
74
	* Fixed tooltips for style toolbar
75
	* Fixed a gtksourceview warning on text insertion
76
	* Text style tags can't be nested anymore
77
	* Numerous warnings fixed using pylint/pychecker
78
	* Replaced a duplicate keyboard shortcut
79
	* Added multiple missing tooltips
80
	* Buttons in preferences and searchwindow now allign correctly
81
	* And numerous other small usability fixes
82
83
	Features:
84
	* BibTeX files support
85
	* XeTeX output support (see advanced options)
86
	* Restyled preview toolbar features auto-scaling zoom modes
87
	* Four preset templates for new documents
88
	* Window title now shows active docment name
89
	* Editor/Preview panes can now be scaled using a slider
90
	* Added functions for quick importing Matrices
91
	* Added indentation style buttons to the toolbar
92
	* Gummi can now be used in fullscreen mode 
93
94
95
Gummi 0.3b (September 22th, 2009):
96
	
97
	Bugs fixed:
98
	* Preview pane no longer crashes after extended period of use
99
	* Toolbar buttons now display a tooltip on mouseover
100
	* Undo is no longer able to erase the original document content
101
	* Statusbar messages will now correctly fade after a x interval
102
	* More solid character decoding/encoding
103
	* Preview pane will now temporarly disable itself when pdf invalid
104
	
105
	Features:
106
	* New save behaviour no longer exports .aux and .log files 
107
	* Added a toolbar for quick insertion of images and tables
108
	* Recent files are saved and displayed in the file-menu
109
110
111
Gummi 0.2f (September 15th, 2009):
112
	
113
	Bugs fixed:
114
	* Documents with non-ascii characters no longer crash editor pane
115
	* Gummi will now correctly launch with filename argument
116
	* Zoom normal button no longer sets wrong dimensions
117
	* Preview pane will browse backwards if content is deleted
118
	* Removed the redundant tempfile from the pdf update process
119
	
120
	Features:
121
	* Added a window containing the pdflatex output for error tracking
122
	* Added a status light to see current error status of document
123
	* Added three text style buttons for quick bold/italic/underline
124
	* Added mechanism to check whether new gummi version is available
125
126
127
Gummi 0.2b (September 8th, 2009):
128
	
129
	Bugs fixed:
130
	* Rescaled icon to look nicer on a gnome panel
131
	* Preferences window no longer triggers a GTKwarning
132
	* New file environment is now correctly created on load/saveas	
133
	* Mainwindow no longer blinks on check_for_save/program exit
134
	* Preview pane will no longer stop refreshing after a Save-as
135
	* Tex extension is now forced upon documents when saved
136
	* And several minor annoyances.. 
137
138
	Features:
139
	* Preferences can now be reset to defaults
140
	* Default text shown in new documents can now be changed
141
	* Added many improvements to the search function
142
	* Added file filters to open & save dialogs
143
144
145
Gummi 0.1f (August 26th, 2009):
146
147
	Bugs fixed:
148
	* Problems with opening and saving for non-gnome users fixed. 
149
	* Fixed problem that prevented preferences window from opening.
150
	* Fixed several problems with the check_for_save routine.
151
	* Mainwindow no longer hides when check_for_save prompts user on quit.
152
	* Preferences window is now correctly centered on parent window
153
	* Tex editor settings now correctly active on program init
154
	
155
	Features:
156
	* Added primitive search function (will extend it later)
157
	* Added hotkeys and keyboard shortcuts to menu items
158
	* Added toolbar to the main window for easy menuitems access
159
160
161
Gummi 0.1b (August 7th, 2009):
162
163
	* initial version
164
 
165