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

     1  <h1>Release 0.6 ("Cannon Beach")</h1>
     2  
     3  <p><b>2013-12-25</b></p>
     4  
     5  <p>Happy Holidays! Sorry, it's been over 3 months since our <a href="0.5">last release</a>, but it's worth it. This release is awesome.</p>
     6  
     7  <p>I'm giving this release the codename "<a href="https://www.google.com/search?q=cannon+beach&espv=210&es_sm=91&source=lnms&tbm=isch&sa=X">Cannon Beach</a>",
     8  where I've done a bunch of hacking on Camlistore over the years, and in the past few months.</p>
     9  
    10  <center><div style='font-size: 18pt; font-weight: bold'><a href="https://github.com/bradfitz/camlistore/archive/0.6.zip">camlistore-0.6.zip</a></div>
    11  <div style='margin-top: 0.5em'>
    12  Or browse at Github: <a href="https://github.com/bradfitz/camlistore/tree/0.6">github.com/bradfitz/camlistore/tree/0.6</a>
    13  </div>
    14  </center>
    15  
    16  <h1>What is Camlistore?</h1>
    17  
    18  <p>See the <a href="/docs/">docs</a> and <a href="/docs/overview">overview</a>.</p>
    19  
    20  <h1>New in 0.6</h1>
    21  
    22  <ul>
    23    <li><a href="http://imgur.com/a/NKje7">New beautiful web UI</a> with infinite scroll of photos</li>
    24    <li><a href="http://imgur.com/a/NKje7">Search!</a> Search by tag, photo location (using GPS info in JPEG EXIF + geocoding lookups), photo orientation, size, format, ...</li>
    25    <li>Websocket-based live updating of search results (see new photos appear on the web as they're uploaded from Android or other clients)</li>
    26    <li>Notable bug fixes: corruption fix for cznic/kv (for the "kvfile" index type), fd open/close race in diskpacked, etc.</li>
    27    <li><code>camlistored --reindex</code></li>
    28    <li>Start of OS X GUI and iPhone app. (no binary releases yet)</li>
    29    <li>Bunch of internal cleanups</li>
    30    <li>New publishing and templating system.</li>
    31    <li>Faster, prettier thumbnails</li>
    32    <li>Start of content importer framework &amp; initial version of Flickr importer</li>
    33    <li>18 unique contributors since 0.5</li>
    34    <li>10 new contributors: Brian Marete, Daniel Pupius, Dustin Sallings, Jakub Brzeski, Robert Obryk, Salman Aljammaz, Steve Phillips, Tamás Gulácsi, Tony Chang, and Ulf Holm Nielsen.</li>
    35    <li>434 non-merge commits</li>
    36  </ul>
    37  
    38  <h1>Screenshots</h1>
    39  
    40  <p>See <a href="http://imgur.com/a/NKje7">http://imgur.com/a/NKje7</a>.  We hope to soon be using Camlistore itself for publishing these, instead of using imgur.</p>
    41  
    42  <p>My apologies if I forgot something in this summary.</p>
    43  
    44  <h1>Get involved!</h1>
    45  
    46  <p>We welcome feedback, feature requests, bug reports, and code
    47  contributions!</p>
    48  
    49  <p>Feel free to email us on our <a
    50  href="https://groups.google.com/forum/?fromgroups#!forum/camlistore">mailing
    51  list</a>, and/or <a
    52  href="//code.google.com/p/camlistore/issues/entry">file a bug</a> (or
    53  see <a href="//code.google.com/p/camlistore/issues/list">existing
    54  bugs</a>).  </p>
    55  
    56  <p>While we welcome user bug reports, we also welcome code
    57  contributions. See <a href="/docs/contributing">the Contributing
    58  page</a> for details. While most the codebase (the server and
    59  command-line tools) are written in <a href="http://golang.org">Go</a>,
    60  there's also a lot of JavaScript which needs love, as well as Java
    61  (for Android) and Objective C (for OS X and iOS). Or anything useful you'd like
    62  to contribute.</p>