doPDF 歷史舊版本 Page19

最新版本 doPDF 11.9.444

doPDF 歷史版本列表

PDF 代表便攜式文檔格式,它是由 Adobe 創建的,以減輕文檔交換。 doPDF 是一個免費的 PDF 創作者,做名稱建議,創建 PDF 文件。一旦安裝,它將允許您將任何類型的可打印文檔轉換為 PDF 文件。 doPDF 將自己安裝為虛擬 PDF 打印機驅動程序,以便安裝成功後,將顯示在“打印機和傳真”列表中以及所有程序的列表中。使用 doPDF 可以通過兩種方式將其轉換為 PDF 格式:1.... doPDF 軟體介紹


Firefox Developer Edition 94.0b8 (64-bit) 查看版本資訊

更新時間:2021-10-20
更新細節:

doPDF 11.3.225 查看版本資訊

更新時間:2021-10-13
更新細節:

What's new in this version:

- Added: Fully compatible with Windows 11
- Fixed: Error message when trying to overwrite an open PDF
- Fixed: Empty Check for updates window when offline

GDevelop 5.0.0 Beta 120 查看版本資訊

更新時間:2021-10-08
更新細節:

What's new in this version:

Improvements:
- Add a FontSize expression for Text objects

Various profile improvements:
- Display contributor profiles when clicking their badge in an extension or example
- Allow to change your email address in your profile, and to verify it
- Add a "bio", a short description that you can add to your profile
- Prevent saving projects and extensions with nonexistent authors

Extensions, assets, and examples:
- Update extension submission template to mark fields as required
- Fix pathfinding movement in Linked Objects Tools
- Partially upgrade author field to new format
- Partially upgrade author field to new format
- Attach more examples to their original author/contributors
- Add 3 thumbnails to some game examples
- Fix bubble collision at low frame rate in BimBam example and make it touch devices ready
- Update LinkedObjectTools extension to fix an issue in pathfinding movement
- Add authors for existing examples
- Also update some example project names and package names

Fixed:
- opening up the parameters dialog for object or behaviors expressions having no parameters
- wording of "empty game" to "empty project" for consistency
- very long object names overflowing or messing up some dialogs in the editor
- icons aligment and text ellipsis for long resource names in resources selector
- loss of user login between IDE refreshes/opening
- conditions comparing Dialogue Tree variables to work even if the dialogue is not running

doPDF 11.2.187 查看版本資訊

更新時間:2021-09-10
更新細節:

What's new in this version:

- Updated: UI and language update
- Fixed: Error when printing to a paused printer
- Fixed: Error message when trying to overwrite an open PDF

GDevelop 5.0.0 Beta 117 查看版本資訊

更新時間:2021-09-09
更新細節:

What's new in this version:

GDevelop 5.0.0 Beta 117
New features:
Add support for visual effects ("shaders") on objects:
- This allows to generate interesting visual effects, which can be controlled by events. For example, you can use an outline on an object to highlight, make the player glow when launching a spell, blur objects, etc...
- A new "effects" tab is now present in the objects editor. From there, you can add visual effects, that were already available for layers, and customize them from this editor.
- Actions and conditions are available to manipulate effects and change their parameters during the game
- Learn more on the wiki: http://wiki.compilgames.net/doku.php/gdevelop5/objects/effects

Add support for behaviors based on other behaviors ("behavior composition"):
- This allows custom behaviors, that you can create in your project or get from extensions, to require the presence of one or multiple other behaviors on an object: This is an advanced feature that is helpful to create behaviors that are based on other. For example, a behavior "Platformer enemy" using the "Platformer object" behavior and adding specific actions, conditions and logic to make an enemy chase the player. If you create a behavior and want to use this, just go to the properties of this behavior and add a new property. Choose the type "Required Behavior" for this property. You can then use this new behavior in the events of the behavior you just edited.
- To use a behavior based on another, you don't need to do anything special! Just add it to your object as usual: any missing behavior will be added to your object, so you can start using it immediately.

Improvements:
- Allow colors to be used for behavior properties
- Rework the color fields to allow to enter colors as R;G;B directly in the field
- Allow behaviors to have a "string list" property like functions
- Add the word "object" in timer actions/conditions names, to make them easier to spot
- Add multiple contributors to the credits (Thanks @arthuro555!)
- Allow rounding pixels when rendering on a project level
- Add command to open the extension search in the command palette
- Improve events sheet wording for object boolean variables
- Prevent variable value to be set to an invalid number ("NaN") in the variables editor
- Allow again to choose the opacity of the grid in the scene editor: Also fix an issue where a grid with the black color was not persisted properly.

Extensions, Examples, Assets:
- There are now 85+ extensions available for GDevelop in the extensions library and 2700+ assets!

Some of the new or updated extensions:
- Marching Squares extension and example by @D8H
- Fix on sliders and other exetnsions by @D8H
- New Boomerang extension by @Entr0py404 and @tristanbob
- New Magnetic effect extension by @Entr0py404
- FPS extension by @arthuro555
- UUID and Render To Sprite extension by @arthuro555
- RTS Unit Selection by Slash and @tristanbob
- Random choice in a list extension by @UlisesFreitas
- Transition painter extension by @westboy31
- Reflection by @VegeTato
- Remember that documentation pages are now automatically generated for all extensions on the wiki, including descriptions and authors.

Bug fixes:
- Increase shader precision, allowing lights to be displayed correctly on iOS
- Prevent instances to have a negative width or height in the instances editor: Note that this does not affect existing games that would use this incorrect behavior (which can create bugs)
- Fix crash when instances were resized on the scene editor after being set to a size of 0
- Fix some missing translations (Thanks @Bouh!)
- Fix missing translations in the main menu bar (Thanks @Bouh!)
- Fix games crashing when an unknown action/condition was used (could come from a deleted extension)
- Fix variable dropdown not updated in the action/condition editor after editing variables
- Fix a crash when drag'n'dropping actions/conditions in custom behaviors


GDevelop 5.0.0 Beta 115
Improvements:
- Add an action to release the ladder for Platformer object
- Improve Actions and Conditions search allowing typing mistakes
- Show previews of image resources properly pixelated when smoothing is deactivated
- Show pixel art assets in the asset store as pixelated and larger
- Add an action to clear the shapes of a Shape Painter object on demand
- Add an action to forbid to jump again while in the air to the Platformer behavior
- Add thumbnails in the resources list

Bug fixes:
- Fix color of grids in scene editor not properly persisted
- Fix Panel Sprite initial opacity not being correctly applied
- Fix buttons to save/load/change the file in Piskel sometimes not displayed properly
- Fix color picker not shown for the action setting the color of a light object
- Fix wrong icon shown intermittently in the extensions store
- Fix extra scrollbar on small screens when selecting an object or an action/condition in the events sheet
- Fix unability to scroll when a lot of parameters were shown for an action or a condition

Internal changes (for developers):
- Add continuous delivery: automatic macOS and Windows builds
- Improve TypeScript types for the Shape Painter object
- Add new lines between functions back in TS files


GDevelop 5.0.0 Beta 105
Improvements:
- Add the GDevelop games showcase in a tab of the new project window
- Improve the start page a link to the Youtube channel, more icons and a link to the showcase
- Submit your game to the showcase here!
- Add normalize expression, map a value between min and max to a value between 0 and 1
- Add condition to check if any key is released
- Add help link for AdMob actions and conditions

Fixed:
- Fix Tilemap not refreshed when the JSON file changed and a tileset JSON is also set
- Fix Tilemap not showing the specified layer in "index" mode
- Fix Tilemap not working in the web-app
- Fix fullscreen not working on certain browsers
- Fix Firebase action to sign in with 3rd party providers in a browser
- Fix middle-click drag not working in Yarn editor
- Fix rare layout glitches after resizing the window

Topaz Video Enhance AI 2.4.0 查看版本資訊

更新時間:2021-08-06
更新細節:

What's new in this version:

Major Features:
- Chronos v2 - Further training to fix model artifacts and to make the result more natural
- Proteus v2 - Further training to make the result more natural
Model Manager - Under the “File” menu, allows you to download / delete / move your AI models, as - well as view information about them
- New trial flow - when not logged into the application, a watermark will be applied to the output
Beta model support - application will now display when new beta models are ready to try. Go to File -> Manage AI Models -> Preferences, and tick “Enable beta models” to get early access to - our models in development
- Model updates can now be downloaded separately from application updates

Improvements:
- Application will now tell user that a model file is being downloaded, if one is being downloaded when trying to process
- Login flow has been improved, and now displays correct error information when login was not successful

doPDF 11.1.181 查看版本資訊

更新時間:2021-07-31
更新細節:

What's new in this version:

- Updated: Several languages
- Fixed: All users registry entry for update frequency option
- Fixed: UI changes

doPDF 11.0.170 查看版本資訊

更新時間:2021-06-23
更新細節:

What's new in this version:

- Added: Progress window when printing via the Outlook addin

Updated:
- Exporting profiles/presets on a network file is now faster as a local copy is saved first
- Danish language
- Portuguese language
- Spanish language
- Finnish language
- Activation process

Fixed:
- Window position was losing focus relative to taskbar position
- Error appending file in some rare situations
- Corrections for some macros

ExifTool 12.28 查看版本資訊

更新時間:2021-06-23
更新細節:

What's new in this version:

- Added read support for Leica Image File (LIF) images
- Added a new Olympus LensType (thanks LibRaw)
- Decode another Panasonic tag (thanks LibRaw)
- Decode more timed metadata from Sony MP4 videos
- Attempt to shorten tag names for metadata in CZI files
- Allow full QuickTime Keys tag ID's in UserDefined tags (fixes backward incompatibility introduced in 12.02)
- Patched to handle special characters in Torrent tag values

Display Driver Uninstaller (DDU) 18.0.4.1 查看版本資訊

更新時間:2021-06-23
更新細節:

What's new in this version:

- AMD: AMD streaming Audio removal
- AMD: AMD Link removal
- All: More logs for when the impersonation fail on some process
- All: Misc fixes and enhancements to the Interfaces removal
- All: Fixed a DDU crash on system with bad registry permission on some specific registry keys