Commit graph

398 commits

Author SHA1 Message Date
ThinLiquid
b44034c114
Revert "[] (#166) Gambling added" 2024-02-07 18:18:47 +00:00
ThinLiquid
8ee0f166ae
Merge pull request #167 from cloudirector/master
[] (#166) Gambling added
2024-02-07 18:18:37 +00:00
cloudirector
cca0087220
Update package-lock.json i think idk 2024-02-07 09:17:55 -06:00
cloudirector
93559fc358
Update version from 1.0.0 💀 2024-02-07 09:10:42 -06:00
semantic-release-bot
f06db1db91 chore(release): 1.0.0 [skip ci]
# 1.0.0 (2024-02-07)

### Bug Fixes

* actually stopped boot overflowing ([4bd8f9b](4bd8f9b058))
* added missing error handling for `fs.exists` ([77c0d57](77c0d57770))
* another strange problem ([12cd47a](12cd47a4b6))
* fixed dropdown styling ([470a1fa](470a1fa1e0))
* fixed input border ([3a64f58](3a64f5801a))
* fixed Theme Maker title and created popup ([e630ae6](e630ae664c)), closes [#157](https://github.com/cloudirector/FlowOS/issues/157)
* FlowOS refusing to load thme ([1aad68f](1aad68f3f4))
* made `flowos-docs` build ([aff12d0](aff12d0ee1))
* made code follow ts-standard ([cf8f1b8](cf8f1b844a))
* made editor use theme colors ([0c2ffbb](0c2ffbbb9f))
* made UAC follow ts-standard ([3ca1e24](3ca1e247b4))
* make tests pass again ([0cf9209](0cf920970f))
* remove duplicate 'overflow' property ([d9ab009](d9ab009afd))
* stop boot div from overflowing ([a08b8d9](a08b8d938f))
* stopped filesystem from breaking at build ([54a92c5](54a92c5d79))
* theme not setting ([568e2f3](568e2f3100))
* upgrade material-symbols from 0.14.1 to 0.14.3 ([3e8fe0b](3e8fe0b024))
* upgrade prism-code-editor from 2.0.1 to 2.1.0 ([026a08b](026a08bd43))
* upgrade prism-code-editor from 2.1.0 to 2.2.0 ([3955b28](3955b2869b))
* upgrade prism-code-editor from 2.2.0 to 2.2.1 ([b3101c8](b3101c8b53))
* upgrade prism-code-editor from 2.2.1 to 2.2.2 ([c00a0f3](c00a0f3f58))
* upgrade prism-code-editor from 2.2.2 to 2.2.4 ([41421d4](41421d4931))
* upgrade prism-code-editor from 2.2.4 to 2.3.0 ([862743e](862743e01a))
* weird error stopping build ([2e208c9](2e208c91e1))

### Features

* add progress indicator to boot sequence ([48294da](48294da1ea))
* added `prependMany` function ([acdba11](acdba11691))
* added a `prepend` function ([f106776](f106776bee))
* added a button component ([8d3b629](8d3b629185))
* added support for new `/apps/list` endpoint ([423dd46](423dd46da0))
* added support for theming ([11540b9](11540b945a)), closes [#155](https://github.com/cloudirector/FlowOS/issues/155)
* added theme maker application ([4e4615e](4e4615ecb1))
* created an actual kernel and bootloader ([04ccdf1](04ccdf1442)), closes [#151](https://github.com/cloudirector/FlowOS/issues/151)
* created start menu ([aa5fb9e](aa5fb9e290)), closes [#183](https://github.com/cloudirector/FlowOS/issues/183)
* made editor use MIME types ([cc3583b](cc3583bfdc))
* made reset filesystem reload [skip ci] ([f207101](f207101c6a))
* make reset filesystem button look better [skip ci] ([10c0dbe](10c0dbe48a))
* minor styling changes ([2dd5b5f](2dd5b5f887))
* overrall ui overhaul ([934d6e8](934d6e80a0))
* use UV version 1.0.11 ([ad38f19](ad38f19f29))

### BREAKING CHANGES

* `process.kernel.loadLibrary('lib/VirtualFS')` replaced by `process.fs`
2024-02-07 14:50:42 +00:00
cloudirector
abbb05f02d death 2024-02-07 14:25:47 +00:00
cloudirector
a1df530743 fix bad code 2024-02-07 14:19:50 +00:00
cloudirector
031f11c456
Merge branch 'master' into master 2024-02-07 07:50:41 -06:00
ThinLiquid
f675f7d8cc
chore: added privacy policy [skip ci] 2024-02-02 04:27:19 +00:00
ThinLiquid
6ccfab84ac
chore: test out ads [skip ci] 2024-02-02 04:26:30 +00:00
semantic-release-bot
ae6866118b chore(release): 2.4.0 [skip ci]
# [2.4.0](https://github.com/Flow-Works/FlowOS/compare/v2.3.0...v2.4.0) (2024-02-02)

### Bug Fixes

* fixed dropdown styling ([470a1fa](470a1fa1e0))
* fixed input border ([3a64f58](3a64f5801a))

### Features

* created start menu ([aa5fb9e](aa5fb9e290)), closes [#183](https://github.com/Flow-Works/FlowOS/issues/183)
2024-02-02 04:04:23 +00:00
ThinLiquid
46f56682f1
Merge pull request #185 from Flow-Works/dev
[🪢] Merge `dev` into `master`
2024-02-02 04:03:51 +00:00
ThinLiquid
5c8eafce99
Merge pull request #184 from Flow-Works/feat/create-a-windows-style-start-menu
Feat/create-a-windows-style-start-menu
2024-02-02 04:03:12 +00:00
ThinLiquid
aa5fb9e290
feat: created start menu
re #183
2024-02-02 04:02:09 +00:00
ThinLiquid
470a1fa1e0
fix: fixed dropdown styling 2024-02-02 03:34:18 +00:00
ThinLiquid
3a64f5801a
fix: fixed input border 2024-02-02 02:35:04 +00:00
ThinLiquid
bc3d82fd56
chore: add google adsense [skip ci] 2024-02-02 02:02:31 +00:00
ThinLiquid
d561cce786
chore: add gtag [skip ci] 2024-02-02 01:57:27 +00:00
cloudirector
3e92a445ec
Merge branch 'master' into master 2024-01-30 09:39:53 -06:00
semantic-release-bot
d84c1c4232 chore(release): 2.3.0 [skip ci]
# [2.3.0](https://github.com/Flow-Works/FlowOS/compare/v2.2.0...v2.3.0) (2024-01-29)

### Features

* use UV version 1.0.11 ([ad38f19](ad38f19f29))
2024-01-29 09:56:00 +00:00
ThinLiquid
608a2733f9
Merge pull request #172 from Flow-Works/dev
[🪢] Merge `dev` into `master`
2024-01-29 09:55:25 +00:00
ThinLiquid
c4018528a8
Merge pull request #171 from Flow-Works/feat/switch-uv-to-version-1011
[] (#168) use UV version 1.0.11
2024-01-29 09:54:40 +00:00
ThinLiquid
ad38f19f29
feat: use UV version 1.0.11 2024-01-29 09:53:13 +00:00
cloudirector
011142dc1a gam·ble : /ˈɡambəl/ : verb
gerund or present participle: gambling

1. play games of chance for money; bet.
"she was fond of gambling on cards and horses"

Similar: bet, wager

place a bet : lay a bet : stake money on something : back the horses : try one's luck on the horses : play the ponies : punt : chance one's arm : have a flutter : game
2. take risky action in the hope of a desired result.
"the British could only gamble that something would turn up"
2024-01-28 00:48:42 -06:00
semantic-release-bot
159787bb72 chore(release): 2.2.0 [skip ci]
# [2.2.0](https://github.com/Flow-Works/FlowOS/compare/v2.1.1...v2.2.0) (2024-01-26)

### Bug Fixes

* another strange problem ([12cd47a](12cd47a4b6))
* FlowOS refusing to load thme ([1aad68f](1aad68f3f4))
* weird error stopping build ([2e208c9](2e208c91e1))

### Features

* made reset filesystem reload [skip ci] ([f207101](f207101c6a))
* make reset filesystem button look better [skip ci] ([10c0dbe](10c0dbe48a))
* overrall ui overhaul ([934d6e8](934d6e80a0))
2024-01-26 09:49:31 +00:00
ThinLiquid
a16057f606
Merge pull request #163 from Flow-Works/dev
[🐛] FlowOS refusing to load thme
2024-01-26 09:48:59 +00:00
ThinLiquid
ff9630c082
Merge pull request #165 from Flow-Works/feat/add-more-themes
[] overrall ui overhaul
2024-01-26 09:27:41 +00:00
ThinLiquid
12cd47a4b6
fix: another strange problem 2024-01-26 09:27:54 +00:00
ThinLiquid
876793c520
Merge branch 'feat/add-more-themes' of https://github.com/Flow-Works/FlowOS into feat/add-more-themes 2024-01-26 09:27:32 +00:00
ThinLiquid
2e208c91e1
fix: weird error stopping build 2024-01-26 09:27:29 +00:00
ThinLiquid
cd525b6a93
Merge branch 'dev' into feat/add-more-themes 2024-01-26 09:24:36 +00:00
ThinLiquid
934d6e80a0
feat: overrall ui overhaul 2024-01-26 09:20:44 +00:00
ThinLiquid
f207101c6a
feat: made reset filesystem reload [skip ci] 2024-01-25 10:05:00 +00:00
ThinLiquid
10c0dbe48a
feat: make reset filesystem button look better [skip ci] 2024-01-25 10:03:52 +00:00
semantic-release-bot
2352c53881 chore(release): 2.1.1 [skip ci]
## [2.1.1](https://github.com/Flow-Works/FlowOS/compare/v2.1.0...v2.1.1) (2024-01-25)

### Bug Fixes

* theme not setting ([568e2f3](568e2f3100))
2024-01-25 10:01:04 +00:00
ThinLiquid
568e2f3100
fix: theme not setting 2024-01-25 10:00:23 +00:00
ThinLiquid
1aad68f3f4
fix: FlowOS refusing to load thme 2024-01-25 09:57:39 +00:00
semantic-release-bot
c0eacb7034 chore(release): 2.1.0 [skip ci]
# [2.1.0](https://github.com/Flow-Works/FlowOS/compare/v2.0.0...v2.1.0) (2024-01-25)

### Bug Fixes

* fixed Theme Maker title and created popup ([e630ae6](e630ae664c)), closes [#157](https://github.com/Flow-Works/FlowOS/issues/157)
* made editor use theme colors ([0c2ffbb](0c2ffbbb9f))
* stopped filesystem from breaking at build ([54a92c5](54a92c5d79))

### Features

* added support for theming ([11540b9](11540b945a)), closes [#155](https://github.com/Flow-Works/FlowOS/issues/155)
* added theme maker application ([4e4615e](4e4615ecb1))
* made editor use MIME types ([cc3583b](cc3583bfdc))
2024-01-25 09:20:52 +00:00
ThinLiquid
971bf1ca9a
Merge pull request #162 from Flow-Works/dev
[🪢] Merge `dev` into `master`
2024-01-25 09:20:14 +00:00
ThinLiquid
7f7e565102
Merge pull request #161 from Flow-Works/fix/editor-does-not-use-themes-correctly
[🐛] (#160) Editor now uses theming correctly
2024-01-25 09:18:51 +00:00
ThinLiquid
cc3583bfdc
feat: made editor use MIME types 2024-01-25 08:30:59 +00:00
ThinLiquid
0c2ffbbb9f
fix: made editor use theme colors 2024-01-24 13:56:54 +00:00
ThinLiquid
688d8db713
Merge pull request #159 from Flow-Works/fix/theme-maker-window-is-titled-as-task-manager
[🐛] (#157) Theme Maker title changed, and popup fixed
2024-01-24 11:11:21 +00:00
ThinLiquid
e630ae664c
fix: fixed Theme Maker title and created popup
fix #157
2024-01-24 11:07:35 +00:00
ThinLiquid
54a92c5d79
fix: stopped filesystem from breaking at build 2024-01-23 14:33:24 +00:00
ThinLiquid
c08dec6743
Merge pull request #156 from Flow-Works/feat/themes
[] (#155) Support for themes added
2024-01-23 13:05:53 +00:00
ThinLiquid
4e4615ecb1
feat: added theme maker application 2024-01-23 13:02:48 +00:00
ThinLiquid
11540b945a
feat: added support for theming
re #155
2024-01-23 03:48:34 +00:00
semantic-release-bot
d26ef5e482 chore(release): 2.0.0 [skip ci]
# [2.0.0](https://github.com/Flow-Works/FlowOS/compare/v1.1.0...v2.0.0) (2024-01-23)

### Bug Fixes

* actually stopped boot overflowing ([4bd8f9b](4bd8f9b058))
* made `flowos-docs` build ([aff12d0](aff12d0ee1))
* made code follow ts-standard ([cf8f1b8](cf8f1b844a))
* make tests pass again ([0cf9209](0cf920970f))
* remove duplicate 'overflow' property ([d9ab009](d9ab009afd))
* stop boot div from overflowing ([a08b8d9](a08b8d938f))

### Features

* add progress indicator to boot sequence ([48294da](48294da1ea))
* created an actual kernel and bootloader ([04ccdf1](04ccdf1442)), closes [#151](https://github.com/Flow-Works/FlowOS/issues/151)

### BREAKING CHANGES

* `process.kernel.loadLibrary('lib/VirtualFS')` replaced by `process.fs`
2024-01-23 01:02:29 +00:00
ThinLiquid
518e821014
Merge pull request #154 from Flow-Works/dev
[🪢] Merge `dev` into `master`
2024-01-23 01:01:57 +00:00