~kamstrup/zeitgeist/query-expansion

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: "Mikkel Kamstrup Erlandsen"
  • Date: 2009-11-17 19:06:01 UTC
  • mfrom: (1146.2.154 zeitgeist-resonance)
  • Revision ID: mikkel.kamstrup@gmail.com-20091117190601-a8gqi8clxhvcqm0t
MergeĀ lp:~zeitgeist/zeitgeist/zeitgeist-resonanceĀ branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Version 0.3
 
1
Version 0.3.0
2
2
------------------------------
3
3
 
 
4
 - Complete rework of engine and DBus API
 
5
 - Public Python client API defined in zeitgeist.datamodel and
 
6
   zeitgeist.dbusutils modules
4
7
 - Removed the EngineStart and EngineExit signals.
5
8
 - Changed URIs from XESAM to Nepomuk.
6
9
 - Removed the Storm backend (obsoleted in 0.2.1).
 
10
 - Removed the Querymancer backend (obsoleted in 0.3.0).
7
11
 - The "text" property of an item can now be empty, and isn't automatically
8
12
   set to the filename in its URI.
 
13
 - Application and document focus detection. There's a partial API public
 
14
   now, but the full API for contextual relevancy will follow in later
 
15
   releases.
9
16
 
10
17
 
11
18
Version 0.2.1
22
29
 - Improved performance of DeleteItems and UpdateItems.
23
30
 - Fixed a problem with the contents of the EventsChanged signal.
24
31
 - Fixed InsertEvents to enforce "mimetype" as a required value.
25
 
 - Fixed a bug where the sorting_asc=True in FindEvents would be ignored if used
26
 
   together with mode="mostused" (LP: #404947).
 
32
 - Fixed a bug where the sorting_asc=True in FindEvents would be ignored if
 
33
   used together with mode="mostused" (LP: #404947).
27
34
 - Highly improved caching.
28
35
 - Added a "--quit" option to zeitgeist-daemon to stop any running daemon.
29
36
 - General code improvements, new test cases and other minor fixes.