mirror of https://github.com/perkeep/perkeep.git
Merge "0.8 release notes"
This commit is contained in:
commit
607a20f349
|
@ -21,6 +21,8 @@ Or browse at Github: <a href="https://github.com/bradfitz/camlistore/tree/0.8">g
|
|||
</ul>
|
||||
<h3>Web UI</h3>
|
||||
<ul>
|
||||
<li>Deletion of selected permanodes.</li>
|
||||
<li>Image representation for any kind of content (camliContentImage is now a well-supported permanode attribute in the importers, web UI, search, etc).</li>
|
||||
</ul>
|
||||
<h3>Storage</h3>
|
||||
<ul>
|
||||
|
@ -29,6 +31,7 @@ Or browse at Github: <a href="https://github.com/bradfitz/camlistore/tree/0.8">g
|
|||
<h3>Search</h3>
|
||||
<ul>
|
||||
<li>Search operator syntax for searching permanodes for arbitrary attributes: <tt>attr:<attribute_name>:<attribute_value></tt></li>
|
||||
<li>Permanode deletions now taken into account by index corpus, hence in search results too.</li>
|
||||
</ul>
|
||||
<h3>Importers</h3>
|
||||
<ul>
|
||||
|
@ -37,6 +40,7 @@ Or browse at Github: <a href="https://github.com/bradfitz/camlistore/tree/0.8">g
|
|||
<h3>Tools</h3>
|
||||
<ul>
|
||||
<li>Added <tt>camtool search</tt> subcommand.</li>
|
||||
<li><tt>camtool sync</tt>: warn about differing identities.</li>
|
||||
</ul>
|
||||
<h3>General</h3>
|
||||
<ul>
|
||||
|
|
Loading…
Reference in New Issue