From 74d4ab9e2a1cc36478ea516ce3adf47d62658b7f Mon Sep 17 00:00:00 2001 From: Finomnis Date: Thu, 12 Jun 2025 01:13:27 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 07b5482..69febfe 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,11 @@ This is based on an idea from Zach Poff. For more details on how to use these labels, visit his website: https://www.zachpoff.com/resources/quick-easy-and-cheap-resistor-storage/ + +# Modifications + +Here are some community modifications/improvements of this project: +- [securelyfitz](https://github.com/securelyfitz/ResistorLabels): Optimized layout for efficiency
+ [](https://github.com/securelyfitz/ResistorLabels) +- [prochazkaml](https://github.com/prochazkaml/ComponentLabels): Support for other types of components
+ [](https://github.com/prochazkaml/ComponentLabels) From 0054a728bc35998fd4a3e02887fde9f564a052f5 Mon Sep 17 00:00:00 2001 From: Finomnis Date: Thu, 12 Jun 2025 01:17:33 +0200 Subject: [PATCH 2/2] Update actions.yml --- .github/workflows/actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 37bb137..7bb9166 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -48,7 +48,7 @@ jobs: python ./LabelGenerator.py if: matrix.os != 'macos-latest' - name: Archive generated PDF - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: generated-${{ matrix.os}}-${{ matrix.python-version }} path: ResistorLabels.pdf @@ -58,7 +58,7 @@ jobs: run: | python ./LabelGenerator.py --roboto - name: Archive generated PDF - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: generated-${{ matrix.os}}-${{ matrix.python-version }}-roboto path: ResistorLabels.pdf