almanah r133 - trunk



Author: pwithnall
Date: Tue Jan 27 21:36:30 2009
New Revision: 133
URL: http://svn.gnome.org/viewvc/almanah?rev=133&view=rev

Log:
2009-01-27  Philip Withnall  <philip tecnocode co uk>

	* NEWS:
	* configure.ac: Bump to version 0.6.0.



Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.ac

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Tue Jan 27 21:36:30 2009
@@ -1,5 +1,21 @@
 Major new features in version...
 
+0.6:
+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
+
 0.5:
 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

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Tue Jan 27 21:36:30 2009
@@ -1,4 +1,4 @@
-AC_INIT(almanah, 0.5.0)
+AC_INIT(almanah, 0.6.0)
 
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 AM_CONFIG_HEADER(config.h)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]