github.com/slspeek/camlistore_namedsearch@v0.0.0-20140519202248-ed6f70f7721a/website/content/docs/release/0.7 (about)

     1  <h1>Release 0.7 ("Brussels")</h1>
     2  
     3  <p><b>2014-02-27</b></p>
     4  
     5  <p>Camlistore is continuing to grow in maturity and userbase, particularly the latter after <a href="http://twitter.com/bradfitz">@bradfitz</a> and <a href="http://twitter.com/lejatorn">@lejatorn</a> gave a talk on at FOSDEM 2014 in Brussels (video: <a href="http://www.youtube.com/watch?v=kBCQq5hfsug">YouTube</a> / <a href="http://video.fosdem.org/2014/K4601/Sunday/Camlistore.webm">WebM</a>). We're making improvements to the website and documentation to improve the experience for those new users who want to get involved in the project. For now, your best bet is still to drop by on the <a href="http://groups.google.com/group/camlistore">mailing list</a> and say hello!</p>
     6  
     7  <center>
     8  <div style='font-size:18pt;font-weight:bold;'><a href="https://github.com/bradfitz/camlistore/archive/0.7.zip">camlistore-0.7.zip</a></div>
     9  <div style='margin-top:0.5em;'>
    10  Or browse at Github: <a href="https://github.com/bradfitz/camlistore/tree/0.7">github.com/bradfitz/camlistore/tree/0.7</a></div>
    11  </center>
    12  
    13  <h2>Release stats</h2>
    14  <p>15 total committers over 350 commits since <a href="/docs/release/0.6">0.6</a> (just two months ago), including Aaron Boodman, Aaron Racine, Andrew Gerrand, Andy Smith, Bill Thiede, Brad Fitzpatrick, Brian Gitonga Marete, Dan Erat, Dustin Sallings, Kristopher Cost, Mateus Braga, Mathieu Lonjaret, Nick O'Neill, Tamás Gulácsi and Tommi Virtanen.</p>
    15  
    16  <p>Thank you!</p>
    17  
    18  <h2>New in 0.7</h2>
    19  <h3>Apps</h3>
    20  <ul>
    21  	<li>Alpha release of the <a href="https://play.google.com/store/apps/details?id=org.camlistore">Android uploader app</a></li>
    22  	<li>Better UI for iPhone uploader app (no binary yet; <a href="https://camlistore.googlesource.com/camlistore/+/master/clients/ios-objc/">source code</a>)</li>
    23  </ul>
    24  <h3>Web UI</h3>
    25  <ul>
    26  	<li>Rewrote in <a href="http://facebook.github.io/react/">React</a>
    27  	<ul>
    28  		<li>Few visible changes, will enable faster progress for future releases</li>
    29  	</ul>
    30  	</li>
    31  	<li>Moved upload to web workers, much better UI response</li>
    32  	<li>Added loading animation for images in search results</li>
    33  	<li>Improvements to in-progress detail page
    34  	<ul>
    35  		<li>Added a loading animation</li>
    36  		<li>Support for using arrow keys to next/prev within search results</li>
    37  		<li>Images crossfade when loading and unloading</li>
    38  	</ul>
    39  	</li>
    40  	<li>Renamed "create permanode" feature in left nav to more obvious "create set"</li>
    41  </ul>
    42  <h3>Storage</h3>
    43  <ul>
    44  	<li>Blob upload protocol simplicification: removed dynamic upload URL; now camput & Android do faster uploads</li>
    45          <li>Start of the <code>namespace</code> storage handler for refcounting blob ownership in multi-tenant installations</li>
    46  </ul>
    47  <h3>Search</h3>
    48  <ul>
    49  	<li>Audio indexing (mp3 ID3 metdata)</li>
    50          <li>before: and after: search constraints</li>
    51          <li>Case-insensitive attribute search</li>
    52          <li>added PermanodeConstraint.ValueMatches{Int,Float}</li>
    53  </ul>
    54  <h3>Tools</h3>
    55  <ul>
    56  	<li>FUSE improvements
    57            <ul>
    58                  <li>time travel support (directories representing views into the past)</li>
    59                  <li>OS X GUI</li>
    60                  <li>cammount caches blobs persistently across restarts</li>
    61                  <li>automatic selection of mount point if none given</li>
    62                  <li>extended attributes support</li>
    63             </ul>
    64          </li>
    65  
    66  	<li>Improvements to <a href="/cmd/camtool/">camtool</a> for inspecting data
    67  	<ul>
    68  		<li>Subcommand <code>discovery</code>: perform configuration discovery on a server</li>
    69  		<li>Subcommand <code>list</code>: list blobs on a server (alias for <code>sync --dest=stdout</code>)</li>
    70  		<li>Subcommand <code>describe</code>: show a permanode's current status (its keys and values)</li>
    71  		<li>Subcommand <code>claims</code>: list modification claims against a permanode from the index</li>
    72  		<li>TLS support</li>
    73  	</ul>
    74  	</li>
    75  
    76  	<li>Increased support for and use of <a href="https://www.docker.io/">Docker</a>
    77  	<ul>
    78  		<li>Building ARM tools for the Android client (<a href="https://plus.google.com/+BradFitzpatrick/posts/CmqtqAShWZJ">background</a>)</li>
    79  		<li>Running unit tests with external dependencies (e.g. MongoDB)</li>
    80  	</ul>
    81  	</li>
    82  	<li>Enabled <a href="https://camlistore.googlesource.com/camlistore/+/master/pkg/importer/flickr/README">Flickr importer</a> for production servers</li>
    83  </ul>
    84  <h3>General</h3>
    85  <ul>
    86  	<li>Many bug fixes and performance improvements across everything (the bulk of the changes)</li>
    87  </ul>