Skip to content

Commit

Permalink
Updated release infos
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxs committed May 17, 2021
1 parent 9ad4aea commit 90b981b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion src/Info.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ return {
title = LOC "Find Duplicates",
file = "TeekesselchenDialog.lua",
}},
VERSION = { major=1, minor=8, revision=1, build=1 },
VERSION = { major=1, minor=9, revision=0, build=1 },
}
2 changes: 1 addition & 1 deletion src/PluginInit.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ local LrLogger = import "LrLogger"
require "Configuration"
require "Updater"

_G.CURRENT_VERSION = 1.8
_G.CURRENT_VERSION = 1.9
_G.configuration = Configuration.new()
-- Load configuration for this plugin
local settings = _G.configuration.settings
Expand Down
13 changes: 4 additions & 9 deletions src/Readme.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Teekesselchen V1.8
Teekesselchen V1.9
==================
Please refer to http://www.bungenstock.de/teekesselchen/ to get more information and
documentation.
Expand All @@ -7,14 +7,9 @@ Installation
------------

1. Extract the ZIP file, e.g. to your desktop
2. Move the file teekesselchen.lrplugin to

OS X: ~/Library/Application Support/Adobe/Lightroom/Plugins/
Windows: C:\Users\<username>\AppData\Roaming\Adobe\Lightroom\Plugins\

3. Start Lightroom
4. Click on File > Plug-in Manager in the menu
5. Click on the Add button in the lower left corner and select teekesselchen.lrplugin
2. Start Lightroom
3. Click on File > Plug-in Manager in the menu
4. Click on the Add button in the lower left corner and browse to extracted teekesselchen.lrplugin
6. Click on Done and your are done

Documentation
Expand Down
4 changes: 4 additions & 0 deletions src/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Release Notes

V1.9.0 released on 17th of May 2021
Updates:
- Added HEIC support

V1.8.1 released on 12th of May 2021
Updates:
- Includes latest version (12.25) of ExifTool by Phil Harvey
Expand Down
4 changes: 2 additions & 2 deletions src/TeekesselchenDialog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ local function showFindDuplicatesDialog()
fill_horizontal = 1,
spacing = f:control_spacing(),
f:static_text {
title = "Teekesselchen v1.8.1",
title = "Teekesselchen v1.9.0",
},
f:static_text {
title = "Copyright (C) 2021 Michael Bungenstock",
Expand Down Expand Up @@ -731,7 +731,7 @@ local function showFindDuplicatesDialog()
}

local result = LrDialogs.presentModalDialog({
title = "Teekesselchen v1.8.1: Find Duplicates",
title = "Teekesselchen v1.9.0: Find Duplicates",
contents = contents,
actionVerb = "Find Duplicates",
otherVerb = "Save",
Expand Down

0 comments on commit 90b981b

Please sign in to comment.