Skip to content

Releases: GuildMasterDev/Artist

v2.0.0 - Modernization

16 Apr 20:12

Choose a tag to compare

v2.0.0 — Modernization

Major refresh of the Angular, Electron, and TypeScript stacks, plus a live web demo.

Upgrades

  • Angular 17 → 19
  • Electron 29 → 41
  • electron-builder 24 → 26
  • TypeScript 5.4 → 5.8
  • zone.js, rxjs, tslib, npm-run-all2, wait-on — all bumped to current releases

New

  • 🌐 Live web demo at https://guildmasterdev.github.io/Artist, auto-deployed on every push to main
  • ✅ CI workflow for build verification on pushes and PRs
  • 📦 SPA 404 shim so deep links work on GitHub Pages

Fixes

  • Angular 17+ application-builder output flattened back into dist/ so Electron and the web bundle share one build path
  • All non-breaking npm audit issues resolved; remaining advisories are transitive Angular CLI build-time deps

Full Changelog: v1.0.3...v2.0.0

Artist v1.0.3

29 Aug 00:24

Choose a tag to compare

Artist v1.0.3 - Production Fix Release

🔧 Critical Fixes

  • Fixed blank screen issue in production builds
  • Corrected file path resolution for packaged Electron apps
  • Added macOS Gatekeeper workaround documentation

📦 Installation

  • macOS: Download the .dmg or .zip file
  • Windows: Download and run the .exe installer
  • Linux: Download the .AppImage and make it executable

🚀 What's Fixed

  • Production builds now correctly display the Angular app
  • Improved path handling in Electron main process
  • Better macOS compatibility configuration

Built with ❤️ by GuildMaster Development

Artist v1.0.2

28 Aug 21:51

Choose a tag to compare

Artist v1.0.2

🎨 A Beautiful Hub for Artists

Artist is an Electron app that provides a curated collection of creative tools, learning resources, and inspiration for artists.

✨ Features

  • Six resource categories with 30+ curated links
  • Four beautiful themes (Light, Dark, Sunset, Ocean)
  • Animated UI with gradient backgrounds
  • Quick actions toolbar
  • External links open in your browser

📦 Installation

  • macOS: Download the .dmg, open it, and drag Artist to Applications
  • Windows: Download and run the .exe installer
  • Linux: Download the .AppImage, make it executable (chmod +x), and run

🚀 What's New in v1.0.2

  • First stable release
  • Automated builds for all platforms
  • Custom app icon
  • Fixed window sizing and responsiveness

Built with ❤️ by GuildMaster Development