Closed cary-rowen closed 1 year ago
I see that you added some vscode project files - is this intentional? Typically we don't want these files, I don't even use vscode, unless I'm missing something?
On 4/1/2023 10:23 AM, Rowen wrote:
Introduction
- Updated template for latest add-on.
- Support Github Actions workflow.
- To let the workflow run automatically when pushing to main or master (development) branch, remove the comment for branches line in GitHub Actions (|.github/workflows/build_addon.yml|).
- Automatic generation of entries for NV Access add-on store (json format). Information specific to NV Access add-on store can be found here https://github.com/nvaccess/addon-datastore.
Make the add-on compatible with NVDA-2023.1. For this add-on, just modify the buildVars.py file.
Additional Information
Let me know if you'd like me to enable the Github Action workflow in this PR. This way you only need to push a Tag after merging the PR to publish a new version of the add-on.
You can view, comment on, or merge this pull request online at:
https://github.com/mltony/nvda-word-nav/pull/9
Commit Summary
6dbfd03 https://github.com/mltony/nvda-word-nav/pull/9/commits/6dbfd03dddf0eb4ec0be6dfe00ae66def3b4017e Updated add-on template, Make add-ons compatible with NVDA-2023.1.
File Changes
(9 files https://github.com/mltony/nvda-word-nav/pull/9/files)
A .github/workflows/build_addon.yml https://github.com/mltony/nvda-word-nav/pull/9/files#diff-eac5bb3f7eaec773cdf5bdd50196fdece9c6a3451512796e7bf824eae2cfd584 (64)
M .gitignore https://github.com/mltony/nvda-word-nav/pull/9/files#diff-bc37d034bad564583790a46f19d807abfe519c5671395fd494d8cce506c42947 (5)
A .pre-commit-config.yaml https://github.com/mltony/nvda-word-nav/pull/9/files#diff-63a9c44a44acf85fea213a857769990937107cf072831e1a26808cfde9d096b9 (7)
A .vscode/extensions.json https://github.com/mltony/nvda-word-nav/pull/9/files#diff-c16655a98a3ee89a7636a59c59a72b0e93649e3a1e947327cfc43a1336b4e912 (12)
A .vscode/settings.json https://github.com/mltony/nvda-word-nav/pull/9/files#diff-a5de3e5871ffcc383a2294845bd3df25d3eeff6c29ad46e3a396577c413bf357 (25)
M buildVars.py https://github.com/mltony/nvda-word-nav/pull/9/files#diff-95d1bd03b1b1b87f5a0af9a434c8c06e73a5357618723132c1fc52911dfe6c92 (77)
A flake8.ini https://github.com/mltony/nvda-word-nav/pull/9/files#diff-80db61b289bc1d64f062567c8b32c9de5ad3ef1425f1681dbebd3b69b321fe8d (43)
M sconstruct https://github.com/mltony/nvda-word-nav/pull/9/files#diff-e797ec4a79b3a47e5688a1e7d474d8ce8e9742b5b5de626dfacdbed0b3118ec5 (232)
M site_scons/site_tools/gettexttool/init.py https://github.com/mltony/nvda-word-nav/pull/9/files#diff-8eecdffd14b74f1b673cf41a3d14635908a1c4ae757a0f8db432b1adfc26bd3d (20)
Patch Links:
— Reply to this email directly, view it on GitHub https://github.com/mltony/nvda-word-nav/pull/9, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIJRDHG4JGQ3LDSRYN52OZLW7BQBFANCNFSM6AAAAAAWPYCLMY. You are receiving this because you are subscribed to this thread.Message ID: @.***>
As a supplement:
I see that you added some vscode project files - is this intentional? Hi tony, the vscode project file and flake8.ini are added by the new version of the add-on template, if you don't need these, I think I can delete them. Also, I bumped the add-on version to 1.9 please let me know if this is not required. Even if you want to release a new version all by yourself, that's fine, just close this PR, lol!
Introduction
.github/workflows/build_addon.yml
).Additional Information
Let me know if you'd like me to enable the Github Action workflow in this PR. This way you only need to push a Tag after merging the PR to publish a new version of the add-on.