Skip to content

Commit

Permalink
check/article/images made effective
Browse files Browse the repository at this point in the history
On the Google Fonts profile, after being marked as **experimental** for 4 months since the 0.12.0a5 release.

com.google.fonts/check/article/images
(issue #4594)
  • Loading branch information
felipesanches committed Aug 14, 2024
1 parent c548925 commit 6945412
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
Below are the noteworthy changes from each release.
A more detailed list of changes is available in the corresponding milestones for each release in the Github issue tracker (https://github.com/googlefonts/fontbakery/milestones?state=closed).

## Upcoming release: 0.12.10 (2024-Aug-??)
## Upcoming release: 0.12.11 (2024-Aug-??)
- ...


## 0.12.10 (2024-Aug-14)
### Noteworthy code changes
- The **UFO** profile was removed and its checks were migrated to the **Universal** profile. For that reason, all of them received a temporary "experimental" flag (issue #4801)
- The **Shaping** and **Outline** profile were also removed and their checks migrated to the **Google Fonts** profile. As gfonts was already including those, and no other profile did so, there's no need to add experimental flags to these ones. (issue #4801)
Expand All @@ -20,6 +24,10 @@ A more detailed list of changes is available in the corresponding milestones for
- **EXPERIMENTAL - [com.daltonmaag/check/designspace_has_consistent_groups]:** checks that all designspace sources have the same kerning groups. (PR #4814)
- And all other pre-existing UFO checks as well.

### Promotion of previously experimental checks
#### Made effective on the Google Fonts profile
- * **com.google.fonts/check/article/images** After being marked as **experimental** for 4 months since the 0.12.0a5 release (issue #4594)

### Removed checks
- **[com.google.fonts/check/metadata/has_tags]**: Check removed because a tool in the google/fonts repository will do the checking instead.

Expand Down
1 change: 0 additions & 1 deletion Lib/fontbakery/checks/googlefonts/article.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
at least one visual asset.
""",
proposal="https://github.com/fonttools/fontbakery/issues/4594",
experimental="Since 2024/Mar/25",
)
def com_google_fonts_check_article_images(config, family_directory):
"""Validate size, and resolution of article images,
Expand Down

0 comments on commit 6945412

Please sign in to comment.