Skype 歷史版本列表 Page68

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

Skype 歷史版本列表

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


Scala 2.13.5 查看版本資訊

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

What's new in this version:

- TASTy reader: add support for Scala 3.0.0-RC1
- Allow name-based extractors to be irrefutable
- Upgrade to ASM 9.1, for JDK 16 and 17 support in the optimizer

Other changes:
- Assorted improvements to exhaustivity checking in pattern matching
- Assorted improvements to handling of higher-kinded types, aligning with Scala 3
- Make -target support JVM 13, 14, 15, 16, and 17
- Omit @nowarn annotations from generated code, for forwards compatibility at compile-time
- Add linting of unused context bounds (via -Wunused:synthetics or -Wunused:params)
- Lift artificial restrictions on ConstantAnnotations
- Make Java Map wrappers handle nulls according to put/remove contract
- Make language specification available as a PDF

GDevelop 5.0.0 Beta 105 查看版本資訊

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

What's new in this version:

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

Rclone 1.54.0 (64-bit) 查看版本資訊

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

What's new in this version:

- New backends
- Compression remote (experimental)
- Enterprise File Fabric
- This work was sponsored by Storage Made Easy
- HDFS (Hadoop Distributed File System)
- Zoho workdrive
- New Features
- Deglobalise the config
- Global config now read from the context
- This will enable passing of global config via the rc
- This work was sponsored by Digitalis
- Add --bwlimit for upload and download
- Obey bwlimit in http Transport for better limiting
- Enhance systemd integration
- Log level identification, manual activation with flag, automatic systemd launch detection
- Don't compile systemd log integration for non unix systems
- Add a --download flag to md5sum/sha1sum/hashsum to force rclone to download and hash files locally
- Add --progress-terminal-title to print ETA to terminal title
- Make backend env vars show in help as the defaults for backend flags

Build:
- Raise minimum go version to go1.12

Dedupe:
- Add --by-hash to dedupe on content hash not file name
- Add --dedupe-mode list to just list dupes, changing nothing
- Add warning if used on a remote which can't have duplicate names

Fs:
- Add Shutdown optional method for backends
- When using --files-from check files concurrently
- Accumulate stats when using --dry-run
- Always show stats when using --dry-run or --interactive
- Add support for flag --no-console on windows to hide the console window
- Genautocomplete: Add support to output to stdout
- Ncdu
- Highlight read errors instead of aborting
- Add sort by average size in directory
- Add toggle option for average s3ize in directory - key 'a'
- Add empty folder flag into ncdu browser
- Add ! (errror) and . (unreadable) file flags to go with e (empty)
- Obscure: Make rclone osbcure - ignore newline at end of line

Operations:
- Add logs when need to upload files to set mod times
- Move and copy log name of the destination object in verbose
- Add size if known to skipped items and JSON log

Rc:
- Prefer actual listener address if using ":port" or "addr:0" only
- Add listener for finished jobs (Aleksandar Jankovic)
- Serve ftp: Add options to enable TLS
- Serve http/webdav: Redirect requests to the base url without the /
- Serve restic: Implement object cache
- Stats: Add counter for deleted directories
- Sync: Only print "There was nothing to transfer" if no errors

Webui:
- Prompt user for updating webui if an update is available
- Fix plugins initialization

Bug-Fixes:
- Fix nil pointer on copy & move operations directly to remote
- Fix parsing of .. when joining remotes
- Log: Fix enabling systemd logging when using --log-file

Check:
- Make the error count match up in the log message
- Move: Fix data loss when source and destination are the same object

Operations:
- Fix --cutof-mode hard not cutting off immediately
- Fix --immutable error message
- Sync
- Fix --cutoff-mode soft & cautious so it doesn't end the transfer early
- Fix --immutable errors retrying many times

Docs:
- Many fixes and a rewrite of the filtering docs
- Many spelling and grammar fixes
- Doc fixes for commands delete, purge, rmdir, rmdirs and mount

Mount:
- Update systemd status with cache stats
- Disable bazil/fuse based mount on macOS
- Make rclone mount actually run rclone cmount under macOS
- Implement mknod to make NFS file creation work
- Make sure we don't call umount more than once
- More user friendly mounting as network drive on windows
- Detect if uid or gid are set in same option string: -o uid=123,gid=456
- Don't attempt to unmount if fs has been destroyed already

VFS:
- Fix virtual entries causing deleted files to still appear
- Fix "file already exists" error for stale cache files
- Fix file leaks with --vfs-cache-mode full and --buffer-size 0
- Fix invalid cache path on windows when using :backend: as remote

Local:
- Continue listing files/folders when a circular symlink is detected
- New flag --local-zero-size-links to fix sync on some virtual filesystems

Azure Blob:
- Add support for service principals
- Add support for managed identities
- Add examples for access tier
- Utilize the streaming capabilities from the SDK for multipart uploads
- Fix setting of mime types
- Fix crash when listing outside a SAS URL's root
- Delete archive tier blobs before update if --azureblob-archive-tier-delete
- Fix crash on startup
- Fix memory usage by upgrading the SDK to v0.13.0 and implementing a TransferManager
- Require go1.14+ to compile due to SDK changes

B2:
- Make NewObject use less expensive API calls
- This will improve --files-from and restic serve in particular
- Fixed crash on an empty file name
- Box
- Fix NewObject for files that differ in case
- Fix finding directories in a case insentive way

Chunker:
- Skip long local hashing, hash in-transit (fixes)
- Set Features ReadMimeType to false as Object.MimeType not supported
- Fix case-insensitive NewObject, test metadata detection

Drive:
- Implement rclone backend copyid command for copying files by ID
- Added flag --drive-stop-on-download-limit to stop transfers when the download limit is exceeded
- Implement CleanUp workaround for team drives
- Allow shortcut resolution and creation to be retried
- Log that emptying the trash can take some time
- Add xdg office icons to xdg desktop files

Dropbox:
- Add support for viewing shared files and folders
- Enable short lived access tokens
- Implement IDer on Objects so rclone lsf etc can read the IDs
- Set Features ReadMimeType to false as Object.MimeType not supported
- Make malformed_path errors from too long files not retriable
- Test file name length before upload to fix upload loop

Fichier:
- Set Features ReadMimeType to true as Object.MimeType is supported

FTP:
- Add --ftp-disable-msld option to ignore MLSD for really old servers
- Make --tpslimit apply

Google Cloud Storage:
- Storage class object header support
- Fix anonymous client to use rclone's HTTP client
- Fix Entry doesn't belong in directory "" (same as directory) - ignoring

Googlephotos:
- New flag --gphotos-include-archived to show archived photos as well

Jottacloud:
- Don't erroneously report support for writing mime types
- Add support for Telia Cloud

Mailru:
- Accept special folders eg camera-upload
- Avoid prehashing of large local files
- Fix uploads after recent changes on server
- Fix range requests after June 2020 changes on server
- Fix invalid timestamp on corrupted files (fixes)
- Remove deprecated protocol quirks

Memory:
- Fix setting of mime types

Onedrive:
- Add support for China region operated by 21vianet and other regional suppliers
- Warn on gateway timeout errors
- Fall back to normal copy if server-side copy unavailable
- Fix server-side copy completely disabled on OneDrive for Business
- (business only) workaround to replace existing file on server-side copy
- Enhance link creation with expiry, scope, type and password
- Remove % and # from the set of encoded characters
- Support addressing site by server-relative URL
- Opendrive;
- Fix finding directories in a case insensitive way

Pcloud:
- Fix setting of mime types

Premiumizeme:
- Fix finding directories in a case insensitive way

Qingstor:
- Fix error propagation in CleanUp
- Fix rclone cleanup

S3:
- Added --s3-disable-http2 to disable http/2
- Complete SSE-C implementation
- Fix hashes on small files with AWS:KMS and SSE-C
- Add MD5 metadata to objects uploaded with SSE-AWS/SSE-C
- Add --s3-no-head parameter to minimise transactions on upload
- Update docs with a Reducing Costs section
- Added error handling for error code 429 indicating too many requests
- Add requester pays option (kelv)
- Fix copy multipart with v2 auth failing with 'SignatureDoesNotMatch'

SFTP:
- Allow cert based auth via optional pubkey
- Allow user to optionally check server hosts key to add security
- Defer asking for user passwords until the SSH connection succeeds
- Remember entered password in AskPass mode
- Implement Shutdown method
- Implement keyboard interactive authentication
- Make --tpslimit apply
- Implement --sftp-use-fstat for unusual SFTP servers

Sugarsync:
- Fix NewObject for files that differ in case
- Fix finding directories in a case insentive way

Swift:
- Fix deletion of parts of Static Large Object (SLO)
- Ensure partially uploaded large files are uploaded unless --swift-leave-parts-on-error

Tardigrade:
- Upgrade to uplink v1.4.1

WebDAV:
- Updated docs to show streaming to nextcloud is working

Yandex:
- Set Features WriteMimeType to false as Yandex ignores mime types

GDevelop 5.0.0 Beta 104 查看版本資訊

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

What's new in this version:

New features:
- Add Tilemap: an object to display tile-based maps made using Tiled
- Read the step-by-step explanations on how to use this object
- Download Tiled mapeditor.org to author your own map/objects. You can also try other editors like LDtk, but you'll need to export to the Tiled format, and use Tiled to save as JSON
- Rotated tiles are supported, as well as a limited set of feature from Tiled including animated tiles. Not all Tiled features are supported though - read the documentation to know more
- Two new examples using Tilemap have been added
- Add support for isometry in the top-down movement behavior
- Add an option to choose: classic top-down movement, isometry, 2:1 isometry or isometry with a custom angle
- Add actions, conditions and expressions for Shape Painter
- Expressions to get the color of the outline or filling
- Expressions to get the opacity of the outline, filling and size of the outline
- Conditions/actions to check/change the usage of relative coordinates

Improvements:
- Improve the search bar when adding an action/condition to search in all the existing actions and conditions
- This includes the object actions and conditions. If one is selected, the object can be chosen as a parameter
- This should improve the search experience for both new and advanced users
- This should reduce confusions for users searching for an action/condition and not finding it because they have not chosen an object first
- The AdMob actions have been changed (after an internal upgrade to fix issues on iOS)
- Banners can't be overlayed on the game anymore. They are displayed either above or below
- New conditions are now available to check if interstitials, banners or reward videos encountered an error when loading
- A new action is available to enable (or disable) the test mode for all ads at once.
- App Id are now separated, with one for Android and one for iOS. Don't forget to update them before exporting your app, otherwise it would get terminated when started
- Upgrade Yarn Editor (integrated dialogue editor) to its latest version
- Add "Procedural generation" example

The wiki now contains automatically generated reference pages for all features of GDevelop:
- Automatically generated reference pages for all the "official extensions" that are part of GDevelop. They are listing all the actions, conditions and expressions
- The page listing all the "community" extensions is now displaying icons and more details
- Add menu item to move up and down parameters of functions and behavior methods
- Added a preference to toggle the visibility of menu bar in preview windows
- By default, the menu bar is now hidden in previews (like in exported games)
- Update readmes and docs to mention TypeScript

Bug-fixes:
- Prevent files being overwritten when a resource is copied to the project folder
- Ensure the conditions column has a minimum size, to make them readable even when a lot of sub-events are used
- Fix new events received before old events in the p2p extension
- Also add an expression to get the sender name
- Also refactor the code internally to allow usage from JavaScript
- Fix crash when using Pathfinding::DestinationX() and related expressions
- Fix potential crashes because of bad content in the clipboard
- Fix platformer object behavior not working properly when the object also has the platform behavior
- Fix being unable to select any behavior other than the first one in the action/condition editor, when an object has multiple behaviors
- Fix long variable or object names overflowing out of the Events Sheet
- Fix crash when lights used with obstacles in some conditions
- Fix URLs not opening in the system browser in previews or exported games
- Fix missing translation markers
- Fix Space Shooter tutorial link
- Fix potential crash/memory corruption when updating an extension
- Fix various wordings/typos

Internal changes:
- The whole game engine ("GDJS") and extensions for the game engine are now written in TypeScript
- This makes the game engine and the extensions more robust, preventing bugs and regressions
- Export sourcemaps of the game engine/extensions in previews
- Convert the p2p extension to Typescript
- Add documentation of extensions in the generated GDJS documentation
- Rework objects recycling to be opt-in with a reinitialize method
- Add instructions about npm installation issue on WIndows

XnView MP 0.98.1 (64-bit) 查看版本資訊

更新時間:2021-01-22
更新細節:

What's new in this version:

- [New] Zoom-in filter (Bicubic, Spline, Lanczos)
- [New] Batch convert: 'fill width' option for text background
- [New] mm in print size
- [New] IPTC: merge option when importing template
- [Bug] Windows: scaling problem
- [Bug] Print & margins
- [Bug] TIFF & EXIF setting
- [Bug] Batch convert: Keep IPTC/XMP/EXIF/ICC
- [Bug] Collage: spacing not used
- [Bug] WebP animation crash
- [Bug] MacOS-Linux: Slow starting with a lot of subfolders
- [Bug] Convert: Deleting original files on Linux-MacOS don't work
- [Bug] Old version of ghostscript not recognized
- [Bug] Strip: Image orientation problem
- [Bug] Search similar: Tolerance problem
- [Bug] Unexpected zoom behavior of selection function
- [Bug] Paste outside
- [Bug] Saved selection not kept between session
- [Bug] IPTC/XMP: Load template
- [Bug] Info icon display problem on hDPI
- [Bug] Slideshow: Problem when saving settings
- [Bug] Slideshow: Text position not saved in .sld
- [Bug] Tag not working
- [Bug] MWG not correctly imported
- [Bug] GIF frame by frame
- [Bug] Create banner without files
- [Bug] Batch converter with Animated GIF results in crash
- [Bug] Video thumbnail crash (MP4)
- [Bug] 'Random file' always enabled
- [Bug] GPS>Satellite crash on Windows
- [Bug] Duplicate file dialog
- [Bug] Rating overwrites categories in .xmp companion file
- [Bug] No export to .xmp companion file / empty .xmp
- [Bug] 'Enhance colors' crash on big image
- [Bug] Print scanned document (dpi)
- [Bug] Crop size in portrait
- [Bug] Sub-sampling info for 4:4:0 JPEG is wrong

SeaMonkey 2.53.6 (64-bit) 查看版本資訊

更新時間:2021-01-22
更新細節:

What's new in this version:

- Improve usability of multiple mailboxes/folders selectionbug
- Add Greek localisation (el)
- Remove more RDF from mailnews code
- Switch to mozilla as topsrcdir and component for building is comm/suite now
- Rust support is now up to 1.48 and official build is now using 1.47.0
- Various security and general platform fixes

Rclone 1.53.4 (64-bit) 查看版本資訊

更新時間:2021-01-21
更新細節:

What's new in this version:

Bug Fixes:
- accounting: Fix data race in Transferred()
- Stop tagged releases making a current beta
- Upgrade docker buildx action
- Add -buildmode to cross-compile.go
- Fix docker build by upgrading ilteoood/docker_buildx
- Revert GitHub actions brew fix since this is now fixed
- Fix brew install --cask syntax for macOS build
- Update nfpm syntax to fix build of .deb/.rpm packages
- Fix for Windows build errors
- fs: Parseduration: fixed tests to use UTC time
- fshttp: Prevent overlap of HTTP headers in logs
- Fix core/command giving 500 internal error
- Add Copy method to rc.Params
- Fix 500 error when marshalling errors from core/command
- plugins: Create plugins files only if webui is enabled.
- serve http: Fix serving files of unknown length
- serve sftp: Fix authentication on one connection blocking others

Mount:
- Add optional brew tag to throw an error when using mount in the binaries installed via Homebrew
- Add "." and ".." to directories to match cmount and expectations

VFS:
- Make cache dir absolute before using it to fix path too long errors

Chunker:
- Improve detection of incompatible metadata

Google Cloud Storage:
- Fix server side copy of large objects

Jottacloud:
- Fix token renewer to fix long uploads
- Fix token refresh failed: is not a regular file error

Pcloud:
- Only use SHA1 hashes in EU region

Sharefile:
- Undo Fix backend due to API swapping integers for strings

WebDAV:
- Fix Open Range requests to fix 4shared mount
- Add "Depth: 0" to GET requests to fix bitrix

Gyazo 4.1.5 查看版本資訊

更新時間:2021-01-19
更新細節:

GDevelop 5.0.0 Beta 103 查看版本資訊

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

What's new in this version:

Improvements:
- Add an action to change the ambient color of a lighting layer
- Add an expression to get the zoom of a camera on a layer: CameraZoom

New tutorials (written as part of the Google Season of Docs program):
- Add the new Space Shooter tutorial to the list of tutorials
- Update the link to the platformer tutorial. Thanks to David Turnbull for rewriting this tutorial

- Add a For Each event that iterates on the children of a structure variable

Add support for using Google Firebase in your game, here the documentation!:
- Store your game configuration in Firebase Remote Config
- Authentification, by email (or using providers like Google, Facebook for browser games only)
- Report measures to the Remote performance measurer
- Launch Firebase Functions
- Use Firebase Analytics
- Use the online Database (Firestore) and the Realtime Database
- Store data in the Online Filesystem

- Performance improvements (and less memory usage) for the Tween behavior
- Upgraded the Tween behavior internal engine "Shifty" to 2.14.1
- Add a complete Tetris demo to the examples

Extension improvements:
- Rework the extension search to be more powerful and similar to the Asset Store
- Improve the display of the icons and the descriptions of the extensions
- Allow line breaks to be displayed in the action/condition description
- Add support for setting a help page for extensions made in the editor

Bug fixes:
iOS and Safari related fixes:
- Fix games not properly running when exported to iOS and built with Cordova/XCode
- Fix games not working on iOS when exported from Windows
- Fix missing icon sizes when exporting to iOS
- Fix wav files not being played on Safari 14

- Make storage related actions resilient when the player disabled access to storage (like in Incognito mode in browsers)
- Fix bad links in extension descriptions that would reload GDevelop
- Fix description of mouse joint action
- Fix gravity and time scale Physics engine actions missing an object in the events sheet
- Fix project not added to the list of recent projects after saving as a new file
- Also increase the size of the list of recent projects to 20 projects, instead of 5

Skype 8.67.0.96 查看版本資訊

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

What's new in 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