Skip to content

Commit 00aafc2

Browse files
committed
Update contribution overviews
1 parent 49eff76 commit 00aafc2

File tree

2 files changed

+126
-66
lines changed

2 files changed

+126
-66
lines changed

β€ŽREADME.md

+63-33
Original file line numberDiff line numberDiff line change
@@ -25,100 +25,130 @@ The current week is shown below. There are 3 major sections:
2525
pie
2626
"tscircuit/builder" : 5
2727
"tscircuit/pcb-viewer" : 1
28-
"tscircuit/cli" : 3
28+
"tscircuit/cli" : 4
29+
"tscircuit/props" : 2
2930
"tscircuit/footprinter" : 1
3031
"tscircuit/jscad-fiber" : 5
31-
"tscircuit/easyeda-converter" : 1
32+
"tscircuit/soup-to-svg" : 1
33+
"tscircuit/easyeda-converter" : 2
3234
```
3335

3436
## Contributor Overview
3537

3638
| Contributor | 🐳 Major | πŸ™ Minor | 🐌 Tiny |
3739
|-------------|-------|-------|-------|
38-
| seveibar | 7 | 4 | 0 |
39-
| andrii-balitskyi | 1 | 1 | 0 |
40-
| Slaviiiii | 3 | 0 | 0 |
40+
| seveibar | 9 | 3 | 0 |
41+
| imrishabh18 | 2 | 0 | 0 |
42+
| andrii-balitskyi | 2 | 1 | 0 |
43+
| Slaviiiii | 1 | 2 | 0 |
4144

4245
## Changes by Repository
4346

4447
### [tscircuit/builder](https://github.com/tscircuit/builder)
4548

4649
| PR # | Impact | Contributor | Description |
4750
|------|--------|-------------|-------------|
48-
| [#74](https://github.com/tscircuit/builder/pull/74) | 🐳 Major | seveibar | Fix issue where failure to connect routes doesn't show an error that routes failed to connect |
51+
| [#74](https://github.com/tscircuit/builder/pull/74) | 🐳 Major | seveibar | Fix an issue where failure to connect routes does not show an error that routes failed to connect. |
52+
| [#73](https://github.com/tscircuit/builder/pull/73) | 🐳 Major | seveibar | Fix bad usage of `convert` function in `plated-hole-builder.ts` |
4953
| [#72](https://github.com/tscircuit/builder/pull/72) | 🐳 Major | seveibar | Fix default plated hole construction when there's no outer width or hole width |
5054
| [#71](https://github.com/tscircuit/builder/pull/71) | 🐳 Major | seveibar | Fix default plated hole construction when there's no outer width or hole width |
51-
| [#73](https://github.com/tscircuit/builder/pull/73) | πŸ™ Minor | seveibar | Fix bad usage of `convert` function in `plated-hole-builder.ts` |
52-
| [#70](https://github.com/tscircuit/builder/pull/70) | πŸ™ Minor | seveibar | Upgrade the `@tscircuit/footprinter` dependency to version `0.0.44`. |
55+
| [#70](https://github.com/tscircuit/builder/pull/70) | πŸ™ Minor | seveibar | Upgrade the Footprinter package to version 0.0.44 |
5356

5457
### [tscircuit/pcb-viewer](https://github.com/tscircuit/pcb-viewer)
5558

5659
| PR # | Impact | Contributor | Description |
5760
|------|--------|-------------|-------------|
58-
| [#25](https://github.com/tscircuit/pcb-viewer/pull/25) | 🐳 Major | seveibar | Fix port aliases not appearing for smtpads and plated holes for most components |
61+
| [#25](https://github.com/tscircuit/pcb-viewer/pull/25) | 🐳 Major | seveibar | Fix port aliases not appearing for SMTPads and plated holes for most components |
5962

6063
### [tscircuit/cli](https://github.com/tscircuit/cli)
6164

6265
| PR # | Impact | Contributor | Description |
6366
|------|--------|-------------|-------------|
64-
| [#99](https://github.com/tscircuit/cli/pull/99) | 🐳 Major | seveibar | Fix "over dragging" issue, add debug logging, fix LEVEL_NOT_FOUND error messages |
65-
| [#98](https://github.com/tscircuit/cli/pull/98) | πŸ™ Minor | seveibar | Add --no-cleanup flag to keep temporary entrypoints around |
66-
| [#100](https://github.com/tscircuit/cli/pull/100) | πŸ™ Minor | andrii-balitskyi | Improve 401 error messages by providing a more informative message and exiting the process with a non-zero status code. |
67+
| [#99](https://github.com/tscircuit/cli/pull/99) | 🐳 Major | seveibar | Fix "over dragging" issue, add debug logging, and fix LEVEL_NOT_FOUND error messages |
68+
| [#102](https://github.com/tscircuit/cli/pull/102) | 🐳 Major | imrishabh18 | Fix issue where localhost is interpreted as IPv6 instead of IPv4 by the axiosInstance package. |
69+
| [#98](https://github.com/tscircuit/cli/pull/98) | πŸ™ Minor | seveibar | Add a `--no-cleanup` flag to keep temporary entrypoints around for debugging purposes. |
70+
| [#100](https://github.com/tscircuit/cli/pull/100) | πŸ™ Minor | andrii-balitskyi | Improve 401 error messages with a better user-friendly message and exit the process. |
71+
72+
### [tscircuit/props](https://github.com/tscircuit/props)
73+
74+
| PR # | Impact | Contributor | Description |
75+
|------|--------|-------------|-------------|
76+
| [#6](https://github.com/tscircuit/props/pull/6) | 🐳 Major | seveibar | Add format check and typecheck workflows to the project. |
77+
| [#7](https://github.com/tscircuit/props/pull/7) | πŸ™ Minor | Slaviiiii | Change the property names from `pcbCenterX` and `pcbCenterY` to `pcbX` and `pcbY` in the `boardProps` type. |
6778

6879
### [tscircuit/footprinter](https://github.com/tscircuit/footprinter)
6980

7081
| PR # | Impact | Contributor | Description |
7182
|------|--------|-------------|-------------|
72-
| [#11](https://github.com/tscircuit/footprinter/pull/11) | 🐳 Major | seveibar | Add a new `pinrow` function and a new `biome.json` configuration |
83+
| [#11](https://github.com/tscircuit/footprinter/pull/11) | 🐳 Major | seveibar | Add a new `pinrow` function and a corresponding `biome.json` configuration. |
7384

7485
### [tscircuit/jscad-fiber](https://github.com/tscircuit/jscad-fiber)
7586

7687
| PR # | Impact | Contributor | Description |
7788
|------|--------|-------------|-------------|
78-
| [#16](https://github.com/tscircuit/jscad-fiber/pull/16) | 🐳 Major | seveibar | Introduce test and release workflows, fix exports, and add build system |
79-
| [#19](https://github.com/tscircuit/jscad-fiber/pull/19) | 🐳 Major | Slaviiiii | Update functions and shapes |
80-
| [#12](https://github.com/tscircuit/jscad-fiber/pull/12) | 🐳 Major | Slaviiiii | Adds support for three new extrusion types: helical, rectangular, and rotational, as well as a Project component. |
81-
| [#15](https://github.com/tscircuit/jscad-fiber/pull/15) | 🐳 Major | Slaviiiii | Adds support for geometry colorization in the JSCAD fixture component. |
82-
| [#20](https://github.com/tscircuit/jscad-fiber/pull/20) | πŸ™ Minor | seveibar | Fix gh-pages not deploying by updating the predeploy script to build the cosmos-export instead of the library. |
89+
| [#16](https://github.com/tscircuit/jscad-fiber/pull/16) | 🐳 Major | seveibar | Add test and release workflows, fix exports, and add build system |
90+
| [#20](https://github.com/tscircuit/jscad-fiber/pull/20) | πŸ™ Minor | seveibar | Fix the `predeploy` script to build the Cosmos export instead of the library. |
91+
| [#19](https://github.com/tscircuit/jscad-fiber/pull/19) | πŸ™ Minor | Slaviiiii | Update functions and shapes in the examples |
92+
| [#12](https://github.com/tscircuit/jscad-fiber/pull/12) | 🟣 | Slaviiiii | Adds support for various extrusion operations, including helical, rectangular, and rotational extrusions.
93+
- |
94+
| [#15](https://github.com/tscircuit/jscad-fiber/pull/15) | 🐳 Major | Slaviiiii | Add support for geometry colorization in the JSCAD fixture component. |
95+
96+
### [tscircuit/soup-to-svg](https://github.com/tscircuit/soup-to-svg)
97+
98+
| PR # | Impact | Contributor | Description |
99+
|------|--------|-------------|-------------|
100+
| [#2](https://github.com/tscircuit/soup-to-svg/pull/2) | 🐳 Major | imrishabh18 | Initialized the lib with build and type checking. |
83101

84102
### [tscircuit/easyeda-converter](https://github.com/tscircuit/easyeda-converter)
85103

86104
| PR # | Impact | Contributor | Description |
87105
|------|--------|-------------|-------------|
88-
| [#23](https://github.com/tscircuit/easyeda-converter/pull/23) | 🐳 Major | andrii-balitskyi | Add support for parsing RECT package detail shape |
106+
| [#25](https://github.com/tscircuit/easyeda-converter/pull/25) | 🐳 Major | andrii-balitskyi | Use the manufacturer part number as the TypeScript component name, with normalization to ensure valid names. |
107+
| [#23](https://github.com/tscircuit/easyeda-converter/pull/23) | 🐳 Major | andrii-balitskyi | Add support for parsing `RECT` package detail shape |
89108

90109
## Changes by Contributor
91110

92111
### [seveibar](https://github.com/seveibar)
93112

94113
| PR # | Impact | Description |
95114
|------|--------|-------------|
96-
| [#74](https://github.com/tscircuit/builder/pull/74) | 🐳 Major | Fix issue where failure to connect routes doesn't show an error that routes failed to connect |
115+
| [#74](https://github.com/tscircuit/builder/pull/74) | 🐳 Major | Fix an issue where failure to connect routes does not show an error that routes failed to connect. |
116+
| [#73](https://github.com/tscircuit/builder/pull/73) | 🐳 Major | Fix bad usage of `convert` function in `plated-hole-builder.ts` |
97117
| [#72](https://github.com/tscircuit/builder/pull/72) | 🐳 Major | Fix default plated hole construction when there's no outer width or hole width |
98118
| [#71](https://github.com/tscircuit/builder/pull/71) | 🐳 Major | Fix default plated hole construction when there's no outer width or hole width |
99-
| [#25](https://github.com/tscircuit/pcb-viewer/pull/25) | 🐳 Major | Fix port aliases not appearing for smtpads and plated holes for most components |
100-
| [#99](https://github.com/tscircuit/cli/pull/99) | 🐳 Major | Fix "over dragging" issue, add debug logging, fix LEVEL_NOT_FOUND error messages |
101-
| [#11](https://github.com/tscircuit/footprinter/pull/11) | 🐳 Major | Add a new `pinrow` function and a new `biome.json` configuration |
102-
| [#16](https://github.com/tscircuit/jscad-fiber/pull/16) | 🐳 Major | Introduce test and release workflows, fix exports, and add build system |
103-
| [#73](https://github.com/tscircuit/builder/pull/73) | πŸ™ Minor | Fix bad usage of `convert` function in `plated-hole-builder.ts` |
104-
| [#70](https://github.com/tscircuit/builder/pull/70) | πŸ™ Minor | Upgrade the `@tscircuit/footprinter` dependency to version `0.0.44`. |
105-
| [#98](https://github.com/tscircuit/cli/pull/98) | πŸ™ Minor | Add --no-cleanup flag to keep temporary entrypoints around |
106-
| [#20](https://github.com/tscircuit/jscad-fiber/pull/20) | πŸ™ Minor | Fix gh-pages not deploying by updating the predeploy script to build the cosmos-export instead of the library. |
119+
| [#25](https://github.com/tscircuit/pcb-viewer/pull/25) | 🐳 Major | Fix port aliases not appearing for SMTPads and plated holes for most components |
120+
| [#99](https://github.com/tscircuit/cli/pull/99) | 🐳 Major | Fix "over dragging" issue, add debug logging, and fix LEVEL_NOT_FOUND error messages |
121+
| [#6](https://github.com/tscircuit/props/pull/6) | 🐳 Major | Add format check and typecheck workflows to the project. |
122+
| [#11](https://github.com/tscircuit/footprinter/pull/11) | 🐳 Major | Add a new `pinrow` function and a corresponding `biome.json` configuration. |
123+
| [#16](https://github.com/tscircuit/jscad-fiber/pull/16) | 🐳 Major | Add test and release workflows, fix exports, and add build system |
124+
| [#70](https://github.com/tscircuit/builder/pull/70) | πŸ™ Minor | Upgrade the Footprinter package to version 0.0.44 |
125+
| [#98](https://github.com/tscircuit/cli/pull/98) | πŸ™ Minor | Add a `--no-cleanup` flag to keep temporary entrypoints around for debugging purposes. |
126+
| [#20](https://github.com/tscircuit/jscad-fiber/pull/20) | πŸ™ Minor | Fix the `predeploy` script to build the Cosmos export instead of the library. |
127+
128+
### [imrishabh18](https://github.com/imrishabh18)
129+
130+
| PR # | Impact | Description |
131+
|------|--------|-------------|
132+
| [#102](https://github.com/tscircuit/cli/pull/102) | 🐳 Major | Fix issue where localhost is interpreted as IPv6 instead of IPv4 by the axiosInstance package. |
133+
| [#2](https://github.com/tscircuit/soup-to-svg/pull/2) | 🐳 Major | Initialized the lib with build and type checking. |
107134

108135
### [andrii-balitskyi](https://github.com/andrii-balitskyi)
109136

110137
| PR # | Impact | Description |
111138
|------|--------|-------------|
112-
| [#23](https://github.com/tscircuit/easyeda-converter/pull/23) | 🐳 Major | Add support for parsing RECT package detail shape |
113-
| [#100](https://github.com/tscircuit/cli/pull/100) | πŸ™ Minor | Improve 401 error messages by providing a more informative message and exiting the process with a non-zero status code. |
139+
| [#25](https://github.com/tscircuit/easyeda-converter/pull/25) | 🐳 Major | Use the manufacturer part number as the TypeScript component name, with normalization to ensure valid names. |
140+
| [#23](https://github.com/tscircuit/easyeda-converter/pull/23) | 🐳 Major | Add support for parsing `RECT` package detail shape |
141+
| [#100](https://github.com/tscircuit/cli/pull/100) | πŸ™ Minor | Improve 401 error messages with a better user-friendly message and exit the process. |
114142

115143
### [Slaviiiii](https://github.com/Slaviiiii)
116144

117145
| PR # | Impact | Description |
118146
|------|--------|-------------|
119-
| [#19](https://github.com/tscircuit/jscad-fiber/pull/19) | 🐳 Major | Update functions and shapes |
120-
| [#12](https://github.com/tscircuit/jscad-fiber/pull/12) | 🐳 Major | Adds support for three new extrusion types: helical, rectangular, and rotational, as well as a Project component. |
121-
| [#15](https://github.com/tscircuit/jscad-fiber/pull/15) | 🐳 Major | Adds support for geometry colorization in the JSCAD fixture component. |
147+
| [#7](https://github.com/tscircuit/props/pull/7) | πŸ™ Minor | Change the property names from `pcbCenterX` and `pcbCenterY` to `pcbX` and `pcbY` in the `boardProps` type. |
148+
| [#19](https://github.com/tscircuit/jscad-fiber/pull/19) | πŸ™ Minor | Update functions and shapes in the examples |
149+
| [#12](https://github.com/tscircuit/jscad-fiber/pull/12) | 🟣 | Adds support for various extrusion operations, including helical, rectangular, and rotational extrusions.
150+
- |
151+
| [#15](https://github.com/tscircuit/jscad-fiber/pull/15) | 🐳 Major | Add support for geometry colorization in the JSCAD fixture component. |
122152

123153

124154

0 commit comments

Comments
Β (0)