Skip to content

Releases: bruderstein/PythonScript

v3.0.21

04 Jan 17:00
Compare
Choose a tag to compare
v3.0.21 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:

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

04 Jan 18:41
Compare
Choose a tag to compare

Still valid:

Full Changelog: v2.0.0...v2.1.0

v3.0.20

30 Dec 09:09
Compare
Choose a tag to compare
v3.0.20 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.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

08 Sep 22:14
Compare
Choose a tag to compare
v3.0.19 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.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 to d83fee1 by @dependabot in #336
  • Bump PythonScript.Tests/gtest from d83fee1 to a7f443b by @dependabot in #338
  • Bump PythonScript.Tests/gtest from a7f443b to 34ad51b by @dependabot in #341
  • Bump PythonScript.Tests/gtest from 34ad51b to ff233bd by @dependabot in #345
  • Bump PythonScript.Tests/gtest from ff233bd to 0953a17 by @dependabot in #347

Full Changelog: v3.0.18...v3.0.19

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