diff --git a/content/posts/clickcounter-v2.4.0/index.md b/content/posts/clickcounter-v2.4.0/index.md index c2e8182..7dd41c7 100644 --- a/content/posts/clickcounter-v2.4.0/index.md +++ b/content/posts/clickcounter-v2.4.0/index.md @@ -1,11 +1,9 @@ --- title: "Cllick Counter v2.4.0 Release" -date: 2023-06-21T12:00:00-04:00 -lastmod: 2023-06-21T12:00:00-04:00 -# date: 2023-06-23T12:00:00-04:00 -draft: true +date: 2023-06-23T12:00:00-04:00 +lastmod: 2023-06-23T12:00:00-04:00 -description: "Description" +description: "Right clicks, general refactor, more stable/modern codebase, QOL features." images: [] resources: - name: "featured-image" @@ -17,7 +15,7 @@ categories: ["clickcounter"] lightgallery: true --- -Description +Right clicks, general refactor, more stable/modern codebase, QOL features. diff --git a/content/posts/clickcounter-v2.4.1/featured-image.png b/content/posts/clickcounter-v2.4.1/featured-image.png new file mode 100644 index 0000000..3e1ada4 Binary files /dev/null and b/content/posts/clickcounter-v2.4.1/featured-image.png differ diff --git a/content/posts/clickcounter-v2.4.1/index.md b/content/posts/clickcounter-v2.4.1/index.md new file mode 100644 index 0000000..b5ce9ed --- /dev/null +++ b/content/posts/clickcounter-v2.4.1/index.md @@ -0,0 +1,41 @@ +--- +title: "Cllick Counter v2.4.1 Release" +date: 2023-06-24T12:00:00-04:00 +lastmod: 2023-06-24T12:00:00-04:00 + +description: "Bug fixes" +images: [] +resources: +- name: "featured-image" + src: "featured-image.png" + +tags: ["Minecraft", "Modding", "Release", "Fixes", "Left Click Counter Mod", "Click Counter"] +categories: ["clickcounter"] + +lightgallery: true +--- + +Bug fixes + + + +## Changelog + +### Positioning + - Fixed + - Both lines of text can be moved at the same time, leading to them always being selected together after saving + +### Colors + - Changes + - Removed the "Refresh Color" button and now update the colors on the fly + +### Update Checking + - Fixed + - Added response for if there are no updates avaible + +## Downloads +[Release Page](https://github.com/joshuafhiggins/clickcounter/releases/tag/v2.4.1) +[Click.Counter.v2.4.1.jar](https://github.com/joshuafhiggins/clickcounter/releases/download/v2.4.1/Click.Counter.v2.4.1.jar) (from GitHub) + +## Source Code +The source code for Click Counter is avaible [on GitHub](https://github.com/joshuafhiggins/clickcounter/) under the MIT License. \ No newline at end of file diff --git a/content/posts/tf2classic-docker/index.md b/content/posts/tf2classic-docker/index.md index 7200a8f..bbf1f4d 100644 --- a/content/posts/tf2classic-docker/index.md +++ b/content/posts/tf2classic-docker/index.md @@ -1,9 +1,7 @@ --- title: "TF2 Classic Dedicated Server - Docker Image" -date: 2023-06-23T12:00:00-04:00 -lastmod: 2022-08-23T12:00:00-04:00 -# date: YEAR-MONTH-DAYTHOUR:MINUTE:SECOND-04:00 -draft: true +date: 2023-06-21T19:00:00-04:00 +lastmod: 2022-08-21T19:00:00-04:00 description: "TF2C dedicated server image, made from cm2network's TF2 image" images: []