You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Change Log for spellcheck-github-actions
2
2
3
+
## 0.49.0, 2025-05-22, feature release, update not required
4
+
5
+
- Support for Italian as requested by: Stefan Oderbolz (@metaode) via issue [#241](https://github.com/rojopolis/spellcheck-github-actions/issues/241), the support is both for `aspell` and `hunspell`
6
+
7
+
- Docker image updated to Python 3.13.3 slim via PR [#238](https://github.com/rojopolis/spellcheck-github-actions/pull/238) from Dependabot. [Release notes for Python 3.13.3](https://docs.python.org/release/3.13.3/whatsnew/changelog.html)
8
+
9
+
-`pymdown-extensions` have been updated to: `10.15.0` hopefully addressing the issue outlined in issue [#233](https://github.com/rojopolis/spellcheck-github-actions/issues/233) from: Micha Hobert (@Isengo1989). @facelessuser made the release of the dependency and I have included it in this release
10
+
3
11
## 0.48.0, 2025-04-01, feature release, update not required
4
12
5
13
- Support for `hunspell` via PR [#224](https://github.com/rojopolis/spellcheck-github-actions/pull/224) from @funkill
@@ -116,7 +117,7 @@ For example, it could be named `.github/workflows/spelling_action.yml` for easy
116
117
117
118
### Using a Canonical Version
118
119
119
-
In the above example, the configuration is pointing to the exact version of `0.47.0`, this repository also offers the canonical version `v0`, so there is less hassle keeping the action up to date.
120
+
In the above example, the configuration is pointing to the exact version of `0.49.0`, this repository also offers the canonical version `v0`, so there is less hassle keeping the action up to date.
@@ -953,11 +956,13 @@ Here follows a list of contributors in alphabetical order:
953
956
- Matt Calvert, @miff2000
954
957
- Matthew Macdonald-Wallace, @proffalken
955
958
- Michael Flaxman, @mflaxman
959
+
- Micha Hobert, @Isengo1989
956
960
- Mike Starov, @xsaero00
957
961
- Nicolas Lhomme, @nlhomme
958
962
- Pavel Skipenes, @pavelskipenes
959
963
- Peter Petrik, @PeterPetrik
960
964
- Riccardo Porreca, @riccardoporreca
965
+
- Stefan Oderbolz @metaodi
961
966
- Stephen Bates, @sbates130272
962
967
963
968
Do you want to be left out, or feel left out of this list or have a different representation of your name, please submit a pull request or raise an issue
@@ -978,6 +983,7 @@ This repository is licensed under the MIT license.
0 commit comments