Skip to content

Commit

Permalink
Merge branch 'prerelease'
Browse files Browse the repository at this point in the history
  • Loading branch information
be5invis committed Mar 10, 2024
2 parents 6ef5250 + eaca15f commit 01585c6
Show file tree
Hide file tree
Showing 327 changed files with 1,426 additions and 1,343 deletions.
38 changes: 38 additions & 0 deletions .github/workflows/pr-build-validation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: PR Font Build Validation

on: [pull_request]

jobs:
build:
name: Build ${{ matrix.fontName }} font
if: github.repository == 'be5invis/Iosevka'

runs-on: ubuntu-latest

strategy:
matrix:
fontName: ["Iosevka", "IosevkaSlab", "IosevkaAile", "IosevkaEtoile"]

steps:
# Checkout repository into `iosevka` sub directory
- uses: actions/checkout@v4
with:
path: iosevka

- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: lts/*

- name: Install ttfautohint
shell: bash
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends ttfautohint
- name: Build Font ${{ matrix.fontName }}
shell: bash
working-directory: iosevka
run: |
npm install
npm run build -- ttf::${{ matrix.fontName }}
2 changes: 1 addition & 1 deletion .github/workflows/pr-target-branch-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
target: "main prerelease"
exclude: "main prerelease"
exclude: "dev prerelease"
comment: |
Your PR was set to target `main` or `prerelease`.
PRs should be target `dev` instead.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Modifications since last major version

### 29.0.1

* Fix broken `s`/`t` variants for `U+01BE`. (#2223).
* Fix precomposed iota with double marks (#2229).
* Fix leaning mark placement on letters around i/l.
* Fix sans-serif linking for `U+2781`..`U+2784` and `U+278B`..`U+278E`.


### 29.0.0

* \[**BREAKING**\] Add separate serifed variants for digits `2` through `5`. As a result, current variants are partially renamed and reordered (#1965). Change of variant names:
Expand Down
4 changes: 3 additions & 1 deletion changes/29.0.1.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
* Fix broken `s`/`t` variants for `U+01BE`. (#2223)
* Fix broken `s`/`t` variants for `U+01BE`. (#2223).
* Fix precomposed iota with double marks (#2229).
* Fix leaning mark placement on letters around i/l.
* Fix sans-serif linking for `U+2781`..`U+2784` and `U+278B`..`U+278E`.
274 changes: 137 additions & 137 deletions doc/PACKAGE-LIST.md

Large diffs are not rendered by default.

904 changes: 452 additions & 452 deletions doc/packages-sha.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion images/button-customize.dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion images/button-customize.light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions images/button-release.dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions images/button-release.light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 01585c6

Please sign in to comment.