From 69317c57caf943633677fe2dcbe1a8d802786cae Mon Sep 17 00:00:00 2001 From: Franklin Waller Date: Mon, 27 Apr 2020 12:43:49 +0200 Subject: [PATCH] chore(release): 2.0.0 --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 33 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6327d4..0906488 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,37 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.0.0](https://github.com/FranklinWaller/PlayOS/compare/v1.8.0...v2.0.0) (2020-04-27) + + +### Features + +* **build:** Use stricter create-react-app ([f725074](https://github.com/FranklinWaller/PlayOS/commit/f7250743ee6d66928e00acfb18e94e2f6291f9de)) +* **core:** Created a separate simplyfied kernel ([5f90a74](https://github.com/FranklinWaller/PlayOS/commit/5f90a7463cf75e882d3b86155eab04c332cc5cd1)) +* **dependencies:** Use @playos/kernel instead of internal kernel ([8e7961e](https://github.com/FranklinWaller/PlayOS/commit/8e7961e1df033340e0543b3263df8664295cd997)) +* **explorer:** .wapp files are now folders ([9a58b5c](https://github.com/FranklinWaller/PlayOS/commit/9a58b5c4955ff6c89055a81d4436697c5ce3a0e7)) +* **explorer:** Add support for uploading files ([e8bd7c1](https://github.com/FranklinWaller/PlayOS/commit/e8bd7c1eb7fc944a2aaad72ee45d4977eb311f04)) +* **explorer:** Load icons and names from .wapp files ([30dbd4a](https://github.com/FranklinWaller/PlayOS/commit/30dbd4af4816d77b6443ad2775e545dd93f2a24b)) +* **explorer:** Removed shadows in header ([6971ec4](https://github.com/FranklinWaller/PlayOS/commit/6971ec424789143fca0d4629b2958156b6fd5b33)) +* **explorer:** Use title bar as bread crumbs for current working directory ([66f0266](https://github.com/FranklinWaller/PlayOS/commit/66f026666ebf55d4785af8ff066cc66c507bd84d)) +* **general:** Applications will now be loaded from /Applications ([75d3f15](https://github.com/FranklinWaller/PlayOS/commit/75d3f1597c238991a0504ba84b182b14192c12b3)) +* **header:** Changed header styles ([e51a2c6](https://github.com/FranklinWaller/PlayOS/commit/e51a2c60f37d02d1059ba8ca4d2cbeb1eea77092)) +* **kernel:** Updated kernel to use sepearet fs and process workers ([468124d](https://github.com/FranklinWaller/PlayOS/commit/468124dd717a5db15aa8aba3cbd66a5c8d1f6cf3)) +* **provider:** Add suppor for native filesystem ([29f8dc9](https://github.com/FranklinWaller/PlayOS/commit/29f8dc97f644d28d24a5fcf49eec87c8c44df5d2)) +* **pwa:** Add minimum to be installable ([f31a811](https://github.com/FranklinWaller/PlayOS/commit/f31a8112fef244b9eb745e51fd8f61173044a15a)) +* **sidebar:** Add about PlayOS menu option ([1db31e9](https://github.com/FranklinWaller/PlayOS/commit/1db31e99680bb29057f70b541e7354504dd17194)) +* **wallpaper:** Add transition for wallpaper ([3e26bc1](https://github.com/FranklinWaller/PlayOS/commit/3e26bc16a8b5e47c522376483f85ec395bc94141)) + + +### Bug Fixes + +* **about:** Fix issue where logo was not appearing on the about page ([69b15bf](https://github.com/FranklinWaller/PlayOS/commit/69b15bfd234bc464c399ffb252cc9c59485af116)) +* **browser:** Fix issue where browsers where unable to boot ([8edeae1](https://github.com/FranklinWaller/PlayOS/commit/8edeae1af0d1a6232090fa2cbab3c3456b5cbfe5)) +* **eslint:** Fix some eslint issues ([5142aa3](https://github.com/FranklinWaller/PlayOS/commit/5142aa30651699e44f3a979dc103883783929e90)) +* **Explorer:** Fix issue with sizing of folders and files ([8650f44](https://github.com/FranklinWaller/PlayOS/commit/8650f442572b8992089ec0ad16cb2475361cca4d)) +* **html:** Fix issue where firefox would throw a charset error ([bc58e1a](https://github.com/FranklinWaller/PlayOS/commit/bc58e1a0ff952e42ac6ef05e00f6dc60d8b24a94)) +* **worker:** Fix issue where workers would not load ([2c3de2d](https://github.com/FranklinWaller/PlayOS/commit/2c3de2dfd4da75ab9be8281d1be8480f102f84ba)) + ## 1.8.0 (2019-10-31) diff --git a/package-lock.json b/package-lock.json index 4b440b4..94251c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "playos", - "version": "2.0.0-alpha", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index df592e2..8af1ff5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "playos", - "version": "2.0.0-alpha", + "version": "2.0.0", "description": "PlayOS, blockchain agnostic portal", "main": "index.js", "scripts": {