Skip to content

Commit

Permalink
Update download page for 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alamantus committed Dec 2, 2020
1 parent 92e07b9 commit fde66c0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@ <h1>Google Photos Export Organizer</h1>
<h2>Downloads</h2>
<article class="row">
<div class="4 col">
<a href="https://github.com/Alamantus/GooglePhotosExportOrganizer/releases/download/1.0.1/GooglePhotosExportOrganizer_Windows.zip"
<a href="https://github.com/Alamantus/GooglePhotosExportOrganizer/releases/download/1.1.0/GooglePhotosExportOrganizer_Windows.zip"
download="GooglePhotosExportOrganizer_Windows.zip"
class="btn umami--click--download-windows">
For Windows
</a>
</div>
<div class="4 col">
<a href="https://github.com/Alamantus/GooglePhotosExportOrganizer/releases/download/1.0.1/GooglePhotosExportOrganizer_MacOS.zip"
<a href="https://github.com/Alamantus/GooglePhotosExportOrganizer/releases/download/1.1.0/GooglePhotosExportOrganizer_MacOS.zip"
download="GooglePhotosExportOrganizer_MacOS.zip"
class="btn umami--click--download-macos">
For MacOS
</a>
</div>
<div class="4 col">
<a href="https://github.com/Alamantus/GooglePhotosExportOrganizer/releases/download/1.0.1/GooglePhotosExportOrganizer_Linux.zip"
<a href="https://github.com/Alamantus/GooglePhotosExportOrganizer/releases/download/1.1.0/GooglePhotosExportOrganizer_Linux.zip"
download="GooglePhotosExportOrganizer_Linux.zip"
class="btn umami--click--download-linux">
For Linux
Expand All @@ -67,11 +67,13 @@ <h2>Features</h2>
<li>Extract and merge your Google Photos export from Google Takeout.</li>
<li>Organize your photos into folders by year and month.</li>
<li>Optionally rename your photos to a <code>year-month-day hour:minute:second number.extension</code> naming convention</li>
<li>Fix all file created and modified dates as they are organized.</li>
<li>Optionally copy all available metadata provided by Google Takeout in <code>.json</code> files back into the image/video files.</li>
<li>Remind you to clean up after processing.</li>
</ul>
<h3>Planned Additions</h3>
<ul>
<li>Copy all available metadata provided by Google Takeout in <code>.json</code> files back into the image/video files.</li>
<li>Allow optionally just fixing file dates and metadata in-place without moving the files.</li>
</ul>
</article>
</section>
Expand Down

0 comments on commit fde66c0

Please sign in to comment.