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 23781d7f b228a12b

+19 -1
+18
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## [4.1.0](https://github.com/schooltape/schooltape/compare/v4.0.5...v4.1.0) (2025-08-17) 4 + 5 + 6 + ### Features 7 + 8 + * disable settings reset for those that have reset already ([623d654](https://github.com/schooltape/schooltape/commit/623d6540a2ac4d1e4b9d8dd0d7bb8bd9b2d1918f)) 9 + * remove update badge after opening popup ([aca4eb3](https://github.com/schooltape/schooltape/commit/aca4eb38e5adcc35814e4eaef2a06112de2db317)) 10 + 11 + 12 + ### Bug Fixes 13 + 14 + * disable logging in production ([6d7d492](https://github.com/schooltape/schooltape/commit/6d7d49294ce6577c48cc12784dfb59f6a570f20a)) 15 + * refresh banner appearing when unnecessary ([cf41209](https://github.com/schooltape/schooltape/commit/cf41209876cc47b9609ac1124661afee22cddb24)) 16 + * **snippets:** hide pwa prompt not working ([a9a524d](https://github.com/schooltape/schooltape/commit/a9a524d78985975394d90e25d31b575be8e75456)) 17 + * state wrapper not using latest storage value ([0a551c6](https://github.com/schooltape/schooltape/commit/0a551c6b2d1485e01afb99d79605caf2b379e4c6)) 18 + * **themes:** modern icons colour ([055ce38](https://github.com/schooltape/schooltape/commit/055ce38622d3818d93c5d44e4f158096f9de4f19)) 19 + * timetable rounded corners when theme is disabled ([280a2b8](https://github.com/schooltape/schooltape/commit/280a2b8aca4c499408baf8dad2e0113158ae6884)) 20 + 3 21 ## [4.0.5](https://github.com/schooltape/schooltape/compare/v4.0.4...v4.0.5) (2025-07-31) 4 22 5 23
+1 -1
package.json
··· 1 1 { 2 2 "name": "schooltape", 3 - "version": "4.0.5", 3 + "version": "4.1.0", 4 4 "author": "42willow", 5 5 "devDependencies": { 6 6 "@catppuccin/palette": "^1.7.1",