Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable autocorrect feature by default #72

Merged
merged 26 commits into from
Oct 19, 2022
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
5479a94
Added option to disable autocorrect feature by default.
tdulcet Jun 7, 2022
98fab9e
Added Thunderbird workaround.
tdulcet Jul 23, 2022
f1e1280
Incremented version to 0.5 and updated libraries.
tdulcet Jul 24, 2022
a8b95bb
Updated AMO and ATN descriptions.
tdulcet Jul 24, 2022
bfc5291
Updated autocorrect to prevent nested events.
tdulcet Jul 25, 2022
3347d67
Apply suggestions from code review
tdulcet Jul 28, 2022
4d3d8a5
Added notifications module.
tdulcet Jul 28, 2022
d629b8b
Revert isMobile removal.
tdulcet Jul 29, 2022
8917637
Incremented Thunderbird version.
tdulcet Jul 30, 2022
ea5c4ff
Properly use icon path from manifest
rugk Aug 22, 2022
64e3a31
Localise Thunderbird fallback message
rugk Aug 22, 2022
9ff5f96
Fix typo
rugk Aug 22, 2022
3b4a67f
Convert autocorrection warning to proper warning and localize it
rugk Aug 22, 2022
800e860
Merge remote-tracking branch 'origin/main' into disable-autocorrect
rugk Aug 22, 2022
71fb123
chore: use CommonCSS from TinyWebExt
rugk Aug 22, 2022
8d1ed43
chore: update CommonCss for proper message display
rugk Aug 22, 2022
9e68e4e
Remove the second warning for experimental features as confirm message
rugk Aug 22, 2022
96ec140
chore: remove unused browser detection for now
rugk Aug 22, 2022
4d7dc9b
chore: uuups, revert to default dev manifest
rugk Aug 22, 2022
5eb8cc6
Fix issue with Unicode font conversion.
tdulcet Sep 6, 2022
ba40745
Added new superscript characters.
tdulcet Sep 23, 2022
074ce73
Support Unicode font conversion of spaces.
tdulcet Oct 12, 2022
fb6ab80
fix: use paste symbol to make it work on macOS
rugk Oct 19, 2022
9c4c35d
remove duplicate description
rugk Oct 19, 2022
9def521
chore: update submodules
rugk Oct 19, 2022
e5d6cce
chore: better example in message.json
rugk Oct 19, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/manifests/thunderbirdmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_extensionName__",
"short_name": "__MSG_extensionNameShort__",
"version": "0.5.1",
"version": "0.5.2",
"author": "Teal Dulcet, rugk",

"description": "__MSG_extensionDescription__",
Expand Down Expand Up @@ -47,7 +47,7 @@
"applications": {
"gecko": {
"id": "unicodify@rugk.github.io",
"strict_min_version": "87.0"
"strict_min_version": "91.0"
rugk marked this conversation as resolved.
Show resolved Hide resolved
}
}
}