73 Commits

Author SHA1 Message Date
Simon Bråten
b788220d4b
Merge pull request #93 from hexahigh/terminal-video-webworker
Terminal video webworker
2025-11-28 14:52:47 +01:00
dependabot[bot]
ad11f65299
Bump mode-watcher from 0.5.0 to 1.0.7 (#36)
Bumps [mode-watcher](https://github.com/svecosystem/mode-watcher/tree/HEAD/packages/mode-watcher) from 0.5.0 to 1.0.7.
- [Release notes](https://github.com/svecosystem/mode-watcher/releases)
- [Changelog](https://github.com/svecosystem/mode-watcher/blob/main/packages/mode-watcher/CHANGELOG.md)
- [Commits](https://github.com/svecosystem/mode-watcher/commits/mode-watcher@1.0.7/packages/mode-watcher)

---
updated-dependencies:
- dependency-name: mode-watcher
  dependency-version: 1.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-19 18:36:45 +02:00
dependabot[bot]
60c21bf5f6
Bump prettier-plugin-tailwindcss from 0.6.9 to 0.6.14 (#57) 2025-08-19 16:35:15 +00:00
dependabot[bot]
8ef1b756fc
Bump remark-gfm from 4.0.0 to 4.0.1 (#10)
Bumps [remark-gfm](https://github.com/remarkjs/remark-gfm) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/remarkjs/remark-gfm/releases)
- [Commits](https://github.com/remarkjs/remark-gfm/compare/4.0.0...4.0.1)

---
updated-dependencies:
- dependency-name: remark-gfm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-19 18:31:40 +02:00
dependabot[bot]
9b3eac107d
Bump svelte from 5.2.11 to 5.38.2 (#72)
Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 5.2.11 to 5.38.2.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.38.2/packages/svelte)

---
updated-dependencies:
- dependency-name: svelte
  dependency-version: 5.38.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-19 18:31:25 +02:00
dependabot[bot]
a0901b0814
Bump autoprefixer from 10.4.20 to 10.4.21 (#8)
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.20 to 10.4.21.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.20...10.4.21)

---
updated-dependencies:
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-19 18:31:17 +02:00
1c00d31527 style: Changed prettierc 2025-05-04 17:00:34 +02:00
5438fd02ee Added zstd to video 2025-05-04 16:54:31 +02:00
176c22c16f started work on video using webworker 2025-03-16 15:52:07 +01:00
dependabot[bot]
fa275a2187
Bump @tailwindcss/typography from 0.5.15 to 0.5.16 (#3) 2025-03-12 12:45:46 +00:00
dependabot[bot]
ffccc067cc
Bump prettier from 3.4.1 to 3.5.3 (#4) 2025-03-12 12:42:26 +00:00
dependabot[bot]
7664f93651
Bump typescript from 5.7.2 to 5.8.2 (#5) 2025-03-12 12:37:36 +00:00
dependabot[bot]
87ffb0986d
Bump axios from 1.8.2 to 1.8.3 (#6) 2025-03-12 12:37:26 +00:00
dependabot[bot]
4ff8e63473
Bump @types/node from 22.10.1 to 22.13.10 (#7) 2025-03-12 12:37:07 +00:00
Boof
69f99453a6
Create dependabot.yml 2025-03-12 13:29:45 +01:00
dependabot[bot]
eed0e403ed
Bump axios from 1.7.9 to 1.8.2 (#2) 2025-03-12 12:26:53 +00:00
dependabot[bot]
f7539b0304
Bump vite from 5.4.11 to 5.4.12 (#1) 2025-03-12 12:25:53 +00:00
8308e02d1f feat: Added browser codec support checker 2025-03-12 12:06:53 +01:00
Boof
e71323f02f Added markdown to html converter 2025-02-10 12:57:11 +00:00
Boof
6b274bb00f Added support for args containing spaces in the terminal 2025-02-10 10:39:50 +00:00
feeb64f059 improve video player speed slightly 2025-02-09 20:01:11 +01:00
b774d90cef set onebit to false 2025-02-09 18:47:47 +01:00
14853fd391 Added the terminal from blalange.org 2025-02-09 18:47:24 +01:00
1f55d71aa6 fix: css on homepage 2024-11-29 22:25:30 +01:00
7e5d521b32 feat: Added more hosts to hostlist 2024-11-29 22:14:19 +01:00
bb4e5863df chore(npm): update packages 2024-11-29 22:13:07 +01:00
36643678d7 build(npm): Set nodejs engine version 2024-11-29 22:02:11 +01:00
d2025444b5 init new version 2024-11-24 19:20:27 +01:00
Boof
88c3af924a
maybe i should stick to milleseconds 2023-06-09 11:56:46 +02:00
Boof
f084d62f88
e 2023-06-09 11:55:19 +02:00
Boof
5aa2c0e752
a 2023-06-09 11:54:54 +02:00
Boof
4e59e2b14b
maybe its faster now? 2023-06-09 11:54:05 +02:00
Boof
f881d13985
FASTER 2023-06-09 11:52:23 +02:00
Boof
8812398b31
nanosecond cooler 2023-06-09 11:51:33 +02:00
Boof
890009e58b
beep boop 2023-06-09 11:48:21 +02:00
Boof
dca5aa7b59
forgot the javascript 2023-06-09 11:47:07 +02:00
Boof
c7c534d418
added age in millieseconds 2023-06-09 11:46:20 +02:00
Boof
995fc1efe5
a 2023-06-09 11:39:52 +02:00
Boof
33156b1d9d
added alot of text 2023-06-09 11:38:41 +02:00
Boof
9699e3c84e
a 2023-06-09 11:30:02 +02:00
Boof
aae62383e5
a 2023-06-09 11:29:41 +02:00
Boof
66ac3a3b12
a 2023-06-09 11:27:36 +02:00
Boof
de05be1554
a 2023-06-09 11:26:22 +02:00
Boof
92155cc9d1
fixed :) 2023-06-09 11:24:46 +02:00
Boof
05173abde0
fix? 2023-06-09 11:21:39 +02:00
Boof
010fc4091b
a 2023-06-01 08:19:05 +02:00
Boof
456e46aabe
bppoe adsakk 2023-06-01 08:18:12 +02:00
Boof
6294f21a1f
s 2023-06-01 08:14:32 +02:00
Boof
16bfccdac1
update text 2023-06-01 08:12:58 +02:00
Boof
7dd65d45d5
fixed minute counter 2023-06-01 08:12:03 +02:00