mirror of
https://github.com/keylase/nvidia-patch.git
synced 2026-01-24 11:59:46 +00:00
feat: Add patch and driver release dates to doc table to win README.md
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 commit is contained in:
@@ -1 +1 @@
|
||||
| $product | $version_variant | $patch64_link | $patch32_link | $driver_link |
|
||||
| $product | $version_variant | $patch64_link | $patch32_link | $driver_link | $date_driver_release | $date_patch_available |
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
| Product series | Version | x64 library patch | x86 library patch | Driver link |
|
||||
|----------------|---------|-------------------|-------------------|-------------|
|
||||
| Product series | Version | x64 library patch | x86 library patch | Driver link | Date of Driver Release | Date patch made available |
|
||||
|----------------|---------|-------------------|-------------------|-------------|------------------------|---------------------------|
|
||||
$driver_rows
|
||||
|
||||
Reference in New Issue
Block a user