Releases: bruderstein/PythonScript
v3.0.21
- Alpha version with python 3 support #36:
Attention: This is a developer/early adaptor version which is no longer compatible to existing python 2.7 scripts. See e.g. https://www.guru99.com/python-2-vs-python-3.html on the differences. Apart from that see the missing features/open issues below.
Updates:
Missing features:
- support for files with encodings that are not unicode
Known issues:
- python312.dll has dependency to vcruntime140.dll
What's Changed
- MSI by WIX5 by @chcg in #365
- Add option to disable another script is running popup warning by @Ekopalypse in #367
- remove TextFX from docs by @Ekopalypse in #368
- Add an config option to chose a different console error color by @Ekopalypse in #371
- Handling of invalid values in the Search, Search, Replace and Replace methods by @Ekopalypse in #370
Full Changelog: v3.0.20...v3.0.21
v2.1.0
- support N++ 8.7.5 with scintilla 5.5.3 and lexilla 5.4.1
- backport changes from https://github.com/bruderstein/PythonScript/releases/tag/v3.0.21
Still valid:
- used plain python 2.7.18, without the modifications from fork https://github.com/bruderstein/python, reintroducing dependency to MSVCR90.dll
Full Changelog: v2.0.0...v2.1.0
v3.0.20
- Alpha version with python 3 support #36:
Attention: This is a developer/early adaptor version which is no longer compatible to existing python 2.7 scripts. See e.g. https://www.guru99.com/python-2-vs-python-3.html on the differences. Apart from that see the missing features/open issues below.
Updates:
- update python to 3.12.8
- boost 1.87.0
- headers from N++ v8.7.5
Missing features:
- support for files with encodings that are not unicode
Known issues:
- python312.dll has dependency to vcruntime140.dll
What's Changed
- Add pryrt's ConfigUpdater to Samples directory by @pryrt in #358
- Some new notepad messages added by @Ekopalypse in #361
- Ensure file activation works reliably by @Ekopalypse in #362
- Two fixes, but mainly cleanups of Python test scripts to appease linters by @Ekopalypse in #364
- Make 16x16 .ico files possible for toolbar by @Ekopalypse in #366
- User startup.py is being executed TWICE #339
Full Changelog: v3.0.19...v3.0.20
v3.0.19
- Alpha version with python 3 support #36:
Attention: This is a developer/early adaptor version which is no longer compatible to existing python 2.7 scripts. See e.g. https://www.guru99.com/python-2-vs-python-3.html on the differences. Apart from that see the missing features/open issues below.
Updates:
- update python to 3.12.6
- boost 1.86.0
Missing features:
- support for files with encodings that are not unicode
Open points:
- check/adapt sample scripts
Known issues:
- python312.dll has dependency to vcruntime140.dll
What's Changed
- Bump PythonScript.Tests/gtest from
77afe8e
tod83fee1
by @dependabot in #336 - Bump PythonScript.Tests/gtest from
d83fee1
toa7f443b
by @dependabot in #338 - Bump PythonScript.Tests/gtest from
a7f443b
to34ad51b
by @dependabot in #341 - Bump PythonScript.Tests/gtest from
34ad51b
toff233bd
by @dependabot in #345 - Bump PythonScript.Tests/gtest from
ff233bd
to0953a17
by @dependabot in #347
Full Changelog: v3.0.18...v3.0.19
v3.0.18
- Alpha version with python 3 support #36:
Attention: This is a developer/early adaptor version which is no longer compatible to existing python 2.7 scripts. See e.g. https://www.guru99.com/python-2-vs-python-3.html on the differences. Apart from that see the missing features/open issues below.
Updates:
- update python to 3.12.3
Missing features:
- support for files with encodings that are not unicode
Open points:
- check/adapt sample scripts
Known issues:
- python312.dll has dependency to vcruntime140.dll
What's Changed
- Bump PythonScript.Tests/gtest from
76bb2af
todddb219
by @dependabot in #320 - Bump PythonScript.Tests/gtest from
dddb219
to4565741
by @dependabot in #325 - Bump nuget/setup-nuget from 1 to 2 by @dependabot in #328
- Bump microsoft/setup-msbuild from 1 to 2 by @dependabot in #327
- Bump PythonScript.Tests/gtest from
4565741
toe4fdb87
by @dependabot in #331 - Bump PythonScript.Tests/gtest from
e4fdb87
to77afe8e
by @dependabot in #334
Full Changelog: v3.0.17...v3.0.18
v3.0.17
- Alpha version with python 3 support #36:
Attention: This is a developer/early adaptor version which is no longer compatible to existing python 2.7 scripts. See e.g. https://www.guru99.com/python-2-vs-python-3.html on the differences. Apart from that see the missing features/open issues below.
Updates:
- update boost 1.84.0
- update python to 3.12.1
Missing features:
- support for files with encodings that are not unicode
Open points:
- check/adapt sample scripts
- regression #322 since update to python 3.12.x
Known issues:
- python312.dll has dependency to vcruntime140.dll
What's Changed
- Add ESC key in console sets focus to current Scintilla editor buffer by @vinsworldcom in #291
- Change input box get focus after run command by @vinsworldcom in #293
- Check if GetMenu returns a valid handle and change return type to int for GetMenuItemCount by @Ekopalypse in #306
- Bump actions/checkout from 3 to 4 by @dependabot in #308
- fix persistency of PS-console visibility after Notepad++ relaunch by @xomx in #315
- Bump PythonScript.Tests/gtest from
b10fad3
to76bb2af
by @dependabot in #316
New Contributors
Full Changelog: v3.0.16...v3.0.17
v3.0.16
- Alpha version with python 3 support #36:
Attention: This is a developer/early adaptor version which is no longer compatible to existing python 2.7 scripts. See e.g. https://www.guru99.com/python-2-vs-python-3.html on the differences. Apart from that see the missing features/open issues below.
Updates:
- update boost 1.81.0
- update python to 3.10.11
Missing features:
- support for files with encodings that are not unicode
Open points:
- check/adapt sample scripts
- fix failing unittests
Known issues:
- python310.dll has dependency to vcruntime140.dll
What's Changed
- Add isDarkModeEnabled() for NPPM_ISDARKMODEENABLED API by @vinsworldcom in #270
- Makes the window handles available for the respective objects by @Ekopalypse in #282
- handle endpos=0 for research and rereplace methods by @Ekopalypse in #283
Full Changelog: v3.0.15...v3.0.16
v3.0.15
- Alpha version with python 3 support #36:
Attention: This is a developer/early adaptor version which is no longer compatible to existing python 2.7 scripts. See e.g. https://www.guru99.com/python-2-vs-python-3.html on the differences. Apart from that see the missing features/open issues below.
Updates:
- update boost 1.80.0
- update python to 3.10.9
Missing features:
- support for files with encodings that are not unicode
Open points:
- check/adapt sample scripts
- fix failing unittests
Known issues:
- python310.dll has dependency to vcruntime140.dll
What's Changed
- Bump PythonScript.Tests/gtest from
af29db7
to8ded48c
by @dependabot in #236 - Bump PythonScript.Tests/gtest from
8ded48c
to0320f51
by @dependabot in #237 - Bump PythonScript.Tests/gtest from
0320f51
to4219e72
by @dependabot in #239 - Bump PythonScript.Tests/gtest from
4219e72
to6045bf2
by @dependabot in #242 - Bump PythonScript.Tests/gtest from
6045bf2
to0e0d9fe
by @dependabot in #244 - N++ 8.4.6 by @chcg in #246
- Bump PythonScript.Tests/gtest from
0e0d9fe
to93f08be
by @dependabot in #247 - Bump PythonScript.Tests/gtest from
93f08be
to3026483
by @dependabot in #252 - add SCN_MARGINRIGHTCLICK returns by @vinsworldcom in #251
- add missing SCNotification attributes by @vinsworldcom in #254
- add getBookMarkID() call to docs by @vinsworldcom in #259
- Bump PythonScript.Tests/gtest from
3026483
to1f643f7
by @dependabot in #263
New Contributors
- @vinsworldcom made their first contribution in #251
Full Changelog: v3.0.14...v3.0.15
v3.0.14
- Alpha version with python 3 support #36:
Attention: This is a developer/early adaptor version which is no longer compatible to existing python 2.7 scripts. See e.g. https://www.guru99.com/python-2-vs-python-3.html on the differences. Apart from that see the missing features/open issues below.
Updates:
- update boost 1.79.0
- update python to 3.10.4
Missing features:
- support for files with encodings that are not unicode
Open points:
- check/adapt sample scripts
- fix failing unittests
Known issues:
- python310.dll has dependency to vcruntime140.dll
What's Changed
- Bump PythonScript.Tests/gtest from
c9461a9
toaf29db7
by @dependabot in #232
Full Changelog: v3.0.13...v3.0.14
v3.0.13-alpha
- Alpha version with python 3 support #36:
Attention: This is a developer/early adaptor version which is no longer compatible to existing python 2.7 scripts. See e.g. https://www.guru99.com/python-2-vs-python-3.html on the differences. Apart from that see the missing features/open issues below.
Updates:
- fixed msi #229
- update python to 3.10.3
Missing features:
- support for files with encodings that are not unicode
Open points:
- check/adapt sample scripts
- fix failing unittests
Known issues:
- python310.dll has dependency to vcruntime140.dll
What's Changed
- Bump PythonScript.Tests/gtest from
25ad42a
toc9461a9
by @dependabot in #225 - Bump actions/checkout from 2 to 3 by @dependabot in #226
- fix missing pyd files in installer msi files by @chcg in #231
Full Changelog: v3.0.12...v3.0.13