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