From 5b47ccd842df7acd64be064e644051fd06e455bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20D=C3=BCrrenberger?= Date: Thu, 18 Jan 2024 13:07:15 +0100 Subject: [PATCH] Update to version 1.7 - Update NLog - Document the Client Name field - Add log paths to the FAQs --- Clockify.csproj | 8 ++++---- LICENSE | 2 +- README.md | 4 ++++ manifest.json | 2 +- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Clockify.csproj b/Clockify.csproj index ade3cb1..b38aed0 100644 --- a/Clockify.csproj +++ b/Clockify.csproj @@ -10,12 +10,12 @@ StyleCop.ruleset false AllEnabledByDefault - 1.6 - 1.6 + 1.7 + 1.7 Clockify Lukas Dürrenberger This plugin allows you to track, start and stop Clockify timers on your Elgato Stream Deck - Copyright (c) 2021-2023 Lukas Dürrenberger + Copyright (c) 2021-2024 Lukas Dürrenberger https://github.com/eXpl0it3r/streamdeck-clockify https://github.com/eXpl0it3r/streamdeck-clockify/blob/master/LICENSE https://github.com/eXpl0it3r/streamdeck-clockify/blob/master/Images/clockifyIcon%402x.png @@ -38,7 +38,7 @@ - + diff --git a/LICENSE b/LICENSE index 1b7334c..3d035ed 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021-2023 Lukas Dürrenberger +Copyright (c) 2021-2024 Lukas Dürrenberger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/README.md b/README.md index 57eb822..2229be8 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Until the plugin is available in the [Stream Deck Store](https://apps.elgato.com - **Task Name:** *(optional)* Set the name of the project specific task - **Timer Name:** *(optional)* Specify a name for the timer you want to run/track - **Advanced** + - **Client Name:** *(optional)* Set the client name assigned to the specified project - **Title Format:** *(optional)* Specify the format for the title to be displayed on the button. - This can include any of: - `{projectName}` : The project name @@ -40,6 +41,9 @@ https://user-images.githubusercontent.com/920861/132741561-6f9f3ff0-a920-408d-82 - Make sure you synchronize your clock with a time server - Why can't I select my Workspace and Project in a dropdown menu? - Because I was lazy 😅 +- Where can I find the logs? + - Windows: `%appdata%\Elgato\StreamDeck\Plugins\dev.duerrenberger.clockify.sdPlugin\pluginlog.log` + - macOS: `~/Library/Application Support/com.elgato.StreamDeck/Plugins/dev.duerrenberger.clockify.sdPlugin/pluginlog.log` - IT DOESN'T WORK, WHY?!? - Feel free to open a [GitHub issue](https://github.com/eXpl0it3r/streamdeck-clockify/issues) or ping me on [Twitter](https://twitter.com/DarkCisum) diff --git a/manifest.json b/manifest.json index 1dde097..c8f5949 100644 --- a/manifest.json +++ b/manifest.json @@ -28,7 +28,7 @@ "Description": "Stream Deck integration for Clockify, the most popular free time tracker available for an unlimited numbers of users for free.", "Icon": "Images/clockifyIcon", "URL": "https://duerrenberger.dev", - "Version": "1.6", + "Version": "1.7", "CodePathWin": "Windows/dev.duerrenberger.clockify.exe", "CodePathMac": "macOS/dev.duerrenberger.clockify", "Category": "Time Tracking",