| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*Please fully delete Ink/Stitch from your extensions directory before
installing this version.*
Ink/Stitch was previously a set of separate scripts, each implementing an
extension in a one-to-one correspondence. Now all of the extensions are
implemented by a single python script. This is an "under-the-hood" only
change that should not have any noticeable effects.
There is one big visible improvement: the zip for Linux is one third of
the previous size!
|
|
single code entry point
|
|
|
|
|
|
Added a modified project logo for an example of hat digitizing with brief general instructions for digitizing.
|
|
|
|
|
|
|
|
New Crowdin translations
|
|
|
|
|
|
handle case where no palette is used
|
|
|
|
|
|
|
|
|
|
You can't have a module and a package named the same thing. PyInstaller wants
to import the main script as if it were a module, and this doesn't work unless
there's no directory of the same name with a __init__.py in it.
|
|
|
|
|
|
|
|
|
|
|
|
|