Skip to content

Releases: bruderstein/PythonScript

v3.0.18

10 Apr 21:14
Compare
Choose a tag to compare
v3.0.18 Pre-release
Pre-release
  1. 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

Full Changelog: v3.0.17...v3.0.18

v3.0.17

21 Dec 19:42
Compare
Choose a tag to compare
v3.0.17 Pre-release
Pre-release
  1. 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 to 76bb2af by @dependabot in #316

New Contributors

  • @xomx made their first contribution in #315

Full Changelog: v3.0.16...v3.0.17

v3.0.16

07 Apr 14:37
Compare
Choose a tag to compare
v3.0.16 Pre-release
Pre-release
  1. 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

11 Dec 19:08
Compare
Choose a tag to compare
v3.0.15 Pre-release
Pre-release
  1. 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

New Contributors

Full Changelog: v3.0.14...v3.0.15

v3.0.14

30 Apr 08:45
Compare
Choose a tag to compare
v3.0.14 Pre-release
Pre-release
  1. 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 to af29db7 by @dependabot in #232

Full Changelog: v3.0.13...v3.0.14

v3.0.13-alpha

22 Mar 02:14
Compare
Choose a tag to compare
v3.0.13-alpha Pre-release
Pre-release
  1. 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 to c9461a9 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

v2.0.0

17 Feb 23:28
Compare
Choose a tag to compare
  • support N++ 8.3 with scintilla 4.4.6
  • Notepad++ 8.3 builds change Sci_position leading to crash #218
  • editor.getTextRange crash notepad++ #224
  • findText do not find text #223
  • Support for SendKeys module #183
    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: v1.5.4...v2.0.0

v3.0.12-alpha

07 Feb 00:44
Compare
Choose a tag to compare
v3.0.12-alpha Pre-release
Pre-release
  1. 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 n++ interface to version 8.3 to avoid crashes, see #218

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

Full Changelog: v3.0.11...v3.0.12

v3.0.11-alpha

06 Feb 23:40
Compare
Choose a tag to compare
v3.0.11-alpha Pre-release
Pre-release
  1. 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:

  • python 3.10.2 (see #203 Win7 support dropped)
  • update n++ interface to version 8.2 with scintilla 4.4.6
  • use VS2022

Fixes:

  • compiler warnings

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 bb92160 to 6b74da4 by @dependabot in #216
  • Bump PythonScript.Tests/gtest from 6b74da4 to 25ad42a by @dependabot in #219
  • Scintilla 446 (N++ 8.2) by @chcg in #220

Full Changelog: v3.0.10...v3.0.11

v3.0.10-alpha

27 Dec 12:53
Compare
Choose a tag to compare
v3.0.10-alpha Pre-release
Pre-release
  1. 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:

  • python 3.10.1 (see #203 Win7 support dropped)
  • boost 1.78

Fixes:

  • compiler warnings

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