Skip to content

Releases: munlicode/munliwall

1.1.6

25 Dec 02:09

Choose a tag to compare

v1.1.6

chore: version 1.1.6, refactor icon config to best practices

1.1.5

25 Dec 01:41

Choose a tag to compare

v1.1.5

chore: bump version to 1.1.5

v1.1.4

25 Dec 01:24

Choose a tag to compare

fix(linux): use resources/icon.png as icon source for correct install…

1.1.3

25 Dec 01:00

Choose a tag to compare

v1.1.3

chore: bump all package versions to 1.1.3

v1.1.2

25 Dec 00:55

Choose a tag to compare

feat: Add User-Agent header to image downloads, configure Electron Vi…

1.1.1

25 Dec 00:33

Choose a tag to compare

v1.1.1

chore: bump version to 1.1.1 and update config/docs

1.1.0

25 Dec 00:10

Choose a tag to compare

v1.1.0

fix: revert linux icon to single png and correct maintainer name

1.0.8

07 Dec 14:47

Choose a tag to compare

fix(core): Replace sharp with image-size and release v1.0.8

- Replaced native 'sharp' dependency with 'image-size' in core to fix CLI bundling issues with pkg.
- Updated CLI pkg configuration to remove unnecessary native asset inclusion.
- Bumped version to 1.0.8.

1.0.7

07 Dec 14:27

Choose a tag to compare

fix(cli): Explicitly bundle sharp native assets

- Updated pkg configuration in packages/cli/package.json to explicitly include 'node_modules/sharp/**/*' in assets. This forces pkg to include the missing 'sharp-linux-x64.node' binary.
- Bumped version to 1.0.7.

1.0.6

07 Dec 14:18

Choose a tag to compare

fix(core): Handle undefined image dimensions in local source

- Fixed TypeScript error in LocalSource by providing default values for width and height.
- Bumped version to 1.0.6.