|
32 | 32 | </provides>
|
33 | 33 |
|
34 | 34 | <releases>
|
| 35 | + <release version="0.8.0" date="2019-05-29"> |
| 36 | + <p> |
| 37 | + Please note that this release switches everything to the GSettings config backend! |
| 38 | + This means that everything in HOME/.config/gxi won't be read anymore. As such |
| 39 | + some settings have been reset, such as the font and wordwrapping. |
| 40 | + Sorry for the inconvenience. |
| 41 | + </p> |
| 42 | + <p>Feature changes in this release</p> |
| 43 | + <ul> |
| 44 | + <li>(gxi-config-storage): add try_* functions for panic-safe access to GSettings</li> |
| 45 | + <li>(editview): only draw number in linecount on actual line</li> |
| 46 | + <li>(editview): add line&column to statusbar</li> |
| 47 | + <li>(editview): redirect EventScroll from linecount to ev_scroll_window</li> |
| 48 | + <li>(editview): use ScrolledWindow for overlay scrollbars</li> |
| 49 | + <li>(po): Add nl</li> |
| 50 | + <li>(gxi|config_storage): save window state</li> |
| 51 | + <li>(edit_view): use symbolic close button for tabs</li> |
| 52 | + <li>(macros): add setup_gtk_panic macro</li> |
| 53 | + </ul> |
| 54 | + <p>Bugfixes in this release</p> |
| 55 | + <ul> |
| 56 | + <li>(editview): remove uneccesary event masks</li> |
| 57 | + <li>(gxi): set default size instead of setting a size request on window state restoring</li> |
| 58 | + <li>(editview): avoid rounding errors in cursor positioning</li> |
| 59 | + <li>(editview): don't scroll down in scroll_to if vadj' page_size is 1</li> |
| 60 | + <li>(i18n): update lang (Dutch)</li> |
| 61 | + <li>(i18n): update lang (Norwegian Bokmål)</li> |
| 62 | + <li>(editview): grab focus of ev_scrolled_window instead of edit_area</li> |
| 63 | + <li>(edit_view): set Layout size instead of setting Scrollbar's upper</li> |
| 64 | + <li>(i18n): update PO files</li> |
| 65 | + <li>(gxi): log with timestamp when RUST_LOg sets a custom loglevel, makes for nicer debugging</li> |
| 66 | + <li>(gxi): log for all crates in our workspace</li> |
| 67 | + <li>(edit_view): don't warn on window-{height,maximized,width} GSettings key change</li> |
| 68 | + <li>(gxi): allow PanicHandler::new to not return Self</li> |
| 69 | + <li>(gxi-linecache|gxi-peer): derive Default if a new function is present</li> |
| 70 | + <li>(data): set gettext domain in gschema</li> |
| 71 | + <li>(main_win): don't include GLADE_SRC file twice</li> |
| 72 | + <li>(i18n): update lang (German)</li> |
| 73 | + </ul> |
| 74 | + </release> |
35 | 75 | <release version="0.7.0" date="2019-05-09">
|
36 | 76 | <description>
|
37 | 77 | <p>Changes in this release:</p>
|
|
0 commit comments