diff --git a/README.md b/README.md index c55b5f3..655aec0 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ + + # Rollup **Rollup** is a tool for renaming image files based on their EXIF tags. It was originally written to improve the arbitrary filenames in the iPhone Camera Roll. -* **⇩ [Download Latest Version](https://www.profiteroles.org/git/profiteroles/Rollup/raw/master/Rollup.app.zip)** +### ⇩ [Download Rollup 0.4.1.0](https://www.profiteroles.org/git/profiteroles/Rollup/raw/master/Rollup.app.zip) ## Features @@ -12,24 +14,25 @@ ## Available tags -**%FILE** The original filename -**%EXT** The original file extension -**%DTO** Timestamp (with fallback to file modification date) -**%DUR** Video Duration (formatted) -**%SW** Software (formatted) -**%MODEL** Digital Camera Model -**%LENS** Lens (formatted) -**%PLACE** Formatted location (from GPS coordinates) +| Option | Description | +| :------| :-----------| +| **%FILE** | The original filename | +| **%DTO** | Timestamp (with fallback to file modification date) | +| **%DUR** | Video Duration (formatted) | +| **%SW** | Software (formatted) | +| **%MODEL** | Digital Camera Model | +| **%LENS** | Lens (formatted) | +| **%PLACE** | Formatted location (from GPS coordinates) | ## Screenshots - - + + ## Notes Running Rollup requires disabling Gatekeeper by running `sudo spctl --master-disable` in the Terminal. -The following characters are currently supported as delimiters: " ","_","-","+" +The following characters are currently supported as delimiters: ' ','_','-','+' ## Changelog @@ -40,4 +43,4 @@ https://www.profiteroles.org/git/profiteroles/Rollup/src/master/CHANGELOG.md Building Rollup requires Platypus and Pashua * https://github.com/sveinbjornt/Platypus -* https://github.com/BlueM/Pashua \ No newline at end of file +* https://github.com/BlueM/Pashua diff --git a/Rollup.app.zip b/Rollup.app.zip index e46b1fd..e2f74d4 100644 Binary files a/Rollup.app.zip and b/Rollup.app.zip differ