Skip to content

Commit 2c6f6fe

Browse files
author
Github Actions
committed
[bot][skip ci] Update Metadata
1 parent b7fc744 commit 2c6f6fe

3 files changed

Lines changed: 109 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,59 @@
1+
## v1.3.0 (minor)
2+
3+
Changes since v1.2.0:
4+
5+
- Enhance architecture documentation: update provider support, add adaptive pacing details, and clarify error handling ([@matt-edmondson](https://github.com/matt-edmondson))
6+
- Add .gitignore and project configuration; enhance repository handling in BuildMonitor ([@matt-edmondson](https://github.com/matt-edmondson))
7+
- Enhance build status display with radial progress indicators and adjust column widths ([@matt-edmondson](https://github.com/matt-edmondson))
8+
- Remove legacy build scripts ([@matt-edmondson](https://github.com/matt-edmondson))
9+
- Enhance winget manifest update script by restoring packages for SDK properties and improving packageId resolution logic ([@matt-edmondson](https://github.com/matt-edmondson))
10+
- Enhance build visibility checks and update filtering logic for runs and builds ([@matt-edmondson](https://github.com/matt-edmondson))
11+
- Add Next Update column to build table and enhance BuildSync with progress tracking ([@matt-edmondson](https://github.com/matt-edmondson))
12+
- Fix winget manafest generator ([@matt-edmondson](https://github.com/matt-edmondson))
13+
- Implement budget-based request prioritization for builds and runs, enhancing update logic and efficiency ([@matt-edmondson](https://github.com/matt-edmondson))
14+
- Enhance sync management by adding orphan detection for builds and runs, improving cleanup logic and update conditions ([@matt-edmondson](https://github.com/matt-edmondson))
15+
- Implement branch-specific duration estimation and add DurationEstimator class for improved accuracy ([@matt-edmondson](https://github.com/matt-edmondson))
16+
- Add Estimate column and update related rendering logic in BuildMonitor ([@matt-edmondson](https://github.com/matt-edmondson))
17+
- Refactor project references to package references for ImGui components ([@matt-edmondson](https://github.com/matt-edmondson))
18+
- Add functionality to display empty repositories and implement related filtering logic ([@matt-edmondson](https://github.com/matt-edmondson))
19+
- Enhance owner tab management by creating tabs based on provider type and updating tab visibility logic ([@matt-edmondson](https://github.com/matt-edmondson))
20+
- Add owner tab filtering functionality and update related UI components ([@matt-edmondson](https://github.com/matt-edmondson))
21+
- Refactor Azure DevOps provider to streamline status handling and remove unused variable ([@matt-edmondson](https://github.com/matt-edmondson))
22+
- Enhance error handling in Azure DevOps provider and update package vulnerability suppression ([@matt-edmondson](https://github.com/matt-edmondson))
23+
- Update project to target .NET 10.0 and adjust package versions ([@matt-edmondson](https://github.com/matt-edmondson))
24+
- Enhance CLAUDE.md with context menu actions and provider status tracking details ([@matt-edmondson](https://github.com/matt-edmondson))
25+
- rate limit display ([@matt-edmondson](https://github.com/matt-edmondson))
26+
- update deps ([@matt-edmondson](https://github.com/matt-edmondson))
27+
- Fix an issue where token would get erased when you were rate limited ([@matt-edmondson](https://github.com/matt-edmondson))
28+
- Allow concurrent requests ([@matt-edmondson](https://github.com/matt-edmondson))
29+
- Enhance ClearData method to clear repositories for each owner ([@matt-edmondson](https://github.com/matt-edmondson))
30+
- Make error display text clickable with unique widget ID ([@matt-edmondson](https://github.com/matt-edmondson))
31+
- Add error handling and display for build runs ([@matt-edmondson](https://github.com/matt-edmondson))
32+
- Add LastRun column to BuildMonitor table and update Strings ([@matt-edmondson](https://github.com/matt-edmondson))
33+
- Add persistence for column filters ([@matt-edmondson](https://github.com/matt-edmondson))
34+
- Refactor column width handling to use a dictionary and improve width retrieval logic in build monitor ([@matt-edmondson](https://github.com/matt-edmondson))
35+
- Validate column widths before saving to prevent corrupted values in build monitor ([@matt-edmondson](https://github.com/matt-edmondson))
36+
- Refactor SaveColumnWidths method to use ImGuiTablePtr for column width retrieval ([@matt-edmondson](https://github.com/matt-edmondson))
37+
- Set search box widths to dynamic sizing in build monitor table ([@matt-edmondson](https://github.com/matt-edmondson))
38+
- Fix progress bar width in build monitor to allow for dynamic sizing ([@matt-edmondson](https://github.com/matt-edmondson))
39+
- Fix color indicator logic for build status in the build monitor ([@matt-edmondson](https://github.com/matt-edmondson))
40+
- Implement dynamic column width management in build monitor table ([@matt-edmondson](https://github.com/matt-edmondson))
41+
- Refactor ClearData method to use expression-bodied member syntax ([@matt-edmondson](https://github.com/matt-edmondson))
42+
- Add build updating indicator to the build monitor ([@matt-edmondson](https://github.com/matt-edmondson))
43+
- Add Clear Data functionality to the build monitor ([@matt-edmondson](https://github.com/matt-edmondson))
44+
- Add imgui.ini to .gitignore to exclude ImGui configuration files ([@matt-edmondson](https://github.com/matt-edmondson))
45+
- Add branch filtering to build monitor and update related structures ([@matt-edmondson](https://github.com/matt-edmondson))
46+
- Refactor classes to use SemanticString for type safety and improve code clarity ([@matt-edmondson](https://github.com/matt-edmondson))
47+
- Refactor project files to manage package versions centrally and update SDK references ([@matt-edmondson](https://github.com/matt-edmondson))
48+
- Update README.md to clarify NuGetApiKey parameter as optional for publishing ([@matt-edmondson](https://github.com/matt-edmondson))
49+
- Add CLAUDE.md for project guidance and architecture overview ([@matt-edmondson](https://github.com/matt-edmondson))
50+
- Update .editorconfig, .gitignore, and .runsettings for improved settings and new files; modify PSBuild.psm1 for enhanced functionality and error handling. ([@matt-edmondson](https://github.com/matt-edmondson))
51+
- Update ktsu.AppDataStorage package version to 1.15.5 ([@matt-edmondson](https://github.com/matt-edmondson))
52+
- Remove Directory.Build.props and Directory.Build.targets files; add copyright notices to BuildMonitor source files. ([@matt-edmondson](https://github.com/matt-edmondson))
53+
- Update DESCRIPTION.md to clarify application purpose and modify BuildMonitor.csproj to use ktsu.Sdk.App/1.8.0 ([@matt-edmondson](https://github.com/matt-edmondson))
54+
- Update README to match standard template format ([@matt-edmondson](https://github.com/matt-edmondson))
55+
- Update packages ([@matt-edmondson](https://github.com/matt-edmondson))
56+
157
## v1.2.30 (patch)
258

359
Changes since v1.2.29:

LATEST_CHANGELOG.md

Lines changed: 52 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,56 @@
1-
## v1.2.30 (patch)
1+
## v1.3.0 (minor)
22

3-
Changes since v1.2.29:
3+
Changes since v1.2.0:
44

5+
- Enhance architecture documentation: update provider support, add adaptive pacing details, and clarify error handling ([@matt-edmondson](https://github.com/matt-edmondson))
6+
- Add .gitignore and project configuration; enhance repository handling in BuildMonitor ([@matt-edmondson](https://github.com/matt-edmondson))
57
- Enhance build status display with radial progress indicators and adjust column widths ([@matt-edmondson](https://github.com/matt-edmondson))
8+
- Remove legacy build scripts ([@matt-edmondson](https://github.com/matt-edmondson))
9+
- Enhance winget manifest update script by restoring packages for SDK properties and improving packageId resolution logic ([@matt-edmondson](https://github.com/matt-edmondson))
10+
- Enhance build visibility checks and update filtering logic for runs and builds ([@matt-edmondson](https://github.com/matt-edmondson))
11+
- Add Next Update column to build table and enhance BuildSync with progress tracking ([@matt-edmondson](https://github.com/matt-edmondson))
12+
- Fix winget manafest generator ([@matt-edmondson](https://github.com/matt-edmondson))
13+
- Implement budget-based request prioritization for builds and runs, enhancing update logic and efficiency ([@matt-edmondson](https://github.com/matt-edmondson))
14+
- Enhance sync management by adding orphan detection for builds and runs, improving cleanup logic and update conditions ([@matt-edmondson](https://github.com/matt-edmondson))
15+
- Implement branch-specific duration estimation and add DurationEstimator class for improved accuracy ([@matt-edmondson](https://github.com/matt-edmondson))
16+
- Add Estimate column and update related rendering logic in BuildMonitor ([@matt-edmondson](https://github.com/matt-edmondson))
17+
- Refactor project references to package references for ImGui components ([@matt-edmondson](https://github.com/matt-edmondson))
18+
- Add functionality to display empty repositories and implement related filtering logic ([@matt-edmondson](https://github.com/matt-edmondson))
19+
- Enhance owner tab management by creating tabs based on provider type and updating tab visibility logic ([@matt-edmondson](https://github.com/matt-edmondson))
20+
- Add owner tab filtering functionality and update related UI components ([@matt-edmondson](https://github.com/matt-edmondson))
21+
- Refactor Azure DevOps provider to streamline status handling and remove unused variable ([@matt-edmondson](https://github.com/matt-edmondson))
22+
- Enhance error handling in Azure DevOps provider and update package vulnerability suppression ([@matt-edmondson](https://github.com/matt-edmondson))
23+
- Update project to target .NET 10.0 and adjust package versions ([@matt-edmondson](https://github.com/matt-edmondson))
24+
- Enhance CLAUDE.md with context menu actions and provider status tracking details ([@matt-edmondson](https://github.com/matt-edmondson))
25+
- rate limit display ([@matt-edmondson](https://github.com/matt-edmondson))
26+
- update deps ([@matt-edmondson](https://github.com/matt-edmondson))
27+
- Fix an issue where token would get erased when you were rate limited ([@matt-edmondson](https://github.com/matt-edmondson))
28+
- Allow concurrent requests ([@matt-edmondson](https://github.com/matt-edmondson))
29+
- Enhance ClearData method to clear repositories for each owner ([@matt-edmondson](https://github.com/matt-edmondson))
30+
- Make error display text clickable with unique widget ID ([@matt-edmondson](https://github.com/matt-edmondson))
31+
- Add error handling and display for build runs ([@matt-edmondson](https://github.com/matt-edmondson))
32+
- Add LastRun column to BuildMonitor table and update Strings ([@matt-edmondson](https://github.com/matt-edmondson))
33+
- Add persistence for column filters ([@matt-edmondson](https://github.com/matt-edmondson))
34+
- Refactor column width handling to use a dictionary and improve width retrieval logic in build monitor ([@matt-edmondson](https://github.com/matt-edmondson))
35+
- Validate column widths before saving to prevent corrupted values in build monitor ([@matt-edmondson](https://github.com/matt-edmondson))
36+
- Refactor SaveColumnWidths method to use ImGuiTablePtr for column width retrieval ([@matt-edmondson](https://github.com/matt-edmondson))
37+
- Set search box widths to dynamic sizing in build monitor table ([@matt-edmondson](https://github.com/matt-edmondson))
38+
- Fix progress bar width in build monitor to allow for dynamic sizing ([@matt-edmondson](https://github.com/matt-edmondson))
39+
- Fix color indicator logic for build status in the build monitor ([@matt-edmondson](https://github.com/matt-edmondson))
40+
- Implement dynamic column width management in build monitor table ([@matt-edmondson](https://github.com/matt-edmondson))
41+
- Refactor ClearData method to use expression-bodied member syntax ([@matt-edmondson](https://github.com/matt-edmondson))
42+
- Add build updating indicator to the build monitor ([@matt-edmondson](https://github.com/matt-edmondson))
43+
- Add Clear Data functionality to the build monitor ([@matt-edmondson](https://github.com/matt-edmondson))
44+
- Add imgui.ini to .gitignore to exclude ImGui configuration files ([@matt-edmondson](https://github.com/matt-edmondson))
45+
- Add branch filtering to build monitor and update related structures ([@matt-edmondson](https://github.com/matt-edmondson))
46+
- Refactor classes to use SemanticString for type safety and improve code clarity ([@matt-edmondson](https://github.com/matt-edmondson))
47+
- Refactor project files to manage package versions centrally and update SDK references ([@matt-edmondson](https://github.com/matt-edmondson))
48+
- Update README.md to clarify NuGetApiKey parameter as optional for publishing ([@matt-edmondson](https://github.com/matt-edmondson))
49+
- Add CLAUDE.md for project guidance and architecture overview ([@matt-edmondson](https://github.com/matt-edmondson))
50+
- Update .editorconfig, .gitignore, and .runsettings for improved settings and new files; modify PSBuild.psm1 for enhanced functionality and error handling. ([@matt-edmondson](https://github.com/matt-edmondson))
51+
- Update ktsu.AppDataStorage package version to 1.15.5 ([@matt-edmondson](https://github.com/matt-edmondson))
52+
- Remove Directory.Build.props and Directory.Build.targets files; add copyright notices to BuildMonitor source files. ([@matt-edmondson](https://github.com/matt-edmondson))
53+
- Update DESCRIPTION.md to clarify application purpose and modify BuildMonitor.csproj to use ktsu.Sdk.App/1.8.0 ([@matt-edmondson](https://github.com/matt-edmondson))
54+
- Update README to match standard template format ([@matt-edmondson](https://github.com/matt-edmondson))
55+
- Update packages ([@matt-edmondson](https://github.com/matt-edmondson))
656

VERSION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.30
1+
1.3.0

0 commit comments

Comments
 (0)