aboutsummarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-02-11Release v0.5.0Oliver Ford
2024-02-11Prepare v0.5.0Oliver Ford
2023-11-30Release v0.4.0Oliver Ford
2023-11-30Prepare v0.4.0Oliver Ford
2023-11-30Merge #10: Fix format generated from config.iniOliver Ford
The format of private-build-plans.toml changed in Iosevka v4; breaking generation for users using iosevka-generate's config.ini format. This PR from @tokebe fixes the config.ini -> private-build-plans.toml generation for those more recent versions. (Thanks!) It will of course no longer be correct for older Iosevkas, but iosevka-generate clones (or updates if it already exists) the master branch anyway.
2023-11-30Refactor template to look more like resultOliver Ford
2023-04-27fix: apparently required indentationtokebe
2023-04-27fix: ligature optiontokebe
2023-04-23more robust option capturetokebe
2023-04-23update readmetokebe
2023-04-23fix: use modern iosevka build-plans formattokebe
2021-10-25Fix inflection import error (AUR)Oliver Ford
2021-01-20Release v0.3.1Oliver Ford
2021-01-20Prepare v0.3.1Oliver Ford
2020-11-17Lint & autoformatOliver Ford
2020-11-17Allow iosevka TOML build plans as inputOliver Ford
Closes #7, but doesn't support nerdfont patching yet.
2020-11-14Fix mypy warningOliver Ford
2020-06-05Add readme notes/example on nerd font patchingOliver Ford
2020-06-05Make fontforge optionalOliver Ford
2020-06-05Fix AUR package database not updatedOliver Ford
2020-06-05Release v0.3.0Oliver Ford
2020-06-05Prepare v0.3.0Oliver Ford
2020-06-05Add releasing scriptOliver Ford
2020-06-05Fix nerdfont patching littering cwd with unpatched filesOliver Ford
2020-06-05Merge branch '2-nerdfont'Oliver Ford
2020-06-05Store only patched version if nerd font usedOliver Ford
2020-06-05Allow setting only specific nerd font patchesOliver Ford
2020-06-05Set nerd font to mono if iosevka term/fixedOliver Ford
2020-06-05Add option for patching with 'nerdfont'Ollie Ford
https://github.com/ryanoasis/nerd-fonts Closes #2.
2020-06-05Stop using specific (old) pythonOliver Ford
2020-05-02Add file extension to config file in documentationJohannes Frankenau
2020-05-02Fix name of referenced constantJohannes Frankenau
2020-04-18Fix AUR listing; merge 'aur/master'Oliver Ford
2020-04-18Fix AUR MD5 validation failOllie Ford
2020-04-18Fix npm audit errorOllie Ford
2020-04-18Update dependency package nameOllie Ford
2020-04-18Fix AUR MD5 validation failOllie Ford
2020-04-18Fix npm audit errorOllie Ford
2020-04-18Update dependency package nameOllie Ford
2019-09-20Unverbose fc-cacheOllie Ford
It's noisy and for what?
2019-09-20Fix error if not all INI sections specifiedOllie Ford
2019-09-20Support generating multiple fontsOllie Ford
2019-09-20Fix npm errors building iosevka, where possibleOllie Ford
2019-09-20Use black, isort, and mypyOllie Ford
2019-07-15Remove brew formula - use tap OJFord/formulaeOllie Ford
2019-07-15Release v0.2.0Ollie Ford
2019-07-15Prepare v0.2.0Ollie Ford
2019-07-15Support new upstream build config formatOllie Ford
Iosevka now has a similar TOML format for specifying a build, no longer using a Makefile. Resolves #4. I think there's still value in iosevka-generate, since it handles grabbing the repo, installing, and IMO the font config format is easier to use than upstream's lists of styles. I also intend to add font-awesome/nerd-font patching, so that'll make it more worthwhile maintaining.
2019-07-15Target python3, not specifically 3.6Ollie Ford
3.6 is old enough now that whatever we used should be there.
2017-09-02Release v0.1.2Ollie Ford