Skip to content

Commit

Permalink
Release candidate 2.0.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Argmaster committed Aug 19, 2023
2 parents e074a39 + 04df925 commit 8b95546
Show file tree
Hide file tree
Showing 208 changed files with 3,583 additions and 2,374 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -294,3 +294,6 @@ pyrightconfig.json
# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,linux,c,c++,jupyternotebooks,python

# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)

*.prof
output.png
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
"options": {
"proseWrap": "always"
}
},
{
"files": ["*.css"],
"options": {
"tabWidth": 4
}
}
]
}
37 changes: 25 additions & 12 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,41 @@
{
"cSpell.words": [
"Altium",
"Argmaster",
"ATMEGA",
"CMPN",
"drawsvg",
"dtype",
"endwith",
"EOEX",
"EOSTMT",
"fromarray",
"FSLAX",
"gerberx",
"Kicad",
"getpixel",
"indygo",
"inlinehilite",
"IPPOS",
"kicad",
"linenums",
"Linu",
"localzone",
"Luma",
"metainformation",
"mkdocs",
"mkdocstrings",
"Moiré",
"MOMM",
"Obround",
"obrounds",
"Olinu",
"numpy",
"obround",
"putpixel",
"pydantic",
"pygerber",
"pygments",
"pymdownx",
"pyparsing",
"qualname",
"RGBA",
"Roboto",
"SOSTMT",
"suppling",
"tzlocal",
"superfences",
"tasklist",
"Ucamco's",
"Xino"
],
Expand Down Expand Up @@ -68,8 +81,8 @@
"depth": 2
},
{
"name": "flask",
"depth": 2
"name": "typing_extensions",
"depth": 10
},
{
"name": "PIL",
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and
this project adheres to [Calendar Versioning](https://calver.org/).

## Release 2.0.0
Loading

0 comments on commit 8b95546

Please sign in to comment.