Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
100 changes: 99 additions & 1 deletion content/ships/ships.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,104 @@
"description": "Issues now load significantly faster with improved rendering and data fetching.",
"date": "2026-01-22",
"category": "Issues"
},
{
"url": "https://github.blog/changelog/2025-07-24-github-consistently-maintains-user-defined-tab-width-preferences/",
"title": "User-defined tab width applied consistently across GitHub",
"description": "Your tab-width preference now applies everywhere code is rendered, including diffs, blame views, and embedded snippets.",
"date": "2025-07-24",
"category": "Code View"
},
{
"url": "https://github.blog/changelog/2025-08-07-default-tab-size-changed-from-eight-to-four/",
"title": "Default tab size changed from eight to four",
"description": "The default tab display width is now four spaces instead of eight, matching what most developers use in their editors.",
"date": "2025-08-07",
"category": "Code View"
},
{
"url": "https://github.blog/changelog/2025-08-07-contributing-guidelines-now-visible-in-repository-tab-and-sidebar/",
"title": "Contributing guidelines added to repo tab and sidebar",
"description": "Repositories with a CONTRIBUTING.md now show it in the repo tab bar and sidebar so new contributors can find it immediately.",
"date": "2025-08-07",
"category": "Repository Management"
},
{
"url": "https://github.blog/changelog/2025-08-14-clearer-pull-request-reviewer-status-and-enhanced-email-filtering/",
"title": "Clearer distinction for pull request reviewer status and approvals",
"description": "Required reviewers are now grouped at the top of the sidebar with accessible visual cues replacing color-only indicators.",
"date": "2025-08-14",
"category": "Pull Requests"
},
{
"url": "https://github.blog/changelog/2025-08-14-clearer-pull-request-reviewer-status-and-enhanced-email-filtering/",
"title": "Custom headers added to Issue and PR email notifications",
"description": "Notification emails now include metadata headers for labels, assignees, milestones, and issue types for easier filtering.",
"date": "2025-08-14",
"category": "Notifications"
Comment on lines +95 to +99
Copy link

Copilot AI Mar 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This entry reuses the same url as the previous ship (the 2025-08-14 reviewer-status item). components/ships/Ships.jsx uses ship.url as the React key, so duplicate URLs will cause key collisions and can lead to incorrect rendering/updating. Please ensure each ship has a unique URL (or update the rendering key to something guaranteed-unique, e.g. url + title).

This issue also appears in the following locations of the same file:

  • line 116
  • line 144
  • line 158

Copilot uses AI. Check for mistakes.
},
{
"url": "https://github.blog/changelog/2025-08-28-added-support-for-webp-images/",
"title": "Added support for WebP images",
"description": "WebP files now display inline in issues, PRs, discussions, gists, and repository file views instead of forcing a download.",
"date": "2025-08-28",
"category": "Code View"
},
{
"url": "https://github.blog/changelog/2025-09-04-improved-file-navigation-and-editing-in-the-web-ui/",
"title": "Improved file navigation and editing in the web UI",
"description": "Files found via search can now be edited directly on the default branch, and a new button navigates back from commits.",
"date": "2025-09-04",
"category": "Repository Management"
},
{
"url": "https://github.blog/changelog/",
"title": "Improved relative/absolute time threshold in Actions workflow executions",
"description": "Workflow run timestamps now switch from relative to absolute format after one hour for easier debugging and correlation.",
"date": "2025-09-18",
"category": "Actions"
},
{
"url": "https://github.blog/changelog/2025-10-02-one-click-merge-conflict-resolution-now-in-the-web-interface/",
"title": "One-click merge conflict resolution in the web UI",
"description": "Accept current, incoming, or both changes with a single click when resolving merge conflicts directly in the browser.",
"date": "2025-10-02",
"category": "Pull Requests"
},
{
"url": "https://github.blog/changelog/2025-10-09-improved-blocked-users-view-in-organization-and-personal-settings/",
"title": "Improved blocked users view in organization and personal settings",
"description": "The blocked users page now shows when each user was blocked, who blocked them, and supports longer descriptions.",
"date": "2025-10-09",
"category": "Moderation"
},
{
"url": "https://github.blog/changelog/2025-12-08-removing-notifications-for-mentions-in-commit-messages/",
"title": "Removed notifications from @mentions in commit messages",
"description": "Mentions in commit messages no longer trigger notifications, reducing noise from automated and bulk commits.",
"date": "2025-12-08",
"category": "Notifications"
},
{
"url": "https://github.blog/changelog/",
"title": "New org-level setting to control repo admin permissions for installing GitHub Apps",
"description": "Organization owners can now restrict whether repo admins can install GitHub Apps, adding a layer of governance.",
"date": "2025-11-01",
"category": "Organization Management"
Comment on lines +145 to +148
Copy link

Copilot AI Mar 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The list appears to be kept in descending date order at the top of the file, but this 2025-11-01 ship is placed after a 2025-12-08 entry. Even though the UI sorts by date at runtime, keeping ships.json ordered by date makes reviews and future edits less error-prone. Consider reordering these 2025 entries to maintain descending date order.

Copilot uses AI. Check for mistakes.
},
{
"url": "https://github.blog/changelog/2025-12-04-notifications-triggered-by-spam-accounts-are-now-correctly-hidden/",
"title": "Notifications sidebar counter improved to remove spam notifications",
"description": "Spam-triggered notifications are now hidden from the feed and counter, cleaning up nearly 6 million ghost notifications.",
"date": "2025-12-04",
"category": "Notifications"
},
{
"url": "https://github.blog/changelog/",
"title": "Block org members from requesting GitHub App installations",
"description": "Organization owners can now prevent members from submitting GitHub App installation requests.",
"date": "2025-11-15",
"category": "Organization Management"
}
]
}
}
Loading