Releases: munlicode/munliwall
Releases · munlicode/munliwall
1.1.6
1.1.5
v1.1.5 chore: bump version to 1.1.5
v1.1.4
fix(linux): use resources/icon.png as icon source for correct install…
1.1.3
v1.1.3 chore: bump all package versions to 1.1.3
v1.1.2
feat: Add User-Agent header to image downloads, configure Electron Vi…
1.1.1
v1.1.1 chore: bump version to 1.1.1 and update config/docs
1.1.0
v1.1.0 fix: revert linux icon to single png and correct maintainer name
1.0.8
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
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
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.