Skip to content

Commit e28e2e2

Browse files
committed
release: 2023
1 parent b8971d8 commit e28e2e2

File tree

13 files changed

+390
-263
lines changed

13 files changed

+390
-263
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
All major and minor version changes will be documented in this file. Details of
44
patch-level version changes can be found in [commit messages](../../commits/master).
55

6+
## 2023 - 2023/01/08
7+
8+
- Add tox config
9+
- Use playwright and install_playwright in-place of pyppeteer
10+
611
## 2022.0.2 - 2022/05/02
712

813
- Code quality improvements

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ required)
116116
- SVG tracing lib doesn't require potrace/ pypotrace which can be challenging to
117117
set up on Windows
118118
- SVG tracing using imageTracerJs.py (https://github.com/jankovicsandras/imagetracerjs)
119-
is pretty good (requires pyppeteer: https://github.com/miyakogi/pyppeteer)
120119

121120
### Disadvantages of this solution
122121

documentation/reference/MODULES.md

-13
This file was deleted.

documentation/reference/README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
# Imageedit Modules
1+
# Imageedit Index
22

3-
> Auto-generated documentation modules index.
3+
> Auto-generated documentation index.
44
5-
Full list of [Imageedit](README.md#imageedit-index) project modules.
5+
A full list of `Imageedit` project modules.
66

7-
- [Imageedit Index](README.md#imageedit-index)
87
- [Imageedit](imageedit/index.md#imageedit)
98
- [Effects](imageedit/effects.md#effects)
109
- [Imagegrab](imageedit/imagegrab.md#imagegrab)

0 commit comments

Comments
 (0)