update changelog and readme; prepare 0.3.0
authorChristian Weiske <cweiske@cweiske.de>
Tue, 14 Oct 2014 21:27:36 +0000 (23:27 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Tue, 14 Oct 2014 21:27:36 +0000 (23:27 +0200)
ChangeLog
README.rst

index b9c92fe2f07048978310fa6f886e20db0cd513f7..613a260cdf774b21aef278b551d5e929a35083dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2014-10-14  Christian Weiske  <cweiske@cweiske.de>
+
+       * Implement token management
+       * Implement database management (reset)
+       * Add computer name input field on authorization page
+       * Use transactions during sync
+       * Version 0.3.0
+
 2014-10-03  Christian Weiske  <cweiske@cweiske.de>
 
        * Fix bug #8: Titled blank notes cause SQL error
 2014-10-03  Christian Weiske  <cweiske@cweiske.de>
 
        * Fix bug #8: Titled blank notes cause SQL error
index 060528f53d9636c288f37768a445b330fc77e40d..0e3113f3b28c46d6b45f01054aaf7b987ef4541d 100644 (file)
@@ -5,17 +5,25 @@ ownCloud__ application implementing the `Tomboy`__ `REST API`__ for syncing note
 
 Work in progress.
 
 
 Work in progress.
 
+__ http://owncloud.org/
+__ https://wiki.gnome.org/Apps/Tomboy
+__ https://wiki.gnome.org/Apps/Tomboy/Synchronization/REST/1.0
+
+
 ======
 Status
 ======
 ======
 Status
 ======
+
+What works
+==========
 - Authentication works
 - Note synchronization works
 - Authentication works
 - Note synchronization works
-- Web interface to view notes is missing
-- OAuth token interface is missing
+- OAuth token management interface works
+- Database management interface (reset) works
 
 
-__ http://owncloud.org/
-__ https://wiki.gnome.org/Apps/Tomboy
-__ https://wiki.gnome.org/Apps/Tomboy/Synchronization/REST/1.0
+What is missing
+===============
+- Web interface to view notes is missing
 
 
 =================
 
 
 =================