Releases: glyphr-studio/Glyphr-Studio-Desktop
Releases · glyphr-studio/Glyphr-Studio-Desktop
0.6.0
- Updated Glyphr-Studio to v1.14.0.
- Note: This is the final 1.0 version.
- Updated Electron to v28.2.1.
- Dropped support for Windows 7.
- Dropped support for macOS 10.14 (Mojave) and below.
- Improved support for modern versions of operating systems.
- Disabled browser node integration and enable context isolation.
- Enabled browser process sandboxing.
- Added "Save Image As" item to context menu when right clicking canvas.
- Added arm64 distributions.
- Added more native menu items.
- Added window size and positioning persistence.
- Updated save confirmation dialog to only appear when closing the app with unsaved changes.
- Removed save popups when saving a pre-existing project.
- Fixed a bug where save buttons would sometimes save with the wrong file type.
- Fixed a bug where ⌘/CTRL+O would open a browser tab.
- Updated all dependencies, including replacing obsolete ones with newer ones.
0.5.6
- Fixed broken AppImage build (Thanks @rolandbernard!)
- Update various other dependencies.
0.5.5
0.5.4
0.5.3
0.5.2
- Update glyphr-studio to v1.13.01.
- Reduce browser window minimum width down to 1024x768.
- Downgrade Electron to v4 until electron-userland/electron-builder#3872 is solved.
- Update electron-builder to v20.41.0.
- Update husky to v2.3.0.
- Update lint-staged to v8.1.7.
0.5.1
- Update Glyphr-Studio to v1.13.00
- Update Electron to v5.0.1
- Replace opn with open and update to v6.3.0
- Update electron-builder to v20.40.2
- Update husky to v2.2.0
- Update lint-staged to v8.1.6
0.5.0
- Update Glyphr-Studio to v1.12.01
- Update Electron to v4.0.5
- Drops support for macOS 10.9
- Switch from electron-packager to electron-builder
- Drops support for 32-bit Windows, Linux
- Drops node-archiver dependency
- Proper setup.exe for Windows
- Proper dmg for macOS
- Proper
snap
,deb
, andAppImage
for linux distros
- Update various other dependencies
0.4.4
- Updated glyphr-studio to v1.11.01
- Updated Electron to v3.0.0
- Updated archiver to v.3.0.0
- Updated electron-packager to v12.1.2
- Updated standard to v12.0.1
- Fixed newly introduced linting errors
- Updated lint-staged to v7.3.0
- Updated husky to v1.0.0
- Replaced open dependency with opn
- Refactored how close dialog is handled
- Other small code cleanups