Download Latest Version Pixcode v1.39.2 source code.tar.gz (2.7 MB)
Email in envelope

Get an email when there's a new version of pixcode

Home / v1.30.1
Name Modified Size InfoDownloads / Week
Parent folder
Pixcode v1.30.1 source code.tar.gz 2026-04-22 2.3 MB
Pixcode v1.30.1 source code.zip 2026-04-22 2.6 MB
README.md 2026-04-22 676 Bytes
Totals: 3 Items   4.9 MB 0

Pixcode v1.30.1 — CLI Update Check Fix

Bug fixes

  • CLI update check now uses the correct npm package name. Previously `pixcode update` and the auto-update check looked for a non-existent package named `pixcode` instead of `@pixelbyte-software/pixcode`, so updates never detected.
  • `npm show pixcode version` → `npm show @pixelbyte-software/pixcode version`
  • `npm update -g pixcode` → `npm update -g @pixelbyte-software/pixcode`

Install / upgrade

```bash npm install -g @pixelbyte-software/pixcode

or, from an existing install:

pixcode update ```

Full changelog: https://github.com/alicomert/pixcode/compare/v1.30.0...v1.30.1

Source: README.md, updated 2026-04-22