TinyButStrong Error in field [var.version...]: the key 'version' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) This message can be cancelled using parameter 'noerr'.

TinyButStrong Error in field [var.version...]: the key 'version' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) This message can be cancelled using parameter 'noerr'.
 Notepad++ 軟體歷史版本 Download Page5 :: 軟體兄弟

Notepad++ 歷史版本列表 Page5

最新版本 [var.version]

Notepad++ 歷史版本列表

Notepad++ 是一個免費的源代碼編輯器和記事本替換,支持多種語言。運行在 MS Windows 環境下,其使用受 GPL 許可證管理。 選擇版本:Notepad++ 7.5.4(32 位)Notepad++ 7.5.4(64 位) Notepad++ 軟體介紹

Notepad++ (32-bit)Notepad++ (64-bit)


TagSpaces 5.5.1 查看版本資訊

更新時間:2023-09-29
更新細節:

What's new in this version:

- fix file upload issue

Insomnia Core 8.0.0 查看版本資訊

更新時間:2023-09-28
更新細節:

What's new in this version:

- Sharing Projects: We have entirely reinvented sharing and collaboration in Insomnia. It is now easy and quick to invite as many collaborators as we want to join our projects, collections or design documents.
- Real time collaboration: With the new real time collaboration features, you can be more productive, reduce team coordination and always know in real time who is working with you on the same collections or design documents.
- Introducing Organizations: Teams have been replaced with Organizations, you can now create as many as you need and invite people to collaborate with them.
- Social and Enterprise SSO: Organizations now support EE SSO via SAML and OIDC, while other accounts can login via social SSO providers like Google or GitHub, in addition to the traditional email login.
- Server Side Events API Support: Server Side Events APIs are now supported to give you even more ways to debug APIs with Insomnia, in addition to the previously supported REST, GraphQL, gRPC and WebSockets.
- Insomnia AI: With Insomnia Al you can auto-generate API tests based on an OpenAPI specification that you create. Build more reliable APIs and save on development time.
- New cloud dashboard: With an entirely redesigned cloud platform and dashboard at insomnia.rest managing all of your organizations and collaborators is a piece of cake.
- Collaborators RBAC: Inviting users to your personal workspace or organization just got more powerful and intuitive with powerful RBAC rules to determine the level of access
- Unlimited Projects: We removed all limitations to the Insomnia application, you can now create as many projects as you want, with as many files as you want

Fixed:
- Fixed issue where a render error would be through in some cases depending on the version format of an OpenAPI spec
- Fixed issue where pasting curl didn't work properly if the multi-line character '/' was present
- Upgraded Electron to 25.8.1 to address CVE-2023-4863

Improved:
- Added minor improvements to the UI of Design/Spec tab in Design Documents
- Improved UI for Test view and also fixed issue #6482 related to autocomplete not working properly when writing unit tests

Insomnia Core 8.1.0 查看版本資訊

更新時間:2023-09-28
更新細節:

TablePlus 5.4.5 Build 240 查看版本資訊

更新時間:2023-09-21
更新細節:

Hearthstone Deck Tracker 1.21.11 查看版本資訊

更新時間:2023-09-20
更新細節:

Firefox Developer Edition 118.0b6 (64-bit) 查看版本資訊

更新時間:2023-09-08
更新細節:

Hearthstone Deck Tracker 1.21.10 查看版本資訊

更新時間:2023-09-08
更新細節:

Insomnia Core 2023.5.8 查看版本資訊

更新時間:2023-09-08
更新細節:

Notepad++ 8.5.7 (64-bit) 查看版本資訊

更新時間:2023-09-08
更新細節:

What's new in this version:

- Change the slogan in installer
- Add supperss 2GB file warning option for x64

Fixed:
- Security enhancement: Sign uninstall.exe
- Fix eventual memory leak while reading Utf8-16 files
- Fix dragging tab performance issue while Document List is displayed
- Fix cloned document disassociated issue after Notepad++ being relaunched
- Fix session file saving problem if it’s read-only
- Fix activating wrong file(s) issue after loading session file
- Fix product version value displayed in file’s properties

Protocol Buffers 24.3 查看版本資訊

更新時間:2023-09-08
更新細節:

What's new in this version:

C++:
- Workaround ICE on gcc 7.5 by not having one overload call the other one with a

Python:
- Python C-Extension (Default)
- Added malloc_trim() calls to Python allocator so RSS will decrease when memory is freed (protocolbuffers/upb@b0f5d5d)

UPB (Python/PHP/Ruby C-Extension):
- fix a Python memory leak in ByteSize()