Commit Graph

83 Commits

Author SHA1 Message Date
dependabot[bot]
6372e3fcf1
Bump web-ext from 7.6.2 to 7.7.0
Bumps [web-ext](https://github.com/mozilla/web-ext) from 7.6.2 to 7.7.0.
- [Release notes](https://github.com/mozilla/web-ext/releases)
- [Commits](https://github.com/mozilla/web-ext/compare/7.6.2...7.7.0)

---
updated-dependencies:
- dependency-name: web-ext
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-13 19:44:25 +00:00
004107cb96
Merge pull request #5 from sebastian-sauer/dependabot/npm_and_yarn/eslint-8.49.0
Bump eslint from 8.46.0 to 8.49.0
2023-09-13 21:43:38 +02:00
dependabot[bot]
302cb8633b
Bump eslint from 8.46.0 to 8.49.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.46.0 to 8.49.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.46.0...v8.49.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 11:28:26 +00:00
30893c594e
Merge pull request #1 from sebastian-sauer/dependabot/npm_and_yarn/eslint-8.46.0
Bump eslint from 8.45.0 to 8.46.0
2023-07-31 22:37:30 +02:00
dependabot[bot]
4fdfb2f6b4
Bump eslint from 8.45.0 to 8.46.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.45.0 to 8.46.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.45.0...v8.46.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-31 20:36:40 +00:00
f53799304c
Create dependabot.yml 2023-07-31 22:35:57 +02:00
bfffb79be2 Increase version 0.0.6 2023-07-31 22:27:02 +02:00
61bceaa0f4 Increase version number 2023-07-31 22:26:40 +02:00
f86a806759 Don't use multiple selectors
for any reason this doesn't work in FF
0.0.5
2023-07-31 22:16:11 +02:00
14758f8e0c Add new version 0.0.4 2023-07-31 22:12:10 +02:00
780a81e374 Use chrome 2023-07-31 22:11:50 +02:00
ac6dde4919 Add signing on push of tags 0.0.3 2023-07-31 21:59:24 +02:00
cedc378fdf Increase version 2023-07-31 21:53:34 +02:00
991b7e6c0a Add i18n 2023-07-31 21:49:31 +02:00
4aeca7f9a5 Fix hover styles in FF 2023-07-31 20:33:17 +02:00
b982d15202 Add build command for firefox 2023-07-31 20:33:09 +02:00
4d23b36a05 Update description 2023-07-31 20:32:58 +02:00
a3a2e52961 Don't use innerhtml to inject svg 2023-07-31 20:32:49 +02:00
db09fe9d79 Update README 2023-07-27 23:00:26 +02:00
4dfa51ca6d Update demo.gif after latest changes 2023-07-27 22:53:14 +02:00
1613969ded More css cleanup 2023-07-27 22:48:15 +02:00
394867d705 Cleanup css and use theme css variables
makes it look more integrated in e.g. dark themes
2023-07-27 22:43:33 +02:00
e551296f48 Add descriptions from conventionalcomments.org 2023-07-27 19:43:57 +02:00
2df91d053d Ensure all svgs got license comments
and improve stickyNoteIcon to match others
2023-07-27 19:35:53 +02:00
95c7374351 Add unicode chars
just to make it look nicer ;)
2023-07-27 19:26:41 +02:00
d70e249aa2 Add typo 2023-07-27 19:25:58 +02:00
85bb20cba8 Cleanup svgs and explicitly add fontawesome attribution 2023-07-27 19:25:27 +02:00
fceecb47c1 Remove hints on gitlab self hosted instances 2023-07-25 21:51:21 +02:00
25047846fa Fix selector and check for > 1.20 2023-07-25 21:50:57 +02:00
06b64ad41f Run actions on every push 2023-07-19 22:08:41 +02:00
756a469075 Run npm install then lint 2023-07-19 22:06:58 +02:00
1dc7a10d0f
Add github action to run lint 2023-07-19 22:05:17 +02:00
1a98503650 Check for gitea version >= 1.20
and extend line length to 120 chars
2023-07-19 22:02:35 +02:00
64f5bef433 Add hint for required gitea version 2023-07-19 20:45:09 +02:00
c594b8a18a Add web-ext lint and add an id for gecko 2023-07-18 22:30:41 +02:00
2b263859e6 Activate extension on all pages
fixes incompatibilities with firefox and makes code easier to maintain
2023-07-18 22:20:39 +02:00
e56335dd45 Add eslint 2023-07-18 22:04:26 +02:00
abceb87436 Update demo for gitea 2023-07-18 21:46:29 +02:00
b295288181 Fix clone url in README 2023-07-18 21:41:47 +02:00
dd94e01fda Initial changes to make it work with gitea 2023-07-18 21:37:35 +02:00
8dc05773e2 Merge remote-tracking branch 'fork/configurable-hosts-via-options' 2023-07-13 18:24:46 +02:00
Paul Slaughter
0919192361 Merge branch 'ddieulivol-add_note_label' into 'master'
Add the `note:` label

See merge request conventionalcomments/conventional-comments-button!18
2023-04-14 21:33:47 +00:00
David Dieulivol
cbc7981ef6 Add the note: label
- https://gitlab.com/conventionalcomments/conventional-comments-button/-/merge_requests/18
2023-04-14 21:33:47 +00:00
Nicolò Maria Mezzopera
dd2efe8cd9 Merge branch 'rc-master/upgrade/upgrade-manifest-version' into 'master'
Upgrade manifest to v3

See merge request conventionalcomments/conventional-comments-button!17
2022-11-24 15:08:23 +00:00
Roberto
3a2f586ba6 Upgrade manifest to v3 2022-11-24 12:02:51 -03:00
Nicolò Maria Mezzopera
05df0ea4b9 Merge branch 'ft-support-summary-comment' into 'master'
Add support for the GitLab summary comment feature

See merge request conventionalcomments/conventional-comments-button!16
2022-09-28 09:57:48 +00:00
kapsiR
67e495f167 Add support for the GitLab summary comment feature 2022-09-28 06:53:54 +02:00
Phillip Cao
014d3837ee Change hosts delimiter to new line
Added options page accessible via action
2022-04-04 01:17:41 +00:00
Phillip Cao
1ad02924ba Add options page to configure host 2022-04-04 00:50:10 +12:00
Nicolò Maria Mezzopera
b66847c474 Merge branch 'enable-autosave' into 'master'
Enable autosave for notes

Closes #10

See merge request conventionalcomments/conventional-comments-button!14
2021-11-18 09:44:42 +00:00