Skip to content

Commit 23dc186

Browse files
authored
Merge pull request #236 from rojopolis/release_candidate_0.48.0
Preparing release 0.48.0
2 parents 5a7e4ea + 4bb7999 commit 23dc186

File tree

3 files changed

+40
-1
lines changed

3 files changed

+40
-1
lines changed

.github/workflows/spelling_action.yml

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
with:
2121
source_files: README.md CHANGELOG.md
2222
task_name: Markdown
23-
spell_checker: hunspell
2423
output_file: spellcheck-output.txt
2524

2625
- uses: actions/upload-artifact@v4

CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Change Log for spellcheck-github-actions
22

3+
## 0.48.0, 2025-04-01, feature release, update not required
4+
5+
- Support for `hunspell` via PR [#224](https://github.com/rojopolis/spellcheck-github-actions/pull/224) from @funkill
6+
7+
These opens up for use of `hunspell` instead of the default: `aspell`. The following languages are supported:
8+
9+
- English
10+
- German
11+
- Spanish
12+
- French
13+
- Russian
14+
- Ukranian
15+
16+
And the `aspell` language support has been extended with:
17+
18+
- Russian
19+
- Ukranian
20+
21+
So the two spell checkers are aligned.
22+
23+
- The action now emits more information on what versions of tools it is using thanks to PR [#234](https://github.com/rojopolis/spellcheck-github-actions/pull/234) from @brooke-hamilton
24+
25+
The tools are:
26+
27+
- `aspell`
28+
- `hunspell`
29+
- `pyspelling`
30+
31+
- One step closer to full Docker image build automation via PR [#218](https://github.com/rojopolis/spellcheck-github-actions/pull/218) from @shyim.
32+
33+
This means that the PR [#108](https://github.com/rojopolis/spellcheck-github-actions/pull/108) from @sxd was closed - the contribution from @sxd was highly appreciated since it helped to understand the problem area and the solution.
34+
35+
PR [#218](https://github.com/rojopolis/spellcheck-github-actions/pull/218) addresses issue: [#193](https://github.com/rojopolis/spellcheck-github-actions/issues/193), which was a request for `arm64` support. Issue [#80](https://github.com/rojopolis/spellcheck-github-actions/issues/80) is still open and will not be closed until we have a fully automated build process for the Docker image.
36+
337
## 0.47.0, 2025-02-11, maintenance release, update not required
438

539
- Docker image updated to Python 3.13.2 slim via PR [#228](https://github.com/rojopolis/spellcheck-github-actions/pull/228) from Dependabot. [Release notes for Python 3.13.2](https://docs.python.org/release/3.13.2/whatsnew/changelog.html)

wordlist.txt

+6
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ StripHTML
4141
SuperFences
4242
Tasklist
4343
UI
44+
Ukranian
4445
Volkman
4546
Wordlist
4647
XSS
@@ -51,6 +52,7 @@ albertvolkman
5152
backrefs
5253
beautifulsoup
5354
bracex
55+
brooke
5456
chrispat
5557
codefences
5658
config
@@ -63,9 +65,11 @@ electrocucaracha
6365
endoflife
6466
facelessuser
6567
faq
68+
funkill
6669
gcattan
6770
github
6871
gmail
72+
hamilton
6973
html
7074
https
7175
jonasbn
@@ -83,10 +87,12 @@ riccardoporreca
8387
rojopolis
8488
sbates
8589
sexualized
90+
shyim
8691
snyk
8792
socio
8893
soupsieve
8994
subdirectory
95+
sxd
9096
tj
9197
toolchain
9298
wcmatch

0 commit comments

Comments
 (0)