Skip to content

Commit 98f3a63

Browse files
authored
Merge pull request #33 from Finomnis/Finomnis-patch-1
README: Add links to modified versions
2 parents fc8728e + 0054a72 commit 98f3a63

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
python ./LabelGenerator.py
4949
if: matrix.os != 'macos-latest'
5050
- name: Archive generated PDF
51-
uses: actions/upload-artifact@v3
51+
uses: actions/upload-artifact@v4
5252
with:
5353
name: generated-${{ matrix.os}}-${{ matrix.python-version }}
5454
path: ResistorLabels.pdf
@@ -58,7 +58,7 @@ jobs:
5858
run: |
5959
python ./LabelGenerator.py --roboto
6060
- name: Archive generated PDF
61-
uses: actions/upload-artifact@v3
61+
uses: actions/upload-artifact@v4
6262
with:
6363
name: generated-${{ matrix.os}}-${{ matrix.python-version }}-roboto
6464
path: ResistorLabels.pdf

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,11 @@ This is based on an idea from Zach Poff.
3434
For more details on how to use these labels, visit his website:
3535

3636
https://www.zachpoff.com/resources/quick-easy-and-cheap-resistor-storage/
37+
38+
# Modifications
39+
40+
Here are some community modifications/improvements of this project:
41+
- [securelyfitz](https://github.com/securelyfitz/ResistorLabels): Optimized layout for efficiency <br>
42+
[<img src="https://github.com/securelyfitz/ResistorLabels/blob/5e4db032fd8469aa25ab555384a5f132b6b08443/Example.png" width=400>](https://github.com/securelyfitz/ResistorLabels)
43+
- [prochazkaml](https://github.com/prochazkaml/ComponentLabels): Support for other types of components <br>
44+
[<img src="https://github.com/user-attachments/assets/97d1cfc7-5ef2-4d29-b490-5f422465625b" width=400>](https://github.com/prochazkaml/ComponentLabels)

0 commit comments

Comments
 (0)