Skip to content

Commit

Permalink
release: 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
FredHappyface committed Jan 8, 2023
1 parent b8971d8 commit e28e2e2
Show file tree
Hide file tree
Showing 13 changed files with 390 additions and 263 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
All major and minor version changes will be documented in this file. Details of
patch-level version changes can be found in [commit messages](../../commits/master).

## 2023 - 2023/01/08

- Add tox config
- Use playwright and install_playwright in-place of pyppeteer

## 2022.0.2 - 2022/05/02

- Code quality improvements
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ required)
- SVG tracing lib doesn't require potrace/ pypotrace which can be challenging to
set up on Windows
- SVG tracing using imageTracerJs.py (https://github.com/jankovicsandras/imagetracerjs)
is pretty good (requires pyppeteer: https://github.com/miyakogi/pyppeteer)

### Disadvantages of this solution

Expand Down
13 changes: 0 additions & 13 deletions documentation/reference/MODULES.md

This file was deleted.

7 changes: 3 additions & 4 deletions documentation/reference/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Imageedit Modules
# Imageedit Index

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

- [Imageedit Index](README.md#imageedit-index)
- [Imageedit](imageedit/index.md#imageedit)
- [Effects](imageedit/effects.md#effects)
- [Imagegrab](imageedit/imagegrab.md#imagegrab)
Expand Down
Loading

0 comments on commit e28e2e2

Please sign in to comment.