From 970d14956b27c47b85bfdf854cb98cde13dfb24d Mon Sep 17 00:00:00 2001 From: Github Actions Date: Fri, 17 Jan 2025 23:18:49 +0000 Subject: [PATCH] [bot][skip ci] Update Metadata --- AUTHORS.md | 2 +- AUTHORS.url | 2 +- CHANGELOG.md | 26 +++++++------------------- COPYRIGHT.md | 2 +- LICENSE.md | 4 ++-- PROJECT_URL.url | 2 +- VERSION.md | 2 +- 7 files changed, 14 insertions(+), 26 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 8866847..0a4710a 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -1 +1 @@ -ktsu.dev contributors +Damon3000s contributors diff --git a/AUTHORS.url b/AUTHORS.url index 186370e..5a28826 100644 --- a/AUTHORS.url +++ b/AUTHORS.url @@ -1 +1 @@ -https://github.com/ktsu-dev +https://github.com/Damon3000s diff --git a/CHANGELOG.md b/CHANGELOG.md index cba663b..279899f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,4 @@ -## v1.0.15 (patch) - -Changes since v1.0.14-pre.1: - -- Add scripts for automated metadata management and versioning ([@matt-edmondson](https://github.com/matt-edmondson)) - -## v1.0.14-pre.1 (patch) - -Changes since v1.0.13: - -- Renamed metadata files ([@matt-edmondson](https://github.com/matt-edmondson)) - -## v1.0.11 (patch) - -Changes since v1.0.10: - -- Replace LICENSE file with LICENSE.md and update copyright information ([@matt-edmondson](https://github.com/matt-edmondson)) - -## v1.0.0 (major) +## v1.0.0-pre.1 (major) Changes since 0.0.0.0: @@ -28,6 +10,7 @@ Changes since 0.0.0.0: - Add more workarounds to support SameLine ([@Damon3000s](https://github.com/Damon3000s)) - Add printing text relative to the current theme ([@matt-edmondson](https://github.com/matt-edmondson)) - Add ScopedStyleVar class for scoped ImGui style management ([@matt-edmondson](https://github.com/matt-edmondson)) +- Add scripts for automated metadata management and versioning ([@matt-edmondson](https://github.com/matt-edmondson)) - Add test project and try to fix colors not being correct ([@matt-edmondson](https://github.com/matt-edmondson)) - Add text centering ([@matt-edmondson](https://github.com/matt-edmondson)) - Add Text class with nested Color and ScopedTextColor ([@matt-edmondson](https://github.com/matt-edmondson)) @@ -40,7 +23,9 @@ Changes since 0.0.0.0: - Fix contrast ratio calculations ([@matt-edmondson](https://github.com/matt-edmondson)) - Fix for accent colors not being used with scoped themes ([@matt-edmondson](https://github.com/matt-edmondson)) - Fix for CenterWithin not working as expected ([@Damon3000s](https://github.com/Damon3000s)) +- Fix for ImGui asserts ([@Damon3000s](https://github.com/Damon3000s)) - Fix header color being the same as the frame color making selected selectables indistinguishable ([@matt-edmondson](https://github.com/matt-edmondson)) +- Fix ImGui compile errors ([@Damon3000s](https://github.com/Damon3000s)) - Fix some alignment math ([@matt-edmondson](https://github.com/matt-edmondson)) - Initial commit ([@matt-edmondson](https://github.com/matt-edmondson)) - Migrate ktsu.io to ktsu namespace ([@matt-edmondson](https://github.com/matt-edmondson)) @@ -49,6 +34,8 @@ Changes since 0.0.0.0: - Refactor Scoped Constructors in UI Classes ([@matt-edmondson](https://github.com/matt-edmondson)) - Release version 1.0.0 ([@matt-edmondson](https://github.com/matt-edmondson)) - Remove GlobalSuppressions.cs file ([@matt-edmondson](https://github.com/matt-edmondson)) +- Renamed metadata files ([@matt-edmondson](https://github.com/matt-edmondson)) +- Replace LICENSE file with LICENSE.md and update copyright information ([@matt-edmondson](https://github.com/matt-edmondson)) - Reverted recent changes to why the Dummy widget is rendered ([@Damon3000s](https://github.com/Damon3000s)) - Tweaked implementation ([@Damon3000s](https://github.com/Damon3000s)) - Update build config ([@matt-edmondson](https://github.com/matt-edmondson)) @@ -62,6 +49,7 @@ Changes since 0.0.0.0: - Update nuget.config ([@matt-edmondson](https://github.com/matt-edmondson)) - Update package references for ImGuiStyler and ImGuiStylerDemo projects ([@matt-edmondson](https://github.com/matt-edmondson)) - Update README.md with detailed library overview ([@matt-edmondson](https://github.com/matt-edmondson)) +- Update the comments for CenterWithin to match the new logic ([@Damon3000s](https://github.com/Damon3000s)) - Update VERSION ([@matt-edmondson](https://github.com/matt-edmondson)) - Use the highest needed contrast ratio for text ([@matt-edmondson](https://github.com/matt-edmondson)) diff --git a/COPYRIGHT.md b/COPYRIGHT.md index 3313312..df16a3f 100644 --- a/COPYRIGHT.md +++ b/COPYRIGHT.md @@ -1 +1 @@ -Copyright (c) 2023-2025 ktsu.dev contributors +Copyright (c) 2023-2025 Damon3000s contributors diff --git a/LICENSE.md b/LICENSE.md index b86715b..88e4381 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,8 +1,8 @@ MIT License -https://github.com/ktsu-dev/ImGuiStyler +https://github.com/Damon3000s/ImGuiStyler -Copyright (c) 2023-2025 ktsu.dev contributors +Copyright (c) 2023-2025 Damon3000s contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/PROJECT_URL.url b/PROJECT_URL.url index 3631962..aa2b1e8 100644 --- a/PROJECT_URL.url +++ b/PROJECT_URL.url @@ -1 +1 @@ -https://github.com/ktsu-dev/ImGuiStyler +https://github.com/Damon3000s/ImGuiStyler diff --git a/VERSION.md b/VERSION.md index c648b0c..a60bd56 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -1.0.15-pre.22 +1.0.0-pre.1