doPDF 歷史舊版本 Page28

最新版本 doPDF 11.9.444

doPDF 歷史版本列表

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


GDevelop 5.0.0 Beta 95 查看版本資訊

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

What's new in this version:

Improvements:
- Introducing a New dark theme: "Nord"
- Add a condition to check if the game is running as a preview
- Add menu to open recent projects
- Add an action to clear the state of the Dialogue Tree. This is useful when launching a new game or restarting it.
- Improve autocompletions for JavaScript code events and for the game engine
- Improve preview buttons: now shown on the left of the toolbar, always visible; allow to override the default scene with an external layout
- Add missing numpad keys to the list of keyboard keys

Bug fixes:
- Fix pathfinding obstacle actions not working
- Fix path to newly created project not persisted between tabs
- Fix changes made in extensions sometimes not applied to previews
- Fix missing translations of preview button menus
- Fix crash when renaming or deleting a scene

Streamlabs OBS 0.22.0 查看版本資訊

更新時間:2020-05-28
更新細節:

GDevelop 5.0.0 Beta 93 查看版本資訊

更新時間:2020-05-08
更新細節:

What's new in this version:

Add persistence of the layout of panels in all the editors:
- Your layout will be automatically saved and then restored when opening a scene, extension or the debugger.

Rework the whole user interface to be denser and avoid empty spaces:
- Reworked margins in the whole editor
- Use a styled scrollbar
- Make search bar height smaller and use an alternate background color
- Make separation between editor panels clearer

More user interface improvements:
- Open object editor when an instance is double clicked
- Use the new action/condition editor by default
- Show the layers editor and instances editor in a panel rather than a drawer
- Allow all dialogs to be closed with Escape (or backdrop click)
- Allow to step through search results by pressing Enter in Events Sheet
- Use green color for icons on the current plan
- Move folder picker on top when creating a new project
- Change a structure back to a number/string when its last child is removed
- Add user home path to File System extension

Internal changes:
- Update to react-measure 2.3.0
- Refactor ElectronMainMenu as a functional component
- Update to Electron 8.2.5
- Rename multiLine to multiline
- Remove links to non-existing sourcemaps
- Add type checking for WebsocketDebuggerClient

Bug fixes:
- Fix (hopefully) previews sometimes stuck on Windows
- Fix renamed object not updated in ForEach, Repeat or JavaScript event
- Fix intermittent rendering issues of Panel Sprites corners
- Fix zoom shortcuts for non-Mac platforms
- Fix Advanced Bloom effect
- Fix actions to change color, font size and font family of BBText

Fix various Dialogue Tree extension ("Yarn") bugs:
- Fix command at the start of a node merges its text with the node that linked to it
- Fix Yarn skipping text results when commands are used in some cases
- Fix setting/getting variables
- Fix text failing to load when first node is of type text
- Add internal debug mode logging to Yarn
- Fix "isdialoguelinetype" command never true
- Fix new lines in text not properly detected
- Increase strictness on scrolling so it never overflows
- Fix command call detection for non scrolling text
- Fix: add back autoscroll commands, but make it safer and move it to the scroll function
- Use explicit variable types when setting bondagejs state
- Fix command not getting called sometimes
- Fix text not terminating sometimes

- Fix changing font size of BBText objects using events
- Fix some combinations of "subconditions" (like "And" condition with "Equal" condition inside) not working
- Fix crash in the extension editor on small screens
- Fix Project Manager state not preserved when closed and re-opened
- Fix potential crash in Events Sheet when using undo/redo
- Fix typo
- Ensure the color picker is never shown out of the window area

Streamlabs OBS 0.21.2 查看版本資訊

更新時間:2020-04-21
更新細節:

GDevelop 5.0.0 Beta 92 查看版本資訊

更新時間:2020-04-17
更新細節:

What's new in this version:

- Fix the Profiler not working in beta 91
- Fix filesystem, quit game not working in beta 91
- Add more documentation and typing to JavaScript sources

GDevelop 5.0.0 Beta 91 查看版本資訊

更新時間:2020-04-15
更新細節:

What's new in this version:

New features:
Add autocompletions when typing an expression:
- Completions will show objects, behaviors and functions that you can use when typing an expression
- When editing a function, it will show the expected parameters and its description
- Add a context menu to select the scene to start the preview with

New "Jump Sustain Time" property for the Platformer Object behavior: specify a maximum time during which the jump strength is sustained, if the jump key is held:
- This is an easy way to make variable height jumps. The object can make a small jump by just tapping the jump key (or simulating it with events) or a longer one by holding the key.

New effects available for layers:
- Old film, Dot, Color Replace, BulgePinch, Glitch, RadialBlur and Twist effects and blending mode effect
- These effects will be available in the future for objects on the scene too

Improvements:
- Make New scene naming convention more consistent
- Add Escape (and Enter) key to finish renaming groups and comments
- Add Exit GDevelop option to File menu
- Added shortcut to export project
- Add duplicate menu option in Project Manager
- Remember the directory previously chosen when selecting a resource
- Improve visibility of parameter for checkbox in effects list
- Allow to change the animation speed/frequency of effects
- Close popover in events sheet after selection in an autocomplete field
- Update bouncing-ball-and-rope example
- Track changes to display a smart unsaved changes warning: add asterisk in titlebar when the project is modified, the editor nows warn about unsaved changes when closing the app only if there are changes made since the last save
- Rationalise dismissing of dialogs with click outside/escape key: dialogs showing editors can't be dismissed with a click outside/escape key to avoid losing modifications
- Improve bug reports with system details
- Add menu items to edit properties or variables in the Project Manager context menu
- Disable some menu items if no project is opened
- New "cannon ball with physics" example

Bug fixes:
- Fix Left/Right Ctrl/Shift/Alt/Meta not recognised as separate keys
- Display human readable names for builds in the Builds list
- Fix Dialogue Tree command wrongly removing space between words
- Fix Android export when project name has special characters
- Fix object name not selectable when renaming an object
- Fix tooltip content for editor titles
- Fix spinner shown in "See all my builds" when not logged in
- Fix crash in external events
- Fix sentences for video object actions & clean whitespace
- Fix global objects not updated in other editors after modifying them
- Fix ContextMenu positioning in the web-app
- Fix typos
- Make table headers bolder
- Fix warning not showing when using a digit as first character for a name
- Fix selection issues in the Autocomplete lists
- Fix videos in Chrome 76+
- Fix Cursor/touch on object condition not in the list of "object" conditions
- Fix some bad characters in results of HelpFinder
- Fix for redundant scrollbar in Project Manager
- Fix the expression selector positioning when are errors shown for an expression
- Fix help button for BBText objects
- Fix "Select option by number" in Dialogue Tree

Internal upgrades or fixes:
- Upgrade IDE to use Electron v8.2.1
- Upgrade to Flow 0.120.1
- Reorder Effects/JsExtension.js
- Update react-scripts to v3.4.0
- Remove Fullstory analytics on the web-app
- Replace Downshift with material-ui Autocomplete
- Move loadObject to registerObject method in gdjs.RuntimeScene
- Add option to use MinGW instead ninja for GDevelop.js
- Update required CMake version for GDevelop.js
- Add Prettier to electron-app and autoformat files
- Add doc and type annotations to gdjs.WebsocketDebuggerClient

Streamlabs OBS 0.21.1 查看版本資訊

更新時間:2020-04-14
更新細節:

MediBang Paint Pro 25.2 (64-bit) 查看版本資訊

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

What's new in this version:

- Fixed a bug where the shortcut key could not be used when switching to English

doPDF 10.7.124 查看版本資訊

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

What's new in this version:

New:
- Option to add the default signature in the Outlook email body as text/html
- Added Finnish language
- Added Portuguese language
- Added Nepali language

Update:
- Updated Polish language

Fix:
- Corrected some black boxes in images
- Corrected fonts embedding
- Corrected Windows version on About
- Help button crash

GeForce NOW 1.0.8 查看版本資訊

更新時間:2020-03-18
更新細節: