KV
177eb9e387
Add link from syntax.md to HTML output templates ( #371 )
2024-07-05 18:23:11 +02:00
KV
2336231d3e
Update APP_URL ( #364 )
...
The project was moved into the new organization 2023-05-30, but old
URLs are still working due to automatic redirects by GitHub.
https://github.com/wireviz/WireViz/issues/316#issuecomment-1568748914
2024-07-05 18:16:34 +02:00
Daniel Rojas
33e5ef6831
Add v0.4 release date
2024-05-12 13:36:10 +02:00
Daniel Rojas
591ae7f84a
Apply suggestions from code review
...
Co-authored-by: kvid <kvid@users.noreply.github.com>
2024-05-09 10:53:32 +02:00
Daniel Rojas
487498e128
Merge branch 'release/v0.4-rc' into release/v0.4-rc2
...
`rc2` branch is based directly on `master`. By merging into `rc2`, any merge conflicts can be resolved while leaving `master` intact until final merge is approved.
# Conflicts:
# docs/CHANGELOG.md
# src/wireviz/Harness.py
# src/wireviz/__init__.py
# src/wireviz/wireviz.py
2024-05-05 15:30:40 +02:00
Daniel Rojas
455d14ea4a
Bump version to 0.4
2024-04-16 14:06:53 +02:00
Daniel Rojas
bca3b6898c
Update changelog
2024-04-16 13:48:33 +02:00
Jeremy Ruhland (hatchery)
df4a4188ba
Add unpopulated option to additional components qty multiplier
2024-04-16 13:46:46 +02:00
Daniel Rojas
2ac80f3ca6
Update changelog
2024-04-16 13:19:28 +02:00
Daniel Rojas
2ad2222036
Update syntax description
2024-04-16 10:16:57 +02:00
KV
9cb9ede487
Add #256
2023-09-08 21:02:53 +02:00
KV
f6c3a37563
Make sure loop connected pins are not hidden ( #264 )
...
- Resolves #263 that describes warnings and weird loop drawing because
loop connected pins are hidden when hide_disconnected_pins=True.
- Activate loop pins as early as possible to enable correct counting of
connected pins when
connector.additional_components.qty_multiplier=populated.
- Check that loop pins actually exist before activating them.
2023-09-08 17:37:25 +02:00
KV
23bc184620
Add #318
2023-09-03 00:10:12 +02:00
KV
5eb208daf5
Fix typo in issue link text
2023-08-27 15:40:28 +02:00
Daniel Rojas
92af90518c
Add v0.3.2 to changelog
2023-06-07 20:55:08 +02:00
Daniel Rojas
509dc75762
Update changelog
2023-06-07 19:56:28 +02:00
Daniel Rojas
0ef285ad13
Fix header levels
2023-06-07 19:26:33 +02:00
Daniel Rojas
3356569c35
Add v0.3.1 release
2023-06-07 19:26:33 +02:00
Daniel Rojas
c085ddab80
Add section for v0.4
2023-06-07 19:26:33 +02:00
Daniel Rojas
d94f39bea0
Fix typo
2023-06-07 19:26:33 +02:00
Daniel Rojas
602427c9b8
Add #240 , #241
2023-06-07 19:26:24 +02:00
Daniel Rojas
4c8722f08f
Add #158 , #214
2023-06-07 19:26:04 +02:00
Daniel Rojas
646d7629f0
Add #160 , #229
2023-06-07 19:24:11 +02:00
Daniel Rojas
d6ee6f5592
Add placeholder commit
2023-06-07 19:24:11 +02:00
Daniel Rojas
b0d0070f08
Bump version to 0.3.2
2021-11-27 13:32:40 +01:00
Daniel Rojas
7f33517a79
Bump version to 0.3.1
2021-10-25 20:13:24 +02:00
Daniel Rojas
c702e20eba
Add 'black' badge to README.md
2021-10-16 22:09:59 +02:00
Daniel Rojas
58ab5cab91
Mention isort and black in contribution guidelines
2021-10-16 22:09:59 +02:00
Daniel Rojas
3dae1cbca2
Improve REAME.md
2021-10-16 22:08:01 +02:00
Daniel Rojas
c68d6419ba
Update README for new CLI commands
2021-10-16 22:08:01 +02:00
Daniel Rojas
50ea7f5771
Fix duplicates in syntax.md after rebase
2021-10-13 21:45:22 +02:00
Daniel Rojas
9ccd55ef93
Update syntax description (autogeneration, arrows)
...
Moved metadata and options info further down, so that the core functionality (connectors, cables, connection sets) comes first.
2021-10-13 21:39:11 +02:00
Daniel Rojas
36dfaea1f6
Update changelog
2021-10-11 20:54:39 +02:00
Daniel Rojas
255569aec5
Add syntax documentation for cable length units
...
and reword `shield` explanation
2021-10-05 18:29:51 +02:00
Daniel Rojas
869ad6b8be
Rearrange syntax description
...
Move metadata and options info further down, so that the core functionality (connectors, cables, connection sets) comes first.
2021-10-05 18:15:25 +02:00
KV
c34946183e
Support specifying hex colors for any color attributes
2021-09-28 19:14:28 +02:00
KV
b3fdd48a83
Support specifying hex colors where no color name is needed
...
This was requested by designer2k2 in #219 for bgcolor usage.
It has also been discussed in #135 .
The input validation is more detailed to help the user identifying
and locating invalid values. The wire color padding is now done on
the output to cover different input alternatives.
2021-09-28 19:14:28 +02:00
KV
166ab2fdf1
Support bgcolor of additional components
...
Maybe not needed that much, but mainly for consistency, to support
bgcolor in all dataclasses that represent boxes in the diagram.
2021-09-28 19:14:28 +02:00
KV
324508a8ee
Support image.bgcolor to enable adapting to image colors
2021-09-28 19:14:28 +02:00
KV
45d7d03fe0
Support both bgcolor and bgcolor_title attributes
...
Solves #210 completely by supporting bgcolor of both the node title
and the whole node independently using separate attributes.
2021-09-28 19:14:28 +02:00
KV
dbccb77b08
Add bgcolor attribute to connectors and cables
...
This solves the #210 suggestion to render the title row of
the graph nodes with this bgcolor.
2021-09-28 19:14:28 +02:00
Daniel Rojas
a3eefe6659
Implement suppliers and supplier part numbers ( #241 )
...
Co-authored-by: kvid <kvid@users.noreply.github.com>
2021-09-14 19:29:59 +02:00
kvid
db05514469
Add optional tweaking of the .gv output ( #215 )
...
Co-authored-by: Daniel Rojas <github@danielrojas.net>
2021-09-14 19:20:51 +02:00
kvid
92354e6852
Add basic options and metadata ( #214 )
2021-08-25 19:46:37 +02:00
Daniel Rojas
a36807293a
Update changelog for #197
2021-08-22 18:43:16 +02:00
Daniel Rojas
cf919770da
Update contribution guidelines
...
...to include changes to `syntax.md` if relevant.
2021-03-23 11:58:14 +01:00
Daniel Rojas
cbc30b7323
Update changelog and syntax documentation
2021-03-23 11:53:02 +01:00
Tyler Ward
e85ee5d285
Allow addittional BOM items within components ( #115 )
2020-10-22 17:53:33 +02:00
Daniel Rojas
3e570d648f
Bump version to 0.2
2020-10-17 11:41:27 +02:00
Daniel Rojas
6db1fcf0fe
Improve documentation
...
- Create `docs/` directory
- Add syntax description (`syntax.md`)
- Track changes since first release (`CHANGELOG.md`)
- Expand contribution guidelines (`CONTRIBUTING.md`)
- Improve main readme (`README.md`)
- Add documentation for build script (`buildscript.md`)
2020-10-16 23:13:56 +02:00