Skip to content

v3.0.17

Pre-release
Pre-release
Compare
Choose a tag to compare
@chcg chcg released this 21 Dec 19:42
· 32 commits to master since this 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