CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 70
Releases: bruderstein/PythonScript
v3.0.23
Compare
- 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
- python 3.12.10
- NPPM_GETOPENFILENAMES and related are being deprecated #386
- notepad.activateBufferID can activate incorrect cloned document #382
- update to N++ 8.8.2 and removal of corresponding methods from pythonscript which are commented out from N++ scintilla interface:
deprecated by N++ 2GB+ support via new scintilla interfaces from 5.2.3 (see https://www.scintilla.org/ScintillaHistory.html), please use SCI_GETTEXTRANGEFULL, SCI_FINDTEXTFULL,SCI_GETSTYLEDTEXTFULL and SCI_FORMATRANGEFULL and corresponding defines/structs
Full Changelog: v3.0.22...v3.0.23
Assets 12
v3.0.22
Compare
- 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
- python 3.12.9
- bugfix for Tk/Tcl version conflict #379
- add new Notepad message NPPM_ADDSCNMODIFIEDFLAGS by @Ekopalypse in #376
- Bump PythonScript.Tests/gtest from
e235eb3
to24a9e94
by @dependabot in #377
Full Changelog: v3.0.21...v3.0.22
Assets 10
v3.0.21
Compare
- 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
Assets 12
v2.1.0
Compare
- 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
Assets 14
- 7.36 MB
2025-01-04T18:45:59Z - 7.68 MB
2025-01-04T18:41:45Z - 825 KB
2025-01-04T18:46:00Z - 952 KB
2025-01-04T18:41:46Z - 6.13 MB
2025-01-04T18:46:00Z - 6.13 MB
2025-01-04T18:46:01Z - 6.94 MB
2025-01-04T18:41:46Z - 6.94 MB
2025-01-04T18:41:47Z - 3.37 MB
2025-01-04T18:46:02Z - 3.67 MB
2025-01-04T18:41:48Z -
2025-01-04T18:01:04Z -
2025-01-04T18:01:04Z - Loading
v3.0.20
Compare
- 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
Assets 12
v3.0.19
Compare
- 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
Assets 10
v3.0.18
Compare
- 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
Assets 12
v3.0.17
Compare
- 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
Assets 12
v3.0.16
Compare
- 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
Assets 12
v3.0.15
Compare
- 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