Paint.NET 歷史舊版本 Page5

最新版本 Firefox Developer Edition 121.0b6 (64-bit)

Paint.NET 歷史版本列表

Paint.NET 是免費的圖像和照片編輯軟件運行 Windows 的個人電腦。它具有直觀和創新的用戶界面,支持圖層,無限撤消,特殊效果以及各種有用和強大的工具。一個積極發展的在線社區提供友好的幫助,教程和插件.它開始作為由微軟指導的本科學院高級設計項目開發,目前由一些最初從事這項工作的校友維護。最初意圖作為 Windows 附帶的 Microsoft Paint 軟件的免費替代品,它已經發展成為... Paint.NET 軟體介紹


TablePlus 5.4.3 Build 230 查看版本資訊

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

What's new in this version:

- Bug fixes and improvements

Paint.NET 5.0.8 查看版本資訊

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

What's new in this version:

New:
- You can now use Ctrl + Shift + Page Up/Down to move the current tab left or right
- Primitive structs (e.g. RectInt32, Vector4Float) now implement IParsable<T> (for plugin developers)

- Improved: The primary/secondary dropdown in the Colors window has been removed. The active color is now indicated in the color box itself.
- Improved: The Colors window will now remember whether it’s in the expanded state (More vs. Less).
- Changed: The key for centered shape drawing and uniform resizing has been changed from Ctrl to Alt so that it does not collide with zooming with the mouse (Ctrl + Mouse Wheel)
- Updated the bundled DDSFileTypePlus plugin to version 1.12.1.0, which, which improves support for swizzled BC3/DXT5 normal maps (e.g. DOOM 3), and support for loading textures with an incorrect DDS_PIXELFORMAT size (e.g. FlatOut 2)
- Updated the bundled WebPFileType plugin to version 1.3.18.0

Fixed:
- In the Colors window, left clicking in the color wheel or the color palette will always set the active color, and right clicking will always set the inactive color. This was not always consistent before.
- The keyboard shortcut for previous/next tab is now Ctrl + Page Up/Down, to match other applications
- The printing UI is now run out-of-process, which should fix a slew of reliability problems (hangs, crashes)
- The “Add Color” button in the Colors window was often showing the wrong color
- Effects -> Noise -> Median was incorrectly causing transparent pixels (#00000000) to turn into slightly transparent, almost black (#01010101)
- UnaryPixelOps.Invert now works correctly, which was broken in the 5.0 release (for plugin developers)

Protocol Buffers 23.4 查看版本資訊

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

What's new in this version:

Compiler:
- Add dllexport_decl for generated default instance

Java:
- Deps: Update Guava to 32.0.1

TablePlus 5.4.2 Build 230 查看版本資訊

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

What's new in this version:

- Bug fixes and improvements

Paint.NET 5.0.7 查看版本資訊

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

What's new in this version:

- New: Ctrl+Shift+Page Up/Down can now be used to switch between tabs
- Improved: The selection highlight is now hidden when the Layer Properties dialog is open
- Improved: The Move Selection Tool will not be forced to commit its state when the image is being saved, thus preserving history entries
- Changed the icon for Contiguous mode (Magic Wand and Paint Bucket tools) to have better contrast with the icon for Global mode
- Removed the /setenv command-line argument
- Updated the bundled DDSFileTypePlus plugin to v1.11.9.0

Fixed:
- Fixed Shortcut keys are now listed for the tooltips in the Layers and History windows and for the selection combine modes in the toolbar. The help text for the Magic Wand and Paint Bucket tools also notes that holding Shift will use Global mode.
- Fixed the Edit -> Copy and Copy Merged menu items from being incorrectly enabled when no image is open
- Fixed an issue where the selection highlight would not appear in some cases
- Fixed some rare rendering artifacts for GPU plugins when using the CPU for rendering
- Fixed an infinite loop when using BoltBait’s Apply Mask twice, on two separate images with a different number of layers

Ventoy 1.0.93 查看版本資訊

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

What's new in this version:

- Fix the boot issue for Fedora/CentOS when file name contains special character
- Support unattended auto install for Deepin/UOS
- Fix a bug that if you plug-out the USB drive during installation, Ventoy will be probabilistically installed to other disk
- Correct EFI chainloader image device path
- languages.json update

Protocol Buffers 23.3 查看版本資訊

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

What's new in this version:

C++:
- Regenerate stale files
- Use the same ABI for static and shared libraries on non-Windows platforms

Objective-C:
- Regenerate stale files

UPB (Python/PHP/Ruby C-Extension):
- Fixed a bug in upb_Map_Delete() that caused crashes in map.delete(k) for Ruby when string-keyed maps were in use

TablePlus 5.4.0 Build 232 查看版本資訊

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

TablePlus 5.3.9 Build 230 查看版本資訊

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

What's new in this version:

- Bug fixes and improvements

Protocol Buffers 23.2 查看版本資訊

更新時間:2023-05-27
更新細節:

What's new in this version:

Compiler:
- Add missing header to Objective-c generator

Java:
- Rollback of: Simplify protobuf Java message builder by removing methods that calls the super class only