Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FranklinWaller committed Apr 27, 2020
1 parent 9460da1 commit 69317c5
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playos",
"version": "2.0.0-alpha",
"version": "2.0.0",
"description": "PlayOS, blockchain agnostic portal",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 69317c5

Please sign in to comment.