schoolbox web extension :)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge remote-tracking branch 'refs/remotes/origin/main'

willow c19988b7 536d01bc

+13 -1
+12
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## [4.0.5](https://github.com/schooltape/schooltape/compare/v4.0.4...v4.0.5) (2025-07-31) 4 + 5 + 6 + ### Bug Fixes 7 + 8 + * **popup:** reset button colour on latte ([f0b4a34](https://github.com/schooltape/schooltape/commit/f0b4a3452c13837bfe6bb24cb34910234cc03f6a)) 9 + * **popup:** updated badge ([e1ff524](https://github.com/schooltape/schooltape/commit/e1ff524e746de2ffde917924dbf195d8ec5c4105)) 10 + * reset local storage the hacky way on v4.0.5 ([baa8dc1](https://github.com/schooltape/schooltape/commit/baa8dc1664d398b6c57c202f7c0f7ae4f6989e1e)) 11 + * separate motd and updated into separate storage items ([0f874eb](https://github.com/schooltape/schooltape/commit/0f874eb4e25a79ef08e0e67cce2486302b452b8d)) 12 + * **snippets/roundedCorners:** mark all read button ([d193dfe](https://github.com/schooltape/schooltape/commit/d193dfe44fcd241d87ee1956f9f53ddd9fb66164)) 13 + * **storage:** remove troublesome migrations and perform a final full ([bef1910](https://github.com/schooltape/schooltape/commit/bef1910757e52b31e2bb50cf487711da3c3a810a)) 14 + 3 15 ## [4.0.4](https://github.com/schooltape/schooltape/compare/v4.0.3...v4.0.4) (2025-07-28) 4 16 5 17
bun.lockb

This is a binary file and will not be displayed.

+1 -1
package.json
··· 7 7 "@catppuccin/tailwindcss": "1.0.0", 8 8 "@eslint/compat": "^1.2.9", 9 9 "@eslint/js": "^9.27.0", 10 - "@lucide/svelte": "^0.523.0", 10 + "@lucide/svelte": "^0.539.0", 11 11 "@sveltejs/vite-plugin-svelte": "^5.0.3", 12 12 "@tailwindcss/vite": "^4.1.7", 13 13 "@tsconfig/svelte": "^5.0.4",