Skip to content

Commit

Permalink
Update to version 1.7
Browse files Browse the repository at this point in the history
- Update NLog
- Document the Client Name field
- Add log paths to the FAQs
  • Loading branch information
eXpl0it3r committed Jan 18, 2024
1 parent 451308f commit 5b47ccd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Clockify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<CodeAnalysisRuleSet>StyleCop.ruleset</CodeAnalysisRuleSet>
<EnableNETAnalyzers>false</EnableNETAnalyzers>
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
<AssemblyVersion>1.6</AssemblyVersion>
<PackageVersion>1.6</PackageVersion>
<AssemblyVersion>1.7</AssemblyVersion>
<PackageVersion>1.7</PackageVersion>
<Title>Clockify</Title>
<Authors>Lukas Dürrenberger</Authors>
<Description>This plugin allows you to track, start and stop Clockify timers on your Elgato Stream Deck</Description>
<Copyright>Copyright (c) 2021-2023 Lukas Dürrenberger</Copyright>
<Copyright>Copyright (c) 2021-2024 Lukas Dürrenberger</Copyright>
<PackageProjectUrl>https://github.com/eXpl0it3r/streamdeck-clockify</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/eXpl0it3r/streamdeck-clockify/blob/master/LICENSE</PackageLicenseUrl>
<PackageIconUrl>https://github.com/eXpl0it3r/streamdeck-clockify/blob/master/Images/clockifyIcon%402x.png</PackageIconUrl>
Expand All @@ -38,7 +38,7 @@
<PackageReference Include="Clockify.Net" Version="2.3.0" />
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NLog" Version="5.2.5" />
<PackageReference Include="NLog" Version="5.2.8" />
<PackageReference Include="runtime.osx.10.10-x64.CoreCompat.System.Drawing" Version="6.0.5.128" />
<PackageReference Include="streamdeck-client-csharp" Version="4.3.0" />
<PackageReference Include="StreamDeck-Tools" Version="6.1.1" />
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5b47ccd

Please sign in to comment.