March 11th, 2013· Bug 695117 - Almanah doesn't encrypt the database when the application close (see https://bugzilla.gnome.org/show_bug.cgi?id=695117)
March 1st, 2013Major changes:
· Main window redesign, see https://live.gnome.org/Almanah_Diary/Design#New_Design
· Tagging support
· Port to GMenu
· Dropped the libedataserverui dependency and embed the ECellRendererColor and ESourceSelector widgets (Thanks to Matthew Barnes)
· Hide the title bar in maximized windows
· Updated GtkSpell 3 support
· Updated EDS dependency to 3.5.91 (Thanks to Philip Withnall)
Bugs fixed:
· Bug 677209 - The CalendarWindow dropdown doesn't displayed in the correct place
· Bug 680845 - Translatable strings for the time in the events list
Update translations:
· cs
· es
· gl
· hu
· id
· lv
· pl
· pt_BR
· ru
· sl
· sr
April 22nd, 2011· Highlight important entries better in the interface
· Add text and database file export support and make import/export asynchronous
· Add support for storing the edit date of entries
· Make database queries less memory-intensive by using iterators
· Drop the F-Spot event support, as they've dropped their D-Bus plugin
· Build system improvements
· Port to GTK+ 3 (requiring spell checking support to be disabled, as GtkSpell doesn't support GTK+ 3 yet)
· Port to GSettings
· Add data format versioning support to the database
Bugs fixed:
· Bug 611889: A little padding in the textaera would be nice
· Bug 572927: Important entries
· Bug 622887: Migrate from dbus-glib to glib's GDBus
· Bug 623231: Dutch translation
· Bug 641481: Cannot build with gtk3/evolution 2.91.6
Updated translations:
· ca (Jordi Estrada)
April 19th, 2010Major changes:
· Improve the UI appearance a little by adding some padding
Updated translations:
· cs (Marek and #268;ernocký)
· da (Joe Hansen)
· de (Mario Blättermann)
· el ( and #924; and #940; and #961; and #953; and #959; and #962; and #918; and #951; and #957; and #964; and #943; and #955; and #951; and #962;)
· es (Jorge González)
· fr (Bruno Brouard)
· gl (Fran Diéguez)
· id (Andika Triwidada)
· pt_BR (Antonio Fernandes C. Neto)
· ru (Diana Kuzachenko, Leonid Kanter)
· sl (Andrej nidari and #269;)
· zh_CN (YunQiang Su)
Bugs fixed:
· Bug 611889 A little padding in the textaera would be nice
February 1st, 2010Major changes:
· Improve key selection
· Updated build infrastructure
Updated translations:
· cs (Marek Cernocky)
· da (Joe Hansen)
· de (Mario Blättermann)
· en_GB (Philip Withnall)
· sl (Andrej Žnidaršič)
· sv (Daniel Nylander)
January 28th, 2009· Note that 0.6 removes the old concept of "links", and all stored links will no longer be accessible. They will,
however, remain in the database, and can be accessed using the following commands while Almanah's running:
· sqlite3 ~/.local/share/diary.db
· .headers ON
· SELECT * FROM entry_links;
· Improve accessibility support so the UI's navigable in both Accerciser and GOK
· Rename "links" to "definitions", and change them such that one "definition" can be used across multiple
· diary entries to catalogue things of importance which are relevant to many diary entries
· Concurrently, introduce "events", which are displayed automatically with each diary entry and aim to show
· what you were doing on that day; Evolution appointments and tasks are currently the only supported events
· Add an --import-mode, which allows entries to be edited regardless of their status and the current date to
· allow, for example, a one-time import of a previous diary into Almanah
· Improve printing support, adding page settings, print preview and a default page margin of 20px
November 16th, 2008· Note that the database format used in 0.5 is not backwards-compatible with previous versions, so once an entry has been added in 0.5, the database will not be usable with previous versions of Almanah.
· Complete the name change to "Almanah Diary"
· Update the architecture, moving to GObject
· Make spell checking optional at compile time
· Add text formatting support
· Improve ability to recover from database corruption
· Allow an encryption key to be chosen
· Make window dimensions persistent
· Allow the spelling language to be set via GConf