Sublime Text 歷史版本列表 Page2

最新版本 Sublime Text 4169

Sublime Text 歷史版本列表

Sublime Text 是一個複雜的代碼,標記和散文的文本編輯器。您將愛上流暢的用戶界面,非凡的功能和驚人的性能。選擇版本:Sublime Text 3154(32 位)Sublime Text 3154(64 位) Sublime Text 軟體介紹

Sublime Text (32-bit)Sublime Text (64-bit)


Git for Windows 2.42.0.2 (64-bit) 查看版本資訊

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

What's new in this version:

Fixed:
- Git for Windows v2.42.0's release notes claimed that it ships with Git LFS v3.4.0, which is incorrect and has been fixed in this release
- The installer option to enable support for Pseudo Consoles has been handled incorrectly since Git for Windows v2.41.0, which has been fixed
- Some Git commands (those producing paged output, for example) experienced a significant slow-down under certain circumstances, when running on a machine joined to a domain controller, which has been fixed.
- As of Git for Windows v2.41.0, when installed into a location whose path contains non-ASCII characters, it was no longer possible to fetch from/push to remote repositories via https://, which has been fixed.

Git for Windows 2.42.0.1 (64-bit) 查看版本資訊

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

What's new in this version:

Fixed:
- When init.defaultBranch is changed manually in the system config, subsequent Git for Windows upgrades would overwrite that change
- When running on a remote APFS share, Git would fail, which has been fixed

Thonny 4.1.2 查看版本資訊

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

What's new in this version:

- Avoid repetitive attempts to restart backend after connection gets lost during a Run
- Automatically hide tooltips if window loses focus,
- Import optional deps with augmented sys.path, fixes problems with importing plug-ins
- Don't leak main site-packages to virtual environment's sys.path
- Fix Assistant error with relative imports
- Don't attempt to save unchanged editor at run
- Fix MicroPython upload errors by more conservative back-end isolation
- Fix MicroPython code completions by fixing packaging of base MicroPython stubs
- Fix various completion failures by reverting a jedi hack
- Avoid duplicate MicroPython completions when a module is already imported
- Update Persian, Italian, Japanese, Brazilian Portuguese and Chinese translations (see POEditor for contributions)

Sublime Text 4152 查看版本資訊

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

Sublime Text 4151 查看版本資訊

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

What's new in this version:

- Various syntax highlighting improvements
- Added "fold_style" setting for controlling syntax-based code folding
- Last tab in a group can now be selected with alt+9 (Windows/Linux) and cmd+9 (Mac)
- Split View retains the original view's viewport position
- Added WebP support
- Improved minimap viewport contrast with large amounts of visible text
- The window title now indicates whether Sublime Text is running with administrator privileges
- Improved indentation detection for files with many single space indents
- Improved caret positioning when using text wrapping
- Find in Files: Tab multi-select modifier keys are now supported
- Find in Files: Fixed search results not being ordered
- Find in Files: Paths can now be quoted
- Find in Files: Added "find_in_files_suppress_errors" settings
- Find in Files: Added "find_in_files_context_lines" settings
- Find in Files: Added "find_in_files_side_by_side" setting
- Find in Files: Ongoing searches are no longer canceled on renamed buffer
- Find in Files: Fixed ./ not working in the "Where" field
- Find: Added "regex_auto_escape" setting
- Find: Fixed find settings confusion when run immediately after find_under_expand
- Find: Fixed find in selection skipping empty selections

Fixed:
- files in side-bar not properly reflecting their git status
- word wrap being too early in some cases
- scrolling by page not always including a full line of context
- first character beyond ASCII range not being decoded/encoded for short code pages
- annotations displaying incorrectly when "ui_scale" is set to something other than 1
- recent file list not being updated when quitting with hot exit disabled
- high memory usage edge case in minihtml parsing
- case where open file/folder dialogs didn't respect "default_dir" setting
- tabs of deleted files incorrectly showing as modified in some cases
- "draw_centered" setting causing incorrect gutter rendering in some cases
- extra commands being included for macros in some situations
- goto-symbol not showing inside empty groups
- column number in the status bar not updating upon changing tab width
- issue where the command palette could consume key presses while not having input focus

- Improved performance when drag selecting columns
- Reopen Closed File now uses the window's file history by default rather than global history
- Syntax Highlighting: Improved scope selector performance
- Syntax Highlighting: Fixed syntax-based folding not working correctly with some indented code
- Syntax Highlighting: Fixed syntax definition negative symbol tests
- Syntax Highlighting: Fixed edge case that could break syntax highlighting
- Syntax Highlighting: Fixed backtracking bug where tokens were being dropped
- Syntax Highlighting: Fixed some hangs caused by syntax backtracking
- Syntax Highlighting: Fixed a syntax highlighting performance issue due to backtracking
- Syntax Highlighting: Fixed a crash when a lazy loaded syntax doesn't exist
- API: Updated to Python 3.8.12 and OpenSSL 1.1.1s
- API: The Python 3.3 plugin environment now uses the same OpenSSL as 3.8
- API: Added support for the "context" key in mousemaps
- API: Fixed inconsistent focus after Window.open_file()
- API: The open_file command now supports "transient", "force_group", "clear_to_right" and "force_clone" arguments
- API: Added Window.num_views_in_group()
- API: Added sublime.project_history()
- API: Added sublime.folder_history()
- Windows: Added alt+shift+p as default keybinding for Quick Switch Project
- Windows: Fixed a packaging error with the installers
- Windows: Fixed tooltips sometimes not being removed
- Windows: Fixed select folder dialog not respecting the initial directory
- Windows: Fixed lockup that could occur when menus and popups interfere

Git for Windows 2.41.0.3 (64-bit) 查看版本資訊

更新時間:2023-07-14
更新細節:

What's new in this version:

New Features:
- Comes with Git Credential Manager v2.2.2

Git for Windows 2.41.0.2 (64-bit) 查看版本資訊

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

What's new in this version:

New Features:
- Comes with MSYS2 runtime v3.4.7
- Comes with OpenSSL v3.1.1, a major version upgrade (previously Git for Windows distributed OpenSSL v1.1.*)
- To support interoperability with Windows Subsystem for Linux (WSL) better, it is now possible to let Git set e.g. the executable bits of files (this needs core.WSLCompat to be set, and the NTFS volume needs to be mounted in WSL using the appropriate options).

Fixed:
- Portable Git: The Windows version is now parsed more robustly in the post-install script
- The labels of the File Explorer menu items installed by the Git for Windows installer have been aligned with what is customary ("Open Git Bash Here" instead of "Git Bash Here")

Thonny 4.1.1 查看版本資訊

更新時間:2023-06-12
更新細節:

What's new in this version:

- Fix the warning for cases where Thonny avoids user module shadowing a library module
- Fix installing from local file in ESP flashing dialog
- Use a tilde to separate pre-release versions in the AppData
- Use bigger initial width in simple mode
- Big progress with Italian translation, by mapi68, Ribezzz and sailslack
- Updated Chinese (TW) and English (UK) translations

Git for Windows 2.41.0 (64-bit) 查看版本資訊

更新時間:2023-06-02
更新細節:

What's new in this version:

New Features:
- Comes with Git v2.41.0
- Comes with OpenSSH v9.3p1
- Comes with MinTTY v3.6.4
- The Git for Windows installer now also includes the Git LFS documentation (i.e. git help git-lfs now works)
- Comes with Perl v5.36.1
- Comes with GNU Privacy Guard v2.2.41
- Comes with Git Credential Manager v2.1.2
- Comes with MSYS2 runtime (Git for Windows flavor) based on Cygwin 3.4.6. (This does not extend to 32-bit Git for Windows, which is stuck with v3.3.* of the MSYS2 runtime forever.)
- To help with Git for Windows' release mechanics, Git for Windows now ships with two variants of libcurl
- Comes with cURL v8.1.2
- Comes with OpenSSL v1.1.1u

Fixed:
- Git GUI's Repository>Explore Working Copy was broken since v2.39.1, which has been fixed
- The MSYS2 runtime was adjusted to prepare for an upcoming Windows version

Git for Windows 2.40.1 (64-bit) 查看版本資訊

更新時間:2023-04-26
更新細節:

What's new in this version:

New Features:
- Comes with Git v2.40.1

Fixed:
- Addresses CVE-2023-29012, a vulnerability where starting Git CMD would execute doskey.exe in the current directory, if it exists
- Addresses CVE-2023-29011, a vulnerability where the SOCKS5 proxy called connect.exe is susceptible to picking up an untrusted configuration on multi-user machines
- Addresses CVE-2023-29007, a vulnerability where git submodule deinit can inadvertently introduce malicious changes into the Git config file
- Addresses CVE-2023-25815, a vulnerability where Git can unexpectedly show crafted "localized" messages written by another user on a multi-user machine
- Addresses CVE-2023-25652, a vulnerability where git apply --reject could follow symbolic links to write files outside the worktree