Releases: replit/desktop
Releases · replit/desktop
v0.2.7
What's Changed
- Rename openReplWindow to openWindow by @sergeichestakov in #98
- Add support for replit://new deeplink by @sergeichestakov in #99
- Pass process.platform down to renderer process by @sergeichestakov in #100
Full Changelog: v0.2.6...v0.2.7
v0.2.6
What's Changed
- Add showMessageBox API by @sergeichestakov in #96
- Add support for deeplinks to home page by @sergeichestakov in #97
Full Changelog: v0.2.5...v0.2.6
v0.2.5
What's Changed
- Don't reset last open repl on window close by @sergeichestakov in #93
- Persist repl.co webview window bounds by @sergeichestakov in #94
- Open repl.co and same origin links in the browser by @sergeichestakov in #95
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- Fix spelling of iconUrl in the Squirrel maker config by @sergeichestakov in #87
- Fix restore repls logic when window is closed/focused by @sergeichestakov in #88
- Add support for arm64 Linux machines by @sergeichestakov in #89
- Pin pnpm version to match web's by @sergeichestakov in #92
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- Fix "invalid URL" after second-instance events on Windows by @sergeichestakov in #84
- Don't restore window bounds if prev dimensions are out of bounds by @sergeichestakov in #85
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- Persist last open repl by @sergeichestakov in #73
- Support deeplinking to Repl by @sergeichestakov in #78
- Move authPage to constant by @sergeichestakov in #79
- Reset lastOpenRepl on logout, close window by @sergeichestakov in #77
- Hide dev tools when packaged by @sergeichestakov in #81
- Prevent navigation outside of supported pages by @sergeichestakov in #80
- Validate URL in open repl window handler by @sergeichestakov in #82
- Add isSupportedPage helper by @sergeichestakov in #83
- Open last open Repl on launch by @sergeichestakov in #76
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- adjusting traffic light position by @omar-replit in #75
- Relative URL support in createWindow by @sergeichestakov in #74
Mostly just adjusting the traffic light positioning in response to the new denser WS header: https://github.com/replit/repl-it-web/pull/34124
New Contributors
- @omar-replit made their first contribution in #75
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- build and minify with esbuild by @szymonkaliski in #65
- Add make step that runs if config files are changed by @sergeichestakov in #67
- Remove dist before build using rimraf by @sergeichestakov in #69
- Allow splash screen window to be resizable by @sergeichestakov in #68
- Revert "Allow splash screen window to be resizable" by @sergeichestakov in #70
- Consolidate splash screen and full screen windows by @sergeichestakov in #71
- Set min width and height for browser windows by @sergeichestakov in #72
New (redesigned) home page! Also: no more "splash screen" and a minimum width and height for browser windows.
Full Changelog: v0.1.4...v0.2.0
v0.1.4
What's Changed
- disable zoom keyboard shortcuts by @szymonkaliski in #64
- Revert "Revert "Update default splash screen URL to new auth page (#5… by @sergeichestakov in #63
New auth flow!
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- Move IPC logic to its own module by @sergeichestakov in #52
- Differentiate between M1 and Intel Macs during autoupdate by @sergeichestakov in #54
- Update default splash screen URL to new auth page by @sergeichestakov in #55
- Revert "Update default splash screen URL to new auth page" by @sergeichestakov in #56
- expose native window fullscreen events to the frontend by @szymonkaliski in #53
- document API versioning approach by @szymonkaliski in #57
- Fix deeplinking parsing logic in Windows by @sergeichestakov in #59
- Focus/restore auth window on auth token received deeplink by @sergeichestakov in #60
- Allow multiple AUTH_TOKEN_RECEIVED events to fire by @sergeichestakov in #61
- Fix deeplinking on Linux by @sergeichestakov in #62
Full Changelog: v0.1.2...v0.1.3