Skype 歷史版本列表 Page64

最新版本 Firefox Developer Edition 124.0b2 (64-bit)

Skype 歷史版本列表

Skype 是使您能夠在世界任何地方撥打免費電話的軟件。 Skype 使用 P2P(點對點)技術將您與其他用戶連接起來。它提供了幾個功能,包括 Skype 從 Skype 撥打全球的普通和移動電話,電話會議和安全的文件傳輸。您現在也可以與其他用戶共享您的屏幕。 Skype 調用專注於視頻和音頻質量,並確保與端到端的加密調用。所有你需要開始的是 Windows XP SP3,Vista,7,8 或 ... Skype 軟體介紹


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

WYSIWYG Web Builder 16.4.3 查看版本資訊

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

What's new in this version:

WYSIWYG Web Builder 16.4.3
Improved:
- Added support for file links to Button and Themeable Button
- Optimized the generated HTML of the Responsive Menu for Google's Lighthouse
- Added (experimental) support for Harbour programming language in HTML formatting engine (beautify/minify)
- Simplified HTML attribute encoding for Unicode text to improve SEO
- Re-adding hidden columns in Layout grid will restore previous alignment/order

Fixed:
- Incorrect column alignment in layout grids and custom overflow with flexbox
- Issue with captcha width in layout grids (full width = false)


WYSIWYG Web Builder 16.4.2
- Improved: Added 'font-display: swap' to font-awesome.min.css
- Fixed: Issue with image path in Slide show set to fullscreen BG


WYSIWYG Web Builder 16.4.1
Fixed:
- Crash when using Captcha on master page
- Issue with inset box shadow in Themeable Menu
- Issue with Bcrypt in login form
- Issue with image filters on hidden images

Improved:
- Bookmark now uses

instead of to prevent Lighthouse "Links are not crawlable" warning
- Optimized generated HTML for CSS Menu for Lighthouse
- Added width and height attributes to logo of Themeable Menu (Lighthouse improvement)
- Added title attribute to hamburger icon of the Themeable Menu (Lighthouse improvement)


WYSIWYG Web Builder 16.4
New:
- Added 'Prompt for Save before publishing' option (Tools->Options->General). This will ask you if you want to save the project before publishing
- Added 'Show All' and 'Hide All' commands to Object Manager context menu. This is a quick way to show or hide all objects. If the selected object is a layer/layout grid then only the elements of that layer will be hidden/shown
- Added a tool to convert a 'jQuery Mobile' page to a standard web page. As you may know jQuery Mobile has not been updated 2014 and therefore it is outdated and no longer relevant for modern web design. The new tool makes it easier to convert existing mobile pages to standard pages with layout grids. All mobile specific elements will be converted to standard elements. Where possible, themes/swatches will be replaced by standard styles. Note that some features (like page transitions, AJAX page loading, swatches) are not available for standard HTML pages, so it's not possible to do a 100% perfect conversion. After the conversion you probably need to do some manual changes, but becuase you are no longer limited to jQuery Mobile elements only you will have much more control over the page layout
- Added support 'onfocusin' and 'onfocusout' events
- Added 'Full width' property to Panel Menu. This adds the ability to make the Panel Menu button full width in layout grids
- Added 'onchange' event to checkbox and flip switch

Improved:
- The Slideshow and Photo Gallery now use the Instagram Basic Display API to display Instagram images. This requires an authorization token
- Added the ability to set the scaling factor of thumbnail images in the Photo Gallery (experimental) to improve Google's lighthouse 'Best Practice' scores. Hold down the SHIFT-key while clicking the 'Source' button to change the value. The default is 1.5 (which is 1.5x the size in the workspace)
- Added 'width' and 'height' attributes to Photo Gallery images to improve Google's Lighthouse 'Performance' scores
- Added &display=swap to the end of the generated google fonts code (Google Lighthouse improvement)
- Added 'font-display: swap' to @font-face definitions (Google Lighthouse improvement)
- The zoom level of the workspace is preserved between sessions. Note: the option 'Set initial zoom level based on DPI scaling' should be OFF
- Implemented responsive padding for layers (position children -> floating)

Fixed:
- Deleting Style Causes Program Crash
- Several issues with Themeable button: padding, alignment, responsive size, split button arrow
- Issue with Overlay Menu z-index in popup mode
- Issue with custom ID in RTF to HTML conversion
- Issue with custom @font-face fonts in combination with icon fonts


WYSIWYG Web Builder 16.3.2
Fixed:
- Favorite icons are listed as orphan files in the Asset Manager
- Internal links (smartlinks) in the URL history

Improved:
- Layout grid no longer generates unnecessary CSS for breakpoints if overflow is set to 'none'
- Optimized flexbox container layout calculations for workspace rendering


WYSIWYG Web Builder 16.3.1
- Fixed: Pixabay background video stopped working. Added 'background' parameter to URL
- Fixed: Memory leak in texture based gradient rendering
- Improved: Cleaned up unused datepicker language files from js folder


WYSIWYG Web Builder 16.3.0
Fixed:
- Invalid display attribute for Banners in flexgrid
- Text in Shape object gets split if more than one color

Improved:
- Line break processing for Text with 'use mode'.
- Several optimizations in Line spacing for Text with 'use mode'.
- Redesigned link processing for Text with 'use mode'.
- Cleaner HTML output for Text with 'use mode'.
- Added support for input method editor (IME) messages in the text editor. This allows users to enter complex characters and symbols, such as Japanese Kanji characters, by using a standard keyboard.
- Also, supports the Windows 10 emoji picker (Windows Key and Period Key ( . )) to quickly insert Emojis and other symbols.
- More precise caret (blinking line) rendering in text editor on high DPI displays.
- 'Reset formatting' now also resets font-family, font-size and line spacing.
- Added multi select in slideshow image list properties.
- Size of the animation drop down list in Events.
- Added 'Lock All' and 'Unlock All' to Object Manager context menu.
- Added the ability to select OTF fonts in web font configuration.
- Updated jQuery version to "jquery-3.6.0".
- Implemented a workaround for CORS policy changes in Instagram API. Applies to Slideshow and Photo Gallery.

- New feature: Added the ability to use Icon Libraries in third party extensions (requires Extension Builder 6.5). More details are available in the Extension Builder documentation.


WYSIWYG Web Builder 16.2.0
- Fixed: Issue with Shape text alignment and CSS output

Improved:
- Global Replace now also replaces font-families in styles
- Direct2D rendering of Shape's inner shadow
- 'File' property in extensions now also supports URLs
- All communication with web services (extension manager, check for updates, etc) is now using https
- Added support for flex grids in master frames
- Redesigned the activation process for better compatibility with firewalls like BullGuard
- Added 'Russian Ruble' (RUB) currency code to PayPal buttons
- Added the ability to delete multiple objects via the Object Manager

New:
- Added support for export to Quick 'n Easy Web Builder 8.x format
- Added 'Title' property to Inline Frame for screen readers and other assistive technologies
- Added "lazy load" option to: Cards, Slideshow, Picture, Shape, Polygon, ClipArt, Curved Text, TextArt, Banner, YouTube, Vimdeo and Inline Frame
'Lazy loading' specifies whether a browser should load an image immediately or to defer loading of off-screen images until for example the user scrolls near them
Lazy loading images helps with website performance, because images will only be loaded when needed


WYSIWYG Web Builder 16.1.2
- Improved: Rollover Text aspect ratio calculation
- Improved: Added support for events in Themeable Menu items
- New feature: Added the ability to add events to cards


WYSIWYG Web Builder 16.1.1
Fixed:
- Issue with Layout Grid height (33vh)
- Incorrect editbox margin with Bootstrap validation
- Issue with combobox height in floating layout
- Issue with page events

- Improved: Template selection dialog background for dark themes


WYSIWYG Web Builder 16.1.0
Fixed:
- Implemented workaround for Layout Grid issue with order and custom overflow
- Issue with built-in Carousel arrows for non-flexible layouts
- Issue with FlexContainer parallax background and max-width

Improved:
- Several improvements in the Tabs widget for flexible layouts
- Added Asset Manager support for YouTube preview images
- The color picker has a new alpha slider
- Upgraded to PHP Mailer version 6.2.
- Upgraded to plyr 3.6.3 (for use with YouTube, HTML audio/video and Vimeo

New:
- Added support for 'scrollspy' to Overlay Menu
- Added support for 'highlight current page' to Overlay Menu
- Added 'border-width' property to Mega Menu
- Added support for responsive fonts to the Accordion, only for flexible layouts (eg. position children must be 'floating'
- Added 'full width' property to flexbox container. This option can be useful when the flex container is part of a layout grid
- Added the ability to use the same name for a folder and page (in the same folder)
- Added the ability to use 'Dividers' in a Carousel
- The height of Shape Dividers is now responsive, so they can have a different height in breakpoints
- Panel menu links now have a separate alignment property. So, the button and links can have a different alignment
- Added 'stretched link' option to cards. If this option is enabled then the full card will be clickable when a link is used in one of the items (for example a linked button)
- Added 'padding' properties to CMS Label
- Added 'Accent color' property for Plyr in YouTube, Vimeo and HTML5 Audio/Video. The accent color specifies the primary UI color of the player
- Added 'default' overflow mode to Layout Grid. This option introduces a new simplified responsive mode for layout grids. In 'default' mode, the number of columns is the same in all breakpionts (like overflow = none) however the column properties (padding, order, alignment, border) are responsive


WYSIWYG Web Builder 16.0.5
- Fixed: Issue with links in Bootstrap Tabs
- Fixed: Invalid tag in Rollover text
- Improved: drop down list width of auto complete in responsive layouts


WYSIWYG Web Builder 16.0.4
- Fixed: Issue with responsive fonts in blog links
- Fixed: Image alignment in Cards using OWL carousel
- Fixed: Templates use absolute path for background images in breakpoints
- Improved: First and last item in Card inherits border radius
- Improved: made several improvements to responsive properties of elements in a master frame


WYSIWYG Web Builder 16.0.3
Fixed:
- Line always adds Icon library
- Issue with Layer Menu
- Issue with Panel Menu gradient background
- Button (link) size is incorrect with padding
- Rollback: Replaced '-container' with '_Container' for backwards compatibility with [rz] extensions

Improved:
- Some icons are cropped in Themeable button
- Added z-index for multi-level menus in floating layouts
- HTML5 video subtitles improvements


WYSIWYG Web Builder 16.0.2
Fixed:
- Missing phone/sms links
- Issue with Layer's Float mode in breakpoints
- Issue with menu title alignment in Responsive Menu
- Ramp 3d Divider does not use the selected color
- Wrong play type in Motion Effects
- Issue with flipswitch and 'empty value' workaround
- Compatibility issue with Unicode text and styles when upgrading from WB15

Improved:
- Card image filename now supports PHP code
- Background image urls are now quoted
- Auto Save no longer kills focus while in text edit mode
- Full width text with max-width now has extra div wrapper for use with flexbox layout grids

New:
- The application and setup have now been code signed with a digital signature. You should no longer receive any safety warnings and you know that the software software is legitimate


WYSIWYG Web Builder 16.0.1
New:
- Added support for easing in RollOver Image fade animation

Fixed:
- Issue with Photo Collage properties
- Issue with ListView HTML output
- Issue with layout grid padding and vertical alignment in combination with flexbox grid system
- Issue with CMS styles
- Issue with CMS View and "latest posts" option
- Issue with flexbox order
- Corrupt login template
- "Layout" property (absolute/floating) in extensions cannot be changed via dialog properties
- Issue with links in Morphing Shape
- Compatibility issue with Signup object
- Shape divider animation does not work in LayoutGrid
- Panel menu button may use wrong colors
- Issue with delay spinner in Motion Effects
- Badge colors cannot be changed via dialog properties
- Issue with font-weight in Label
- Missing 'border-radius' in CMS label
- Bootstrap modal backdrop does not process clicks above and below content


WYSIWYG Web Builder 16.0.0
- Removed transition.js, because it is no longer needed. All Bootstrap 3 code has been upgraded to Bootstrap 4
- Removed RealPlayer and QuickTime because these are no longer relevant in modern websites
- Mobile pages functionality (jQuery Mobile) has been deprecated. The options are still available for backwards compatible, but it's recommended to migrate to modern layout functionality like layout grids or flexbox
- Improved: Added sort icons to Backup manager, Page Weight and Asset Manager to indicate current sort column. Also, added sortable columns to Error Reports, Explore (in the publish settings) and Verify Links
- New feature: Implemented Office 2016/2019-like Ribbon Bar Auto-hide mode. With options: "Auto-hide Ribbon", "Show Tabs" and "Show Tabs and Commands"
- Improved: Redesigned splash screen window on startup with progress reporting
- New feature: Office 2019-style Visual Themes are available now with the following visual styles: Colorful, Dark Gray, White and Black
- New feature: Added Office 2019-style properties to improve discoverability and make the Property Grid more user-friendly
- New feature: When setting Margins or Padding via the Arrange or context menu, holding Shift when clicking OK applies the settings to all breakpoints
- New feature: Added the ability to customize the background color of the workspace in Design Layout mode
- New feature: In the Style Manager, holding the Shift-key while clicking OK will apply the modified settings to all breakpoints
- New feature: Added ‘Use simplified icons” options. Converts toolbar images to colorless, light images. This functionality was designed to give icons a better contrast with dark themes
- New feature: Added context menu customization for the Ribbon user interface. This makes it possible to customize right click menus

Resolume Arena 7.5.0 rev 77960 查看版本資訊

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

Aseprite 1.2.29 查看版本資訊

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

What's new in this version:

Fixed:
- crash changing Screen or UI Scaling
- crash pressing ESC when moving selection edges
- preview for effect dialogs which don't include pixels at the bottom or right edge
- crash trying to save a color palette into a .jpg file
- centering the "open sequence as animation" dialog when the first file are specified from the CLI

- Windows: Improve performance saving files
- CLI: Added {duration} field to the --filename-format for sprite sheets

CareUEyes 2.1.5.0 查看版本資訊

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

What's new in this version:

- Solve the problem that the color temperature and brightness cannot be adjusted when the graphics card driver is not installed
- Enhance program stability

CareUEyes 2.1.4.0 查看版本資訊

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

What's new in this version:

- Solve the problem that the color temperature cannot be adjusted when an unknown graphics card is installed
- Optimize advanced color API wizard

iLok License Manager 5.4.0 (64-bit) 查看版本資訊

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

CareUEyes 2.1.3.0 查看版本資訊

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

What's new in this version:

- Optimize the mini float window
- Solve the problem that the custom wallpaper can not take effect in real time
- Add the wizard of advanced color API
- The tray menu adds the function of restart timer

Skype 8.75.0.134 查看版本資訊

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

What's new in this version:

Skype 8.75.0.134
- Change log not available for this version


Skype 8.74.0.152
- Change log not available for this version


Skype 8.73.0.124
- Change log not available for this version


Skype 8.73.0.92
- Change log not available for this version


Skype 8.72.0.94
- Change log not available for this version


Skype 8.72.0.82
- Change log not available for this version


Skype 8.71.0.49
- Change log not available for this version


Skype 8.71.0.36
- Change log not available for this version


Skype 8.68.0.96
- Change log not available for this version


Skype 8.67.0.99
- Change log not available for this version


Skype 8.67.0.97
- Change log not available for this version


Skype 8.67.0.96
- Change log not available for this version


Skype 8.67.0.87
- Change log not available for this version


Skype 8.66.0.77
- Change log not available for this version


Skype 8.66.0.74
- Change log not available for this version


Skype 8.65.0.78
- Change log not available for this version


Skype 8.65.0.76
- Change log not available for this version


Skype 8.64.0.88
- Change log not available for this version


Skype 8.64.0.80
- Change log not available for this version


Skype 8.64.0.78
- Change log not available for this version


Skype 8.63.0.76
- Change log not available for this version


Skype 8.62.0.83
- Change log not available for this version


Skype 8.60.0.76
- Change log not available for this version


Skype 8.59.0.77
- Change log not available for this version


Skype 8.58.0.98
- Change log not available for this version


Skype 8.58.0.93
- Change log not available for this version


Skype 8.57.0.116
- Change log not available for this version


Skype 8.56.0.106
- Change log not available for this version


Skype 8.56.0.103
- Change log not available for this version


Skype 8.55.0.141
- Change log not available for this version


Skype 8.55.0.135
- Change log not available for this version


Skype 8.55.0.123
- Change log not available for this version


Skype 8.54.0.91
- Change log not available for this version


Skype 8.54.0.85
- Change log not available for this version


Skype 8.53.0.85
- Change log not available for this version


Skype 8.52.0.138
- Change log not available for this version


Skype 8.51.0.92
- Change log not available for this version


Skype 8.51.0.86
- Change log not available for this version


Skype 8.51.0.72
- Change log not available for this version


Skype 8.50.0.38
- Change log not available for this version


Skype 8.49.0.49
- Change log not available for this version


Skype 8.48.0.51
- Change log not available for this version


Skype 8.47.0.59
- Change log not available for this version


Skype 8.46.0.60
- Change log not available for this version


Skype 8.45.0.41
- Change log not available for this version


Skype 8.44.0.40
- Change log not available for this version


Skype 8.43.0.56
- Change log not available for this version


Skype 8.42.0.60
- Change log not available for this version


Skype 8.41.0.54
- Change log not available for this version


Skype 8.40.0.70
- Change log not available for this version


Skype 8.39.0.180
- Change log not available for this version


Skype 8.38.0.161
- Change log not available for this version


Skype 8.38.0.138
- Change log not available for this version


Skype 8.37.0.98
- Change log not available for this version


Skype 8.36.0.52
- Change log not available for this version


Skype 8.34.0.78
- Change log not available for this version


Skype 8.33.0.53
- Change log not available for this version


Skype 8.33.0.41
- Change log not available for this version


Skype 8.32.0.53
- Change log not available for this version


Skype 8.31.0.92
- Change log not available for this version


Skype 8.30.0.50
- Change log not available for this version


Skype 8.29.0.50
- Change log not available for this version


Skype 8.28.0.47
- Change log not available for this version


Skype 8.28.0.41
- Change log not available for this version


Skype 8.27.0.85
- Change log not available for this version


Skype 8.25.0.5
- Change log not available for this version


Skype 8.24.0.2
- Change log not available for this version


Skype 8.23.0.10
- Change log not available for this version


Skype 8.22.0.2
- Change log not available for this version


Skype 8.21.0.7
- Change log not available for this version


Skype 8.20.0.9
- Change log not available for this version


Skype 8.19.0.1
- Change log not available for this version


Skype 8.18.0.6
- Change log not available for this version


Skype 8.12.0.14
- New design similar to one on iPhone/Android apps
- Make sure to uninstall Skype 7.x before installing Skype 8.x

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

What's new in this version:

Main:
- Minor graphical bugfixes

Enterprise:
- Fixed an issue preventing OCCT from saving the last schedule displayed in the settings

Enterprise:
- Fixed the auto-close and auto-save-report switches from properly working