Commit Graph

61 Commits

Author SHA1 Message Date
WardPearce eb0c34a67c Fixed watch resuming & added android background play 2024-05-10 11:28:24 +12:00
WardPearce 24dae58062 Bump version 2024-05-10 10:33:56 +12:00
WardPearce 330b13c8f4 Bump version to 1.0.4 2024-05-09 12:21:39 +12:00
WardPearce bb997691e6 Fixed sub feed not loading if notifications disabled 2024-05-07 10:55:32 +12:00
WardPearce 7b844ea134 Fixed html character rendering & main padding 2024-05-07 10:41:12 +12:00
WardPearce 077adbee15 Minor improvements 2024-05-07 10:10:37 +12:00
dependabot[bot] 4376192949 Bump beercss from 3.5.1 to 3.5.5 in /materialious
Bumps [beercss](https://github.com/beercss/beercss) from 3.5.1 to 3.5.5.
- [Release notes](https://github.com/beercss/beercss/releases)
- [Commits](https://github.com/beercss/beercss/compare/v3.5.1...v3.5.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-06 21:58:27 +00:00
dependabot[bot] 5ead21daa8 Bump @vite-pwa/sveltekit from 0.4.0 to 0.5.0 in /materialious
Bumps [@vite-pwa/sveltekit](https://github.com/vite-pwa/sveltekit) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/vite-pwa/sveltekit/releases)
- [Commits](https://github.com/vite-pwa/sveltekit/compare/v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: "@vite-pwa/sveltekit"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-06 17:31:24 +00:00
dependabot[bot] a60f12c645 Bump vite from 5.2.10 to 5.2.11 in /materialious
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.2.10 to 5.2.11.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.2.11/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-06 17:27:32 +00:00
dependabot[bot] e625d15692 Bump @typescript-eslint/parser from 7.7.1 to 7.8.0 in /materialious
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.7.1 to 7.8.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.8.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-06 17:23:23 +00:00
dependabot[bot] 4ba627f23c Bump @sveltejs/kit from 2.5.5 to 2.5.7 in /materialious
Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 2.5.5 to 2.5.7.
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.5.7/packages/kit)

---
updated-dependencies:
- dependency-name: "@sveltejs/kit"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-06 17:22:08 +00:00
dependabot[bot] a936e06250 Bump svelte-check from 3.7.0 to 3.7.1 in /materialious
Bumps [svelte-check](https://github.com/sveltejs/language-tools) from 3.7.0 to 3.7.1.
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-3.7.0...svelte-check-3.7.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-06 15:54:27 +00:00
WardPearce 22bba74e65 Added version tag to apk 2024-05-06 20:00:27 +12:00
WardPearce 963474cfb8 Added electron workflow 2024-05-06 18:32:17 +12:00
WardPearce a76035b5c8 Minor fixes to workflows 2024-05-05 19:03:53 +12:00
WardPearce 82ed5d856f Minor fixes 2024-05-05 18:59:04 +12:00
WardPearce 9353b47689 More progress towards building 2024-05-05 18:56:38 +12:00
WardPearce 115ab9ddd2 Added electron support 2024-05-05 18:22:45 +12:00
WardPearce c381b17eb2 Fixed android login 2024-05-03 18:21:34 +12:00
WardPearce 630b0ee66d Started building android app 2024-05-03 17:41:14 +12:00
WardPearce b6c8bbc942 Added search shortcut 2024-05-01 09:32:08 +12:00
dependabot[bot] 7695f2dc9a Bump svelte-check from 3.6.9 to 3.7.0 in /materialious
Bumps [svelte-check](https://github.com/sveltejs/language-tools) from 3.6.9 to 3.7.0.
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-3.6.9...svelte-check-3.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-30 05:01:27 +00:00
dependabot[bot] fccdfe979d Bump svelte-persisted-store from 0.9.1 to 0.9.2 in /materialious
Bumps [svelte-persisted-store](https://github.com/joshnuss/svelte-persisted-store) from 0.9.1 to 0.9.2.
- [Release notes](https://github.com/joshnuss/svelte-persisted-store/releases)
- [Changelog](https://github.com/joshnuss/svelte-persisted-store/blob/master/CHANGELOG.md)
- [Commits](https://github.com/joshnuss/svelte-persisted-store/compare/v0.9.1...v0.9.2)

---
updated-dependencies:
- dependency-name: svelte-persisted-store
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-30 04:55:40 +00:00
dependabot[bot] 1a3611dc38 Bump vidstack from 1.11.17 to 1.11.21 in /materialious
Bumps [vidstack](https://github.com/vidstack/vidstack/tree/HEAD/packages/vidstack) from 1.11.17 to 1.11.21.
- [Changelog](https://github.com/vidstack/player/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vidstack/vidstack/commits/HEAD/packages/vidstack)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-30 04:54:33 +00:00
dependabot[bot] 28d02dbeb0 Bump eslint-plugin-svelte from 2.37.0 to 2.38.0 in /materialious
Bumps [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) from 2.37.0 to 2.38.0.
- [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases)
- [Changelog](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/eslint-plugin-svelte/compare/v2.37.0...v2.38.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-30 04:53:07 +00:00
dependabot[bot] 5204dfad9d Bump @typescript-eslint/eslint-plugin in /materialious
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.7.0 to 7.8.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.8.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-30 04:51:48 +00:00
Midou36O 8d1c919aec Add padding to the top of the error page so that it doesn't get hidden
by other components. Added more ignored lockfiles, and added the
material-dynamic-colors package since it wasn't installed by default.
2024-04-30 00:45:59 +01:00
dependabot[bot] ec82776230 Bump @typescript-eslint/parser from 7.5.0 to 7.7.1 in /materialious
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.5.0 to 7.7.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.7.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-22 22:09:14 +00:00
dependabot[bot] 6cacf8ccd0 Bump vite from 5.2.7 to 5.2.10 in /materialious
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.2.7 to 5.2.10.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.2.10/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-22 22:07:55 +00:00
dependabot[bot] 77f63197cb Bump svelte-check from 3.6.8 to 3.6.9 in /materialious
Bumps [svelte-check](https://github.com/sveltejs/language-tools) from 3.6.8 to 3.6.9.
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-3.6.8...svelte-check-3.6.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-22 22:06:48 +00:00
dependabot[bot] d98a6810cf Bump typescript from 5.4.4 to 5.4.5 in /materialious
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.4 to 5.4.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.4...v5.4.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-22 22:06:13 +00:00
dependabot[bot] e440a378e9 Bump svelte from 4.2.12 to 4.2.15 in /materialious
Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 4.2.12 to 4.2.15.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/svelte@4.2.15/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@4.2.15/packages/svelte)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-22 15:30:41 +00:00
dependabot[bot] 538b93868a Bump @typescript-eslint/eslint-plugin in /materialious
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.5.0 to 7.7.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.7.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 21:15:49 +00:00
dependabot[bot] f7a69384f0 Bump eslint-plugin-svelte from 2.36.0 to 2.37.0 in /materialious
Bumps [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) from 2.36.0 to 2.37.0.
- [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases)
- [Changelog](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/eslint-plugin-svelte/compare/v2.36.0...v2.37.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 21:14:54 +00:00
dependabot[bot] 17347f481f Bump vidstack from 1.11.13 to 1.11.17 in /materialious
Bumps [vidstack](https://github.com/vidstack/vidstack/tree/HEAD/packages/vidstack) from 1.11.13 to 1.11.17.
- [Changelog](https://github.com/vidstack/player/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vidstack/vidstack/commits/HEAD/packages/vidstack)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 21:14:08 +00:00
dependabot[bot] 4d68806aa6 Bump @sveltejs/vite-plugin-svelte from 3.0.2 to 3.1.0 in /materialious
Bumps [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte) from 3.0.2 to 3.1.0.
- [Release notes](https://github.com/sveltejs/vite-plugin-svelte/releases)
- [Changelog](https://github.com/sveltejs/vite-plugin-svelte/blob/main/packages/vite-plugin-svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/vite-plugin-svelte/commits/@sveltejs/vite-plugin-svelte@3.1.0/packages/vite-plugin-svelte)

---
updated-dependencies:
- dependency-name: "@sveltejs/vite-plugin-svelte"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 21:13:18 +00:00
dependabot[bot] 72438e6305 Bump prettier-plugin-svelte from 3.2.2 to 3.2.3 in /materialious
Bumps [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) from 3.2.2 to 3.2.3.
- [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/prettier-plugin-svelte/compare/v3.2.2...v3.2.3)

---
updated-dependencies:
- dependency-name: prettier-plugin-svelte
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 15:57:06 +00:00
WardPearce c0f7953d81 Started translation support 2024-04-10 23:43:35 +12:00
dependabot[bot] a8a49c0216 Bump eslint-plugin-svelte from 2.35.1 to 2.36.0 in /materialious
Bumps [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) from 2.35.1 to 2.36.0.
- [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases)
- [Changelog](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/eslint-plugin-svelte/compare/v2.35.1...v2.36.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-08 15:42:13 +00:00
dependabot[bot] 96fa9cb457 Bump @typescript-eslint/parser from 7.4.0 to 7.5.0 in /materialious
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.4.0 to 7.5.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.5.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-08 15:41:13 +00:00
dependabot[bot] 4181160341 Bump vidstack from 1.11.4 to 1.11.13 in /materialious
Bumps [vidstack](https://github.com/vidstack/vidstack/tree/HEAD/packages/vidstack) from 1.11.4 to 1.11.13.
- [Changelog](https://github.com/vidstack/player/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vidstack/vidstack/commits/HEAD/packages/vidstack)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-08 15:40:16 +00:00
dependabot[bot] d824e6f3fb Bump @typescript-eslint/eslint-plugin in /materialious
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.4.0 to 7.5.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.5.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-08 15:38:39 +00:00
dependabot[bot] 8a403b3af0 Bump typescript from 5.4.3 to 5.4.4 in /materialious
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.3 to 5.4.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.3...v5.4.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-08 15:37:05 +00:00
WardPearce 6792ab63dc Added manage subscriptions 2024-04-07 13:02:15 +12:00
WardPearce 318f812771 Started watch sync feature 2024-04-05 01:17:58 +13:00
WardPearce 232ed38e00 Fixed mobile infinite scrolling 2024-04-03 04:24:14 +13:00
WardPearce 23452118de Don't prefetch thumbnail page on tap 2024-04-03 03:38:24 +13:00
WardPearce 27cd268569 Fixed PWA support 2024-04-02 17:09:15 +13:00
Ward adb5c43eed Merge branch 'main' into dependabot/npm_and_yarn/materialious/types/eslint-8.56.7 2024-04-02 06:53:28 +13:00
dependabot[bot] fa50457002 Bump vidstack from 1.11.3 to 1.11.4 in /materialious
Bumps [vidstack](https://github.com/vidstack/vidstack/tree/HEAD/packages/vidstack) from 1.11.3 to 1.11.4.
- [Changelog](https://github.com/vidstack/player/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vidstack/vidstack/commits/HEAD/packages/vidstack)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 15:24:02 +00:00