Skip to content

Releases: Play-OS/PlayOS

v2.0.0

27 Apr 10:47
Compare
Choose a tag to compare

Features

  • build: Use stricter create-react-app (f725074)
  • core: Created a separate simplyfied kernel (5f90a74)
  • dependencies: Use @playos/kernel instead of internal kernel (8e7961e)
  • explorer: .wapp files are now folders (9a58b5c)
  • explorer: Add support for uploading files (e8bd7c1)
  • explorer: Load icons and names from .wapp files (30dbd4a)
  • explorer: Removed shadows in header (6971ec4)
  • explorer: Use title bar as bread crumbs for current working directory (66f0266)
  • general: Applications will now be loaded from /Applications (75d3f15)
  • header: Changed header styles (e51a2c6)
  • kernel: Updated kernel to use sepearet fs and process workers (468124d)
  • provider: Add suppor for native filesystem (29f8dc9)
  • pwa: Add minimum to be installable (f31a811)
  • sidebar: Add about PlayOS menu option (1db31e9)
  • wallpaper: Add transition for wallpaper (3e26bc1)

Bug Fixes

  • about: Fix issue where logo was not appearing on the about page (69b15bf)
  • browser: Fix issue where browsers where unable to boot (8edeae1)
  • eslint: Fix some eslint issues (5142aa3)
  • Explorer: Fix issue with sizing of folders and files (8650f44)
  • html: Fix issue where firefox would throw a charset error (bc58e1a)
  • worker: Fix issue where workers would not load (2c3de2d)

v1.8.0

27 Apr 10:47
Compare
Choose a tag to compare

Features

  • app: Add application installation (479bd31)
  • app: Add support for WASI enabled WASM apps (81cff64)
  • build: Moved to parcel (b3e2db8)
  • dashboard: Add support for applications (4a4bafd)
  • dashboard: Add Terminal and Wallet (e22fccb)
  • explorer: Added support for file exploring (96ec755)
  • main: Add window management and process management (3482a24)
  • terminal: Add support for running applications inside the filesystem (f6e8fef)
  • WindowManager: Add ability to theme the app window with manifest.json (25f252b)