feat: Add patch and driver release dates to doc table to win README.md#881
Open
ramhaidar wants to merge 1 commit intokeylase:masterfrom
Open
feat: Add patch and driver release dates to doc table to win README.md#881ramhaidar wants to merge 1 commit intokeylase:masterfrom
ramhaidar wants to merge 1 commit intokeylase:masterfrom
Conversation
This update introduces new columns in the documentation table and modifies drivers.json to include additional information for improved context and usability.
Changes Made:
1. Documentation Table:
- Added columns for:
- Date patch made available: Displays the date when a patch was released.
- Date of driver release: Shows the release date of the driver.
- Updated templates and markdown generation logic to render these columns properly.
2. drivers.json:
- Added date_driver_release and date_patch_available fields for relevant driver entries.
- Ensured consistency and accuracy of the new data fields across entries.
3. Codebase Enhancements:
- Modified windows_driver_rows function to handle and render the new columns.
- Added constants DATE_PATCH_AVAILABLE and DATE_DRIVER_RELEASE for consistency.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix #854 Third Point
This update introduces new columns in the documentation table and modifies drivers.json to include additional information for improved context and usability. Note: These changes are currently implemented only for the Windows section and are not yet applied to the Linux section.
Changes Made:
Documentation Table (Windows):
drivers.json:
Codebase Enhancements: