Changelog
A changelog for BrowserPod.
Version 2.7.0:
- Improve support for typed arrays
Version 2.6.2:
- Improve terminal scrolling support
Version 2.6.1:
- Improve terminal resizing support
Version 2.6.0:
- Introduce the onOpen callback
- Network stability improvements
Version 2.5.0:
- Stability improvements
Version 2.4.0:
- Stability improvements
Version 2.3.4:
- Fix npm init
Version 2.3.3:
- Internal testing release
Version 2.3.2:
- More fixes for Gemini CLI
Version 2.3.1:
- Multiple fixes for Gemini CLI
Version 2.3.0:
- Improvements to syscalls implementation
- Improved support for postMessage
- Improved support for WASI
- Network stability improvements
Version 2.2.1:
- Fix a Next.js bug in production builds
Version 2.2.0:
- Improvements to disk performance
Version 2.1.0:
- Initial support for Next.js 16
- Improvements to syscalls implementation
- Improvements to disk performance
- Improvements to network performance
- Support full-color terminal
- Multiple stability fixes
Version 2.0.0:
- Added support for command-line tools: git, bash, curl, grep, openssl, vi, and many others
- Improvements to disk performance
- Increase available space at the
/homemount point to 2 GB - Support multiple independent virtual disks via the
storageKeyinit option
Version 1.3.1:
- Fix detection of WebAssembly programs
Version 1.3.0:
- Improvements to syscalls implementation
- Network performance improvements
- Initial support for WebAssembly programs
Version 1.2.0:
- Support for /dev and /proc
- Support larger disk images
- Support for npx
- Improvements to syscalls implementation
- Improvements to terminal sizing
- Improvements to fork and execve
- Performance improvements
Version 1.1.2:
- Fix timestamping of OPFS devices
Version 1.1.1
- Fixed a performance regression
Version 1.1.0
- Support for most major frameworks: Next.js, Nuxt, Express, Svelte, React, …
- Support HTTP compression via portals
- Support more system calls
- Improvements to process spawning and PATH handling
- Improvements to Worker support
- Report uncaught exceptions
Version 1.0.0
- Faster
BrowserPod.boot()
Version 0.9.10
- Improved overall disk performance
- Enabled the OPFS disk backend by default
- Bug fixes
Version 0.9.8
- Fixed an internal error that could leave the kernel in a deadlocked state
- Added support for reporting unhandled promise rejections
Version 0.9.7
- Fixed a regression introduced by reducing the thread pool size
Version 0.9.6
- Fixed a crash when formatting some types
- Fixed formatting of objects with a null prototype
Version 0.9.5
- Improved the look of
browserpod-quickstarttemplates
Version 0.9.4
- Fixed an issue with
browserpod-quickstart
Version 0.9.3
- Fixed a few issues
- Added the
browserpod-quickstartpackage
Version 0.9.2
- Added support for the Node.js REPL
- Added TypeScript types
- First public beta release
Version 0.9.1
- NPM automation
Version 0.9.0
- First NPM release