Commit Graph

  • e2dff3f308 ci(changelog): improve changelog format main Thomas Rupprecht 2024-03-06 21:55:33 +0100
  • 47a54c6cbd chore(package): update `git-cliff` Thomas Rupprecht 2024-03-06 20:57:21 +0100
  • 3dc39c8656 refactor(stylelint): convert `.stylelintrc.mjs` to `stylelint.config.mjs` Thomas Rupprecht 2024-03-05 21:55:50 +0100
  • adde1d82fd refactor(commitlint): convert `.commitlintrc.js` to `commitlint.config.mjs` Thomas Rupprecht 2024-03-05 21:52:07 +0100
  • 5afec23598 refactor(eslint): convert `eslint.config.js` to `eslint.config.mjs` Thomas Rupprecht 2024-03-05 21:32:54 +0100
  • 79c06a97e2 chore(package): update dependencies Thomas Rupprecht 2024-03-05 21:30:08 +0100
  • 933f7a042c chore(dprint): update dprint plugins Thomas Rupprecht 2024-03-05 21:22:15 +0100
  • 8023167072 refactor(polyfill): replace `webextension-polyfill` with simple `browser` fallback to `chrome` Thomas Rupprecht 2024-02-24 17:24:43 +0100
  • 923a906a9e chore(package): update dependencies Thomas Rupprecht 2024-02-10 18:07:49 +0100
  • ab0a42649c chore(package): update `husky` Thomas Rupprecht 2024-01-27 00:50:03 +0100
  • 03d5c06b3b chore(package): update dependencies Thomas Rupprecht 2024-01-27 00:40:16 +0100
  • b9219e1bad chore(package): update dependencies Thomas Rupprecht 2024-01-09 18:25:00 +0100
  • 37ebd89a9a chore(package): update `eslint-plugin-jsdoc` Thomas Rupprecht 2024-01-03 20:43:55 +0100
  • aad04579ef chore(package): update dependencies Thomas Rupprecht 2024-01-02 12:38:30 +0100
  • 1cb66ecca6 chore(package): update dependencies Thomas Rupprecht 2023-12-04 21:31:26 +0100
  • 48657a1283 ci(package): add fmt check to `preversion` run Thomas Rupprecht 2023-11-08 20:41:44 +0100
  • 1231308d8d chore(dprint): update dprint plugins Thomas Rupprecht 2023-11-08 20:35:12 +0100
  • fcc6558b7f feat(popup): set `scrollbar-gutter: stable` Thomas Rupprecht 2023-11-08 20:05:51 +0100
  • b631c01873 chore(package): update dependencies Thomas Rupprecht 2023-11-08 20:03:59 +0100
  • 637a0eb63e feat(fmt): add dprint as code formatter Thomas Rupprecht 2023-10-23 20:41:55 +0200
  • 3453207e7e chore(package): update dependencies Thomas Rupprecht 2023-10-23 19:50:12 +0200
  • 3dc5236380 chore(package): update `stylelint-plugin-defensive-css`, `web-ext` Thomas Rupprecht 2023-09-28 16:15:44 +0200
  • 460020f6cf style: add missing semicolon, fix codestyle in `.stylelintrc.cjs` and `types.d.ts` Thomas Rupprecht 2023-09-28 12:33:44 +0200
  • 2e1fde4715 chore(package): update `@types/firefox-webext-browser`, `eslint`, `eslint-plugin-jsdoc` Thomas Rupprecht 2023-09-25 20:20:21 +0200
  • 52aeb58698 refactor(popup): improve init of popup script and simplify `setLinks` Thomas Rupprecht 2023-09-14 02:13:49 +0200
  • fe31d9c6ec feat(editorconfig): add `.cjs` and `.mjs` to `.editorconfig` Thomas Rupprecht 2023-09-14 01:19:15 +0200
  • 9921e37605 0.9.5 v0.9.5 Thomas Rupprecht 2023-09-13 21:51:09 +0200
  • c6feec3a67 fix(background): fix init on addon reload Thomas Rupprecht 2023-09-13 21:50:31 +0200
  • 812a1b6110 0.9.4 v0.9.4 Thomas Rupprecht 2023-09-13 20:37:32 +0200
  • 8410af011b feat: update git url from `gitea.usrspace.at` to `git.usrspace.at` Thomas Rupprecht 2023-09-13 20:32:23 +0200
  • ae56bdf5bc chore(package): update `eslint`, `eslint-plugin-jsdoc` Thomas Rupprecht 2023-09-13 20:28:18 +0200
  • 91e6bd10b6 feat(popup): import `extension.css` as layer via css Thomas Rupprecht 2023-09-13 20:19:51 +0200
  • d97dc9da87 fix(background): fix background script init Thomas Rupprecht 2023-09-13 20:09:46 +0200
  • dd95d5a0ac chore(package): update `package-lock.json` Thomas Rupprecht 2023-09-08 01:08:58 +0200
  • 4037ec9631 feat(linting): add `eslint` with `unicorn`, `jsdoc`, `no-unsanitized` plugins Thomas Rupprecht 2023-09-08 01:00:20 +0200
  • 2c7230fdc9 refactor(popup): general code improvements by linter hints Thomas Rupprecht 2023-09-08 00:26:59 +0200
  • ea43a4cd9d chore(types): make `Calendar` types readonly Thomas Rupprecht 2023-09-08 00:12:19 +0200
  • e711fb11a8 fix(package): update web-ext to support newer browser APIs and remove `addon-linter` override Thomas Rupprecht 2023-09-07 13:12:11 +0200
  • 3f1300543d refactor(background): inline `fetch` and use `URLSearchParams` Thomas Rupprecht 2023-09-06 21:29:10 +0200
  • b0a2a4321e 0.9.3 v0.9.3 Thomas Rupprecht 2023-09-06 20:56:31 +0200
  • 9d524dde4d fix(linting): add newer version of `addon-linter` via override to support newer browser APIs Thomas Rupprecht 2023-09-06 20:53:40 +0200
  • a4a0db71c5 feat(linting): add `stylelint` and add check to lint script Thomas Rupprecht 2023-09-06 20:30:40 +0200
  • db0faab4db refactor(storage): use `storage.session` instead of `storage.local` Thomas Rupprecht 2023-09-06 20:10:55 +0200
  • 918cf7db91 chore(package): update @commitlint/{cli,config-conventional,cz-commitlint}, git-cliff Thomas Rupprecht 2023-09-01 23:37:23 +0200
  • 333e0b8d80 chore(package): update @commitlint/{cli,config-conventional,cz-commitlint} Thomas Rupprecht 2023-07-19 21:22:46 +0200
  • 8c2bea5fcc chore(package): update @commitlint/{cli,config-conventional} Thomas Rupprecht 2023-07-04 23:42:05 +0200
  • 6c622b4ef0 feat(popup): improve colors, refactor css, support rtl lang Thomas Rupprecht 2023-06-07 00:10:09 +0200
  • cd0b5805eb chore(package): update @commitlint/{cli,config-conventional} Thomas Rupprecht 2023-06-06 22:06:31 +0200
  • c7607652e9 style: improve codestyle Thomas Rupprecht 2023-06-01 01:49:38 +0200
  • 0fe1aaf189 docs(readme): change README title Thomas Rupprecht 2023-06-01 00:03:51 +0200
  • f3d8199b97 refactor(config): move homepage url to config Thomas Rupprecht 2023-06-01 00:02:31 +0200
  • 8aa6db1275 refactor(build): improve browser-polyfill inject Thomas Rupprecht 2023-05-25 08:07:37 +0200
  • 0495e25b80 docs(readme): update quick-links Thomas Rupprecht 2023-05-25 01:05:23 +0200
  • dea1d1a1e6 docs(readme): add logo and screenshot to readme Thomas Rupprecht 2023-05-25 00:19:14 +0200
  • a4a122a898 fix: correctly update the changelog on release Thomas Rupprecht 2023-05-25 00:09:11 +0200
  • 785421117f feat(changelog): update the changelog automatically on every commit Thomas Rupprecht 2023-05-25 00:02:55 +0200
  • b4e88abf53 feat(commitlint): add commitlint to enforce commit message format Thomas Rupprecht 2023-05-24 22:47:36 +0200
  • 2575d48e9e 0.9.2 v0.9.2 Thomas Rupprecht 2023-05-24 22:05:39 +0200
  • 2e79e02805 fix(git-cliff): fix markdown escaping in changelog Thomas Rupprecht 2023-05-24 21:45:33 +0200
  • df67e402a7 doc(changelog): update changelog with new version Thomas Rupprecht 2023-05-24 21:43:27 +0200
  • d2d9aa70ca refactor(popup): remove "browser_style" setting and include cleaned up extension.css Thomas Rupprecht 2023-05-24 20:10:35 +0200
  • 7a707c9fb0 refactor(background): remove background.html and import directly as ES module Thomas Rupprecht 2023-05-24 19:42:58 +0200
  • 0d88ee76e2 TODO: improve git-cliff config Thomas Rupprecht 2023-05-24 19:21:49 +0200
  • 4bb9a19f7a chore(package): update git-cliff Thomas Rupprecht 2023-05-15 20:59:20 +0200
  • 8f2f8051a5 chore(package): update web-ext Thomas Rupprecht 2023-04-26 00:14:38 +0200
  • 21ef55bb0e chore(package): update @types/firefox-webext-browser and web-ext Thomas Rupprecht 2023-04-12 20:43:08 +0200
  • c396c74d4a chore(package): update @types/firefox-webext-browser and add web-ext to devDependencies Thomas Rupprecht 2023-03-20 17:00:46 +0100
  • ca37e153e1 chore(js): add .ts files editorconfig and fix styling Thomas Rupprecht 2023-02-04 18:20:45 +0100
  • a193a6923c fix(js): replace deprecated substr() with substring() and add checks for promise results Thomas Rupprecht 2023-02-04 18:05:47 +0100
  • 848e1abee4 docs(js): add type definitions for Calendar and SpaceApi Thomas Rupprecht 2023-02-04 18:03:49 +0100
  • 701ec4b226 chore: unify and improve codestyle Thomas Rupprecht 2023-02-04 17:09:47 +0100
  • 25708ea410 chore(ci): improve CHANGELOG config Thomas Rupprecht 2023-02-04 03:57:09 +0100
  • 9541d3ee4b chore(package): update husky Thomas Rupprecht 2023-02-04 03:28:39 +0100
  • 4e17127714 feat(ci): add git-cliff to update the CHANGELOG.md Thomas Rupprecht 2023-02-04 02:50:44 +0100
  • bae19bff3c add pre-commit hook with husky Thomas Rupprecht 2023-02-03 22:50:18 +0100
  • 7d1ecd166a 0.9.1 v0.9.1 Thomas Rupprecht 2023-01-22 11:45:04 +0100
  • e985995ddd add link to Pad Thomas Rupprecht 2023-01-22 11:38:44 +0100
  • 5682f2322b await init Thomas Rupprecht 2023-01-21 03:39:41 +0100
  • 5ea42bccb4 replace web-ext types package Thomas Rupprecht 2023-01-21 03:01:29 +0100
  • 82bcdef199 don't fetch data if offline Thomas Rupprecht 2023-01-21 02:10:50 +0100
  • ad9abe3c94 extract code into setBadgeStatus and createStatusChangedNotification function Thomas Rupprecht 2023-01-20 17:42:45 +0100
  • b1dc1a0d21 0.9.0 v0.9.0 Thomas Rupprecht 2023-01-20 17:14:00 +0100
  • 74a0d577ee make code compatible with manifest_version v3 Thomas Rupprecht 2023-01-20 17:12:49 +0100
  • c91e519c08 update to manifest_version v3 Thomas Rupprecht 2023-01-20 17:12:16 +0100
  • a3890589b3 manifest_v3 Thomas Rupprecht 2023-01-19 00:51:59 +0100
  • 5e0182c513 0.8.7 v0.8.7 Thomas Rupprecht 2023-01-20 16:08:31 +0100
  • c216676084 open usrspace.at homepage on install Thomas Rupprecht 2023-01-20 16:06:17 +0100
  • 60c367521e remove persistent flag in manifest config Thomas Rupprecht 2023-01-19 01:36:55 +0100
  • 05c6cb5cfa remove unnecessary permissions Thomas Rupprecht 2023-01-19 01:33:01 +0100
  • 8202083710 use globalThis instead of window to also work in service worker Thomas Rupprecht 2023-01-06 02:19:12 +0100
  • f97b9a7538 improve config Thomas Rupprecht 2023-01-06 02:02:50 +0100
  • 85fd3fd86a improve badges Thomas Rupprecht 2023-01-05 21:47:53 +0100
  • 5dc8680a09 improve README Thomas Rupprecht 2023-01-05 21:44:47 +0100
  • 7a255136d2 add badges to README Thomas Rupprecht 2023-01-05 21:41:49 +0100
  • 91fb5ac155 0.8.6 v0.8.6 Thomas Rupprecht 2023-01-05 19:36:57 +0100
  • f7e38cbcc5 change addon id to currently used one Thomas Rupprecht 2023-01-05 19:36:33 +0100
  • 74251335e8 0.8.5 v0.8.5 Thomas Rupprecht 2023-01-05 19:15:09 +0100
  • 5e4dd40d0c add addon id Thomas Rupprecht 2023-01-05 19:14:02 +0100
  • ae0c2ded1b inject browser-polyfill only in chromium builds Thomas Rupprecht 2023-01-05 18:40:19 +0100
  • b749f17f35 add development docs Thomas Rupprecht 2023-01-05 17:37:35 +0100