aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--README.rst18
2 files changed, 21 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index b9c92fe..613a260 100644
--- 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
diff --git a/README.rst b/README.rst
index 060528f..0e3113f 100644
--- a/README.rst
+++ b/README.rst
@@ -5,17 +5,25 @@ ownCloud__ application implementing the `Tomboy`__ `REST API`__ for syncing note
Work in progress.
+__ http://owncloud.org/
+__ https://wiki.gnome.org/Apps/Tomboy
+__ https://wiki.gnome.org/Apps/Tomboy/Synchronization/REST/1.0
+
+
======
Status
======
+
+What 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
=================