From f06db1db91650b4ceb62288e67bce66a5f0bc52e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 7 Feb 2024 14:50:42 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2024-02-07) ### Bug Fixes * actually stopped boot overflowing ([4bd8f9b](https://github.com/cloudirector/FlowOS/commit/4bd8f9b0586b22ec2cff4172ac5e6cccc285c3d6)) * added missing error handling for `fs.exists` ([77c0d57](https://github.com/cloudirector/FlowOS/commit/77c0d577708f9d1dbb8decb07f34fa269319ceca)) * another strange problem ([12cd47a](https://github.com/cloudirector/FlowOS/commit/12cd47a4b62cc9e56e74ce2f1421d229156c0b11)) * fixed dropdown styling ([470a1fa](https://github.com/cloudirector/FlowOS/commit/470a1fa1e00212220ebc82deefac34bef3612b54)) * fixed input border ([3a64f58](https://github.com/cloudirector/FlowOS/commit/3a64f5801a169aa6cbd173075ef72c9a839bbe62)) * fixed Theme Maker title and created popup ([e630ae6](https://github.com/cloudirector/FlowOS/commit/e630ae664c895910175648a84292fc8890026c77)), closes [#157](https://github.com/cloudirector/FlowOS/issues/157) * FlowOS refusing to load thme ([1aad68f](https://github.com/cloudirector/FlowOS/commit/1aad68f3f4f2ed35e2ee65d04641036d2493f564)) * made `flowos-docs` build ([aff12d0](https://github.com/cloudirector/FlowOS/commit/aff12d0ee161cab7d64e946d9f8b074c78f750ab)) * made code follow ts-standard ([cf8f1b8](https://github.com/cloudirector/FlowOS/commit/cf8f1b844a9915c1dc7f57d900765db13e54f0ce)) * made editor use theme colors ([0c2ffbb](https://github.com/cloudirector/FlowOS/commit/0c2ffbbb9fb05ac7b7214193e5884e9511d487b9)) * made UAC follow ts-standard ([3ca1e24](https://github.com/cloudirector/FlowOS/commit/3ca1e247b4f5dfbe1640d2ca07953ff1fa38344c)) * make tests pass again ([0cf9209](https://github.com/cloudirector/FlowOS/commit/0cf920970fd2a2791ef9147661163a4308b5765e)) * remove duplicate 'overflow' property ([d9ab009](https://github.com/cloudirector/FlowOS/commit/d9ab009afd1ac691dc9243566364c496237b5641)) * stop boot div from overflowing ([a08b8d9](https://github.com/cloudirector/FlowOS/commit/a08b8d938fc9502c199987ad05e20d31d4e57175)) * stopped filesystem from breaking at build ([54a92c5](https://github.com/cloudirector/FlowOS/commit/54a92c5d796ea203be0c2147c79d7b2410452629)) * theme not setting ([568e2f3](https://github.com/cloudirector/FlowOS/commit/568e2f3100b4cb537b5a2d602b8bc824d3f6b3ae)) * upgrade material-symbols from 0.14.1 to 0.14.3 ([3e8fe0b](https://github.com/cloudirector/FlowOS/commit/3e8fe0b02426d47c0f1c0b1a6657fb91a25af1f7)) * upgrade prism-code-editor from 2.0.1 to 2.1.0 ([026a08b](https://github.com/cloudirector/FlowOS/commit/026a08bd431cf435b4fa54b19e3d2c61405f5355)) * upgrade prism-code-editor from 2.1.0 to 2.2.0 ([3955b28](https://github.com/cloudirector/FlowOS/commit/3955b2869b966741f115db267b329236d6297951)) * upgrade prism-code-editor from 2.2.0 to 2.2.1 ([b3101c8](https://github.com/cloudirector/FlowOS/commit/b3101c8b53ae112f7b797efcf71ea6afb041fb41)) * upgrade prism-code-editor from 2.2.1 to 2.2.2 ([c00a0f3](https://github.com/cloudirector/FlowOS/commit/c00a0f3f588a2dd735144bf40fd55ab9f9dfa2b1)) * upgrade prism-code-editor from 2.2.2 to 2.2.4 ([41421d4](https://github.com/cloudirector/FlowOS/commit/41421d49313bee19db3629fc81705e331086cd18)) * upgrade prism-code-editor from 2.2.4 to 2.3.0 ([862743e](https://github.com/cloudirector/FlowOS/commit/862743e01a1677cc34973881c02652b9a9907d07)) * weird error stopping build ([2e208c9](https://github.com/cloudirector/FlowOS/commit/2e208c91e13ca2e4c452b327788fa32ab5e1c453)) ### Features * add progress indicator to boot sequence ([48294da](https://github.com/cloudirector/FlowOS/commit/48294da1eaffaf6320db24181bd8d1939e837bbb)) * added `prependMany` function ([acdba11](https://github.com/cloudirector/FlowOS/commit/acdba11691a5acd4f60b99613a47bd46925d0718)) * added a `prepend` function ([f106776](https://github.com/cloudirector/FlowOS/commit/f106776bee005f0abd4f808b5dfd20b9b35f521f)) * added a button component ([8d3b629](https://github.com/cloudirector/FlowOS/commit/8d3b629185be038cea757d9131f4dbf646531bd2)) * added support for new `/apps/list` endpoint ([423dd46](https://github.com/cloudirector/FlowOS/commit/423dd46da0fff52770918c19eec41ad8856025f4)) * added support for theming ([11540b9](https://github.com/cloudirector/FlowOS/commit/11540b945a5a1eb16d9785f6507699bec914193d)), closes [#155](https://github.com/cloudirector/FlowOS/issues/155) * added theme maker application ([4e4615e](https://github.com/cloudirector/FlowOS/commit/4e4615ecb15688deef901b50157047ebb08caf17)) * created an actual kernel and bootloader ([04ccdf1](https://github.com/cloudirector/FlowOS/commit/04ccdf14425a7062afdaa0eeef945d1fc71773a8)), closes [#151](https://github.com/cloudirector/FlowOS/issues/151) * created start menu ([aa5fb9e](https://github.com/cloudirector/FlowOS/commit/aa5fb9e29082b25e68a7a3648319d97056642666)), closes [#183](https://github.com/cloudirector/FlowOS/issues/183) * made editor use MIME types ([cc3583b](https://github.com/cloudirector/FlowOS/commit/cc3583bfdce3d34794dc7c7affac086696ccd1a0)) * made reset filesystem reload [skip ci] ([f207101](https://github.com/cloudirector/FlowOS/commit/f207101c6ab8e9e9311a5ca7e5dea682d471958f)) * make reset filesystem button look better [skip ci] ([10c0dbe](https://github.com/cloudirector/FlowOS/commit/10c0dbe48aef0ba523e423ee985ea9ad49eb95c7)) * minor styling changes ([2dd5b5f](https://github.com/cloudirector/FlowOS/commit/2dd5b5f88710edd83cbaadf5f5e4a374c30dcb91)) * overrall ui overhaul ([934d6e8](https://github.com/cloudirector/FlowOS/commit/934d6e80a04d8cc9fd132e4195bf651aad50d29a)) * use UV version 1.0.11 ([ad38f19](https://github.com/cloudirector/FlowOS/commit/ad38f19f2967012d0b715978d89f107103e6fc96)) ### BREAKING CHANGES * `process.kernel.loadLibrary('lib/VirtualFS')` replaced by `process.fs` --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2389362..10db1b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flowos", - "version": "2.4.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flowos", - "version": "2.4.0", + "version": "1.0.0", "license": "MIT", "dependencies": { "ansi-to-html": "^0.7.2", diff --git a/package.json b/package.json index 6fd5e60..1a122f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flowos", - "version": "2.4.0", + "version": "1.0.0", "description": "The most aesthetic webOS.", "main": "src/bootloader.ts", "scripts": {