Skip to content

Commit f10c62e

Browse files
ashleywolfCopilot
andauthored
Add Q1 and Q2 Tiny Wins ships to ships page (#381)
Adds 14 feature ships from the Fixing OSS Pain Points / Tiny Wins tracker covering Jul-Dec 2025: Q1 (9 ships): tab width consistency, default tab size, contributing guidelines visibility, PR reviewer status, email notification headers, WebP image support, file navigation, Actions time threshold, one-click merge conflict resolution. Q2 (5 ships): blocked users view, commit mention notifications, org-level GitHub App install control, spam notification counter fix, GitHub App installation request blocking. Three items have placeholder changelog URLs to be filled in. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 5a5a295 commit f10c62e

1 file changed

Lines changed: 99 additions & 1 deletion

File tree

content/ships/ships.json

Lines changed: 99 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,104 @@
6262
"description": "Issues now load significantly faster with improved rendering and data fetching.",
6363
"date": "2026-01-22",
6464
"category": "Issues"
65+
},
66+
{
67+
"url": "https://github.blog/changelog/2025-07-24-github-consistently-maintains-user-defined-tab-width-preferences/",
68+
"title": "User-defined tab width applied consistently across GitHub",
69+
"description": "Your tab-width preference now applies everywhere code is rendered, including diffs, blame views, and embedded snippets.",
70+
"date": "2025-07-24",
71+
"category": "Code View"
72+
},
73+
{
74+
"url": "https://github.blog/changelog/2025-08-07-default-tab-size-changed-from-eight-to-four/",
75+
"title": "Default tab size changed from eight to four",
76+
"description": "The default tab display width is now four spaces instead of eight, matching what most developers use in their editors.",
77+
"date": "2025-08-07",
78+
"category": "Code View"
79+
},
80+
{
81+
"url": "https://github.blog/changelog/2025-08-07-contributing-guidelines-now-visible-in-repository-tab-and-sidebar/",
82+
"title": "Contributing guidelines added to repo tab and sidebar",
83+
"description": "Repositories with a CONTRIBUTING.md now show it in the repo tab bar and sidebar so new contributors can find it immediately.",
84+
"date": "2025-08-07",
85+
"category": "Repository Management"
86+
},
87+
{
88+
"url": "https://github.blog/changelog/2025-08-14-clearer-pull-request-reviewer-status-and-enhanced-email-filtering/",
89+
"title": "Clearer distinction for pull request reviewer status and approvals",
90+
"description": "Required reviewers are now grouped at the top of the sidebar with accessible visual cues replacing color-only indicators.",
91+
"date": "2025-08-14",
92+
"category": "Pull Requests"
93+
},
94+
{
95+
"url": "https://github.blog/changelog/2025-08-14-clearer-pull-request-reviewer-status-and-enhanced-email-filtering/",
96+
"title": "Custom headers added to Issue and PR email notifications",
97+
"description": "Notification emails now include metadata headers for labels, assignees, milestones, and issue types for easier filtering.",
98+
"date": "2025-08-14",
99+
"category": "Notifications"
100+
},
101+
{
102+
"url": "https://github.blog/changelog/2025-08-28-added-support-for-webp-images/",
103+
"title": "Added support for WebP images",
104+
"description": "WebP files now display inline in issues, PRs, discussions, gists, and repository file views instead of forcing a download.",
105+
"date": "2025-08-28",
106+
"category": "Code View"
107+
},
108+
{
109+
"url": "https://github.blog/changelog/2025-09-04-improved-file-navigation-and-editing-in-the-web-ui/",
110+
"title": "Improved file navigation and editing in the web UI",
111+
"description": "Files found via search can now be edited directly on the default branch, and a new button navigates back from commits.",
112+
"date": "2025-09-04",
113+
"category": "Repository Management"
114+
},
115+
{
116+
"url": "https://github.blog/changelog/",
117+
"title": "Improved relative/absolute time threshold in Actions workflow executions",
118+
"description": "Workflow run timestamps now switch from relative to absolute format after one hour for easier debugging and correlation.",
119+
"date": "2025-09-18",
120+
"category": "Actions"
121+
},
122+
{
123+
"url": "https://github.blog/changelog/2025-10-02-one-click-merge-conflict-resolution-now-in-the-web-interface/",
124+
"title": "One-click merge conflict resolution in the web UI",
125+
"description": "Accept current, incoming, or both changes with a single click when resolving merge conflicts directly in the browser.",
126+
"date": "2025-10-02",
127+
"category": "Pull Requests"
128+
},
129+
{
130+
"url": "https://github.blog/changelog/2025-10-09-improved-blocked-users-view-in-organization-and-personal-settings/",
131+
"title": "Improved blocked users view in organization and personal settings",
132+
"description": "The blocked users page now shows when each user was blocked, who blocked them, and supports longer descriptions.",
133+
"date": "2025-10-09",
134+
"category": "Moderation"
135+
},
136+
{
137+
"url": "https://github.blog/changelog/2025-12-08-removing-notifications-for-mentions-in-commit-messages/",
138+
"title": "Removed notifications from @mentions in commit messages",
139+
"description": "Mentions in commit messages no longer trigger notifications, reducing noise from automated and bulk commits.",
140+
"date": "2025-12-08",
141+
"category": "Notifications"
142+
},
143+
{
144+
"url": "https://github.blog/changelog/",
145+
"title": "New org-level setting to control repo admin permissions for installing GitHub Apps",
146+
"description": "Organization owners can now restrict whether repo admins can install GitHub Apps, adding a layer of governance.",
147+
"date": "2025-11-01",
148+
"category": "Organization Management"
149+
},
150+
{
151+
"url": "https://github.blog/changelog/2025-12-04-notifications-triggered-by-spam-accounts-are-now-correctly-hidden/",
152+
"title": "Notifications sidebar counter improved to remove spam notifications",
153+
"description": "Spam-triggered notifications are now hidden from the feed and counter, cleaning up nearly 6 million ghost notifications.",
154+
"date": "2025-12-04",
155+
"category": "Notifications"
156+
},
157+
{
158+
"url": "https://github.blog/changelog/",
159+
"title": "Block org members from requesting GitHub App installations",
160+
"description": "Organization owners can now prevent members from submitting GitHub App installation requests.",
161+
"date": "2025-11-15",
162+
"category": "Organization Management"
65163
}
66164
]
67-
}
165+
}

0 commit comments

Comments
 (0)