Releases: the-bipu/desktop-go
Releases · the-bipu/desktop-go
Release list
v1.2.0 – Preview Window Controls & Live Status
What's New
Preview window controls
- Added a "Resizable window" checkbox on the main screen — leave it unchecked for a fixed-size preview, or check it to freely resize/maximize the window.
- When resizable, the window now respects a minimum size of 360×640 (roughly a small phone viewport) so it can never be shrunk to something unusably small.
- Added a Close App Window button to close the open preview window directly from the main screen, without needing to switch to it manually.
- Opening the app while a preview window is already active now focuses the existing window instead of stacking duplicate windows.
Live status feedback
- Status text now accurately reflects what's actually happening, instead of getting stuck on "Opening...":
Checking...while verifying the URLIt's live! Opening...once confirmed reachableApp window is open.once the preview has actually finished loadingAlready open — window focused.if you click Check & Open againApp window closed.when the preview window is closed (manually or via the Close button)
Developer experience
- Added
electron-reloaderfor automatic reload on file changes during development — no more manually restarting the app after every edit.
Fixes
- Fixed preview window status being stuck on "Opening..." even after the window fully loaded or was closed.
- Fixed preview window size being changeable even when it wasn't supposed to be.
Full Changelog
v0.1.0...v1.2.0
Desktop Go v1.0.0 — Initial Release
Full Changelog: https://github.com/the-bipu/desktop-go/commits/v0.1.0