Skip to content

Releases: glowbom/glowbom-oss

Version 4.0.0

Choose a tag to compare

@jacobilin jacobilin released this 15 Aug 06:34
  • Renamed the project and repository to Glowbom OSS
  • Added the glowbom CLI
  • Added glowbom start as the main launch command
  • Made OpenCode Setup the single AI configuration path
  • Uses OpenCode’s configured default model automatically
  • Loads available providers and models from OpenCode
  • Recommends ChatGPT Plus/Pro login through OpenCode
  • Added project settings and app icon generation
  • Improved local project history, attachments, and IDE actions
  • Updated documentation, installer, and release automation
  • Removed user-specific Xcode workspace files
  • Added focused compatibility and provider tests

Full Changelog: v3.0.4...v4.0.0

Version 3.0.4

Choose a tag to compare

@jacobilin jacobilin released this 18 Mar 18:47

3.0.4 introduces token-based authentication to harden local services and significantly improves the installation and quickstart documentation.

This release makes it easier to securely run and seamlessly install the tool locally with:

  • token authentication for local backend services
  • streamlined installation and quickstart guidance
  • clearer focus on local-first ownership and cost transparency

Highlights:

  • Added token authentication to harden local services against unauthorized access.
  • Added a --show-local-auth flag to display local authentication tokens in the terminal.
  • Added a new cost section and strengthened the local-first ownership messaging in the README.
  • Updated installation instructions to simplify the primary flow and improve the Windows/WSL setup experience.
  • Removed the deprecated bin/glowby executable.

Full Changelog: v3.0.3...v3.0.4

Version 3.0.3

Choose a tag to compare

@jacobilin jacobilin released this 16 Mar 15:10

3.0.3 introduces a basic CLI for running the local workflow from the terminal.

This release makes it easier to start and verify the tool from one command with:

  • a terminal-first launcher for the local backend and web UI
  • setup checks for required dependencies
  • a simple install path for CLI releases

Highlights:

  • Added the new CLI with code, doctor, and version commands.
  • Added glowby code to start the Go backend and Vite web app together, open the browser, and optionally print a project path hint.
  • Added automatic bun install when web/node_modules is missing.
  • Added automatic cleanup of stale Glowby processes on ports 4569 and 4572 before starting a new local session.
  • Added glowby doctor to verify Go, Bun, OpenCode, and the local Glowby checkout are available.
  • Added a GitHub Releases install script that downloads the right CLI binary for macOS, Linux, or Windows.
  • Updated the README quickstart to use the CLI, while keeping the manual backend and web startup flow as a fallback.

Version 3.0.1

Choose a tag to compare

@jacobilin jacobilin released this 15 Mar 22:20

3.0.1 improves the local workflow introduced in 3.0.

This release focuses on smoother day-to-day project work across macOS, Windows, and Linux with:

  • native local folder and file picking
  • project history and restore for previous runs
  • quicker project reopening and IDE launching

Highlights:

  • Added Windows and Linux support for native project folder picking and instruction file picking.
  • Added project history browsing from each Glowbom project's history/ folder.
  • Added one-click restore for previous prompts and attached files from archived runs.
  • Added remembered recent projects with automatic reload of the last opened project.
  • Added cross-platform open actions for Folder, Xcode, Android Studio, and VS Code, with folder fallback when an IDE launcher is unavailable.
  • Improved refine session recovery when a previously saved session is no longer available.
  • Updated the README and docs with clearer PATH setup guidance for Go, Bun, and OpenCode.

Version 3.0

Choose a tag to compare

@jacobilin jacobilin released this 12 Mar 09:49

Version 3.0 is a major rewrite of the Glowby workflow.

This release retires the previous Flutter app and introduces a new architecture built around:

  • a Go backend
  • a Vite + React frontend
  • a new OSS workflow for building Glowbom projects locally

Highlights:

  • Replaced the legacy Flutter-based app flow
  • Added the new Go backend for workflow execution
  • Added the new Vite + React web interface
  • Added the bundled default Glowbom project template
  • Updated docs for the new local workflow

Version 2.7

Choose a tag to compare

@jacobilin jacobilin released this 18 May 22:11

GPT-4o,
Flutter 3.22.0 upgrade.

Version 2.6

Choose a tag to compare

@jacobilin jacobilin released this 20 Mar 00:07

Draw-to-Code

Version 2.5

Choose a tag to compare

@jacobilin jacobilin released this 12 Mar 22:11
beae37b

Adding Code Viewer support

Version 2.4

Choose a tag to compare

@jacobilin jacobilin released this 26 Jan 18:50

Pulze Integration

Version 2.3

Choose a tag to compare

@jacobilin jacobilin released this 24 Jan 05:11

Image loading and processing for draw-to-code on web