Arduino 歷史版本列表 Page17

最新版本 Megacubo 17.4.5 (64-bit)

Arduino 歷史版本列表

開放源代碼 Arduino 軟件(IDE)可以輕鬆編寫代碼並將其上傳到開發板。它運行在 Windows,Mac OS X 和 Linux 上。環境是用 Java 編寫的,基於 Processing 和其他開源軟件。這個軟件可以與任何 Arduino 板一起使用。最有趣的功能是:等待新的 arduino-builder這是一個純粹的命令行工具,它負責修改代碼,解決庫依賴和設置編譯單元。它也可以作為一... Arduino 軟體介紹


Plex 1.66.1.3632 查看版本資訊

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

What's new in this version:

New:
- Add username availability check in Account Settings form
- Discover Together: Improve cache invalidation in activity feed

Fixed:
- Audio could be desynced from the video when playing Plex Live TV content
- Playback could fail repeatedly after a failure occurs playing a live stream
- Fix live tv buffer not built correctly
- Fix unknown airing appearing after scheduling a recording
- Rename “Server signed in as” and “Sign Out” button text
- Rename the web file download from “Download File” to “Save File”

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

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

What's new in this version:

Fixed:
- docker: Add missing fuse3 dependency
- build: Update release docs to be more careful with the tag
- build: Set Github release to draft while uploading binaries

Rclone 1.62.1 (32-bit) 查看版本資訊

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

What's new in this version:

Fixed:
- docker: Add missing fuse3 dependency
- build: Update release docs to be more careful with the tag
- build: Set Github release to draft while uploading binaries

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

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

What's new in this version:

New Features:
- accounting: Make checkers show what they are doing
- authorize: Add support for custom templates
- build
- Update to go1.20
- Add winget releaser workflow
- Add dependabot
- doc updatesCraig-Wood, Ole Frost, Peter Brunner, piyushgarg, Ryan Caezar Itang, Simmon Li, ToBeFree)
- filter: Emit INFO message when can't work out directory filters
- fs
- Added multiple ca certificate support.
- Add --max-delete-size a delete size threshold
- fspath: Allow the symbols @ and + in remote names
- lib/terminal: Enable windows console virtual terminal sequences processing
- move: If --check-first and --order-by are set then delete with perfect ordering
- serve http: Support --auth-proxy

Fixed:
- accounting
- Avoid negative ETA values for very slow speeds
- Limit length of ETA string
- Show human readable elapsed time when longer than a day
- all: Apply codeql fixes
- build
- Fix condition for manual workflow run
- Fix building for ARMv5 and ARMv6
- selfupdate: Consider ARM version
- install.sh: fix ARMv6 download
- version: Report ARM version
- deletefile: Return error code 4 if file does not exist
- docker: Fix volume plugin does not remount volume on docker restart
- fs: Fix race conditions in --max-delete and --max-delete-size
- lib/oauthutil: Handle fatal errors better
- mount2: Fix --allow-non-empty
- operations: Fix concurrency: use --checkers unless transferring files
- serve ftp: Fix timestamps older than 1 year in listings
- sync: Fix concurrency: use --checkers unless transferring files
- tree
- Fix nil pointer exception on stat failure
- Fix colored output on windows
- Fix display of files with illegal Windows file system names

Mount:
- Fix creating and renaming files on case insensitive backends
- Do not treat ? prefixed paths as network share paths on windows
- Fix check for empty mount point on Linux
- Fix --allow-non-empty
- Avoid incorrect or premature overlap check on windows
- Update to fuse3 after bazil.org/fuse update

VFS:
- Make uploaded files retain modtime with non-modtime backends
- Fix incorrect modtime on fs which don't support setting modtime
- Fix rename of directory containing files to be uploaded

Local:
- Fix %!w() in "failed to read directory" error
- Fix exclusion of dangling symlinks with -L/--copy-links

Crypt:
- Obey --ignore-checksum
- Fix for unencrypted directory names on case insensitive remotes

Azure Blob:
- Remove workarounds for SDK bugs after v0.6.1 update

B2:
- Fix uploading files bigger than 1TiB

Drive:
- Note that --drive-acknowledge-abuse needs SA Manager permission
- Make --drive-stop-on-upload-limit to respond to storageQuotaExceeded

FTP:
- Retry 426 errors
- Retry errors when initiating downloads
- Revert to upstream github.com/jlaffaye/ftp now fix is merged

Google Cloud Storage:
- Add --gcs-env-auth to pick up IAM credentials from env/instance

Mega:
- Add --mega-use-https flag

Onedrive:
- Default onedrive personal to QuickXorHash as Microsoft is removing SHA1
- Add --onedrive-hash-type to change the hash in use
- Improve speed of QuickXorHash

Oracle Object Storage:
- Speed up operations by using S3 pacer and setting minsleep to 10ms
- Expose the storage_tier option in config
- Bring your own encryption keys

S3:
- Check multipart upload ETag when --s3-no-head is in use
- Add --s3-sts-endpoint to specify STS endpoint
- Fix incorrect tier support for StorJ and IDrive when pointing at a file
- Fix AWS STS failing if --s3-endpoint is set
- Make purge remove directory markers too

Seafile:
- Renew library password

SFTP:
- Fix uploads being 65% slower than they should be with crypt

Smb:
- Allow SPN
- Check smb connection is closed

Storj:
- Implement rclone link
- Implement rclone purge
- Update satellite urls and labels

WebDAV:
- Fix interop with davrods server

Rclone 1.62.0 (32-bit) 查看版本資訊

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

What's new in this version:

New Features:
- accounting: Make checkers show what they are doing
- authorize: Add support for custom templates
- build
- Update to go1.20
- Add winget releaser workflow
- Add dependabot
- doc updatesCraig-Wood, Ole Frost, Peter Brunner, piyushgarg, Ryan Caezar Itang, Simmon Li, ToBeFree)
- filter: Emit INFO message when can't work out directory filters
- fs
- Added multiple ca certificate support.
- Add --max-delete-size a delete size threshold
- fspath: Allow the symbols @ and + in remote names
- lib/terminal: Enable windows console virtual terminal sequences processing
- move: If --check-first and --order-by are set then delete with perfect ordering
- serve http: Support --auth-proxy

Fixed:
- accounting
- Avoid negative ETA values for very slow speeds
- Limit length of ETA string
- Show human readable elapsed time when longer than a day
- all: Apply codeql fixes
- build
- Fix condition for manual workflow run
- Fix building for ARMv5 and ARMv6
- selfupdate: Consider ARM version
- install.sh: fix ARMv6 download
- version: Report ARM version
- deletefile: Return error code 4 if file does not exist
- docker: Fix volume plugin does not remount volume on docker restart
- fs: Fix race conditions in --max-delete and --max-delete-size
- lib/oauthutil: Handle fatal errors better
- mount2: Fix --allow-non-empty
- operations: Fix concurrency: use --checkers unless transferring files
- serve ftp: Fix timestamps older than 1 year in listings
- sync: Fix concurrency: use --checkers unless transferring files
- tree
- Fix nil pointer exception on stat failure
- Fix colored output on windows
- Fix display of files with illegal Windows file system names

Mount:
- Fix creating and renaming files on case insensitive backends
- Do not treat ? prefixed paths as network share paths on windows
- Fix check for empty mount point on Linux
- Fix --allow-non-empty
- Avoid incorrect or premature overlap check on windows
- Update to fuse3 after bazil.org/fuse update

VFS:
- Make uploaded files retain modtime with non-modtime backends
- Fix incorrect modtime on fs which don't support setting modtime
- Fix rename of directory containing files to be uploaded

Local:
- Fix %!w() in "failed to read directory" error
- Fix exclusion of dangling symlinks with -L/--copy-links

Crypt:
- Obey --ignore-checksum
- Fix for unencrypted directory names on case insensitive remotes

Azure Blob:
- Remove workarounds for SDK bugs after v0.6.1 update

B2:
- Fix uploading files bigger than 1TiB

Drive:
- Note that --drive-acknowledge-abuse needs SA Manager permission
- Make --drive-stop-on-upload-limit to respond to storageQuotaExceeded

FTP:
- Retry 426 errors
- Retry errors when initiating downloads
- Revert to upstream github.com/jlaffaye/ftp now fix is merged

Google Cloud Storage:
- Add --gcs-env-auth to pick up IAM credentials from env/instance

Mega:
- Add --mega-use-https flag

Onedrive:
- Default onedrive personal to QuickXorHash as Microsoft is removing SHA1
- Add --onedrive-hash-type to change the hash in use
- Improve speed of QuickXorHash

Oracle Object Storage:
- Speed up operations by using S3 pacer and setting minsleep to 10ms
- Expose the storage_tier option in config
- Bring your own encryption keys

S3:
- Check multipart upload ETag when --s3-no-head is in use
- Add --s3-sts-endpoint to specify STS endpoint
- Fix incorrect tier support for StorJ and IDrive when pointing at a file
- Fix AWS STS failing if --s3-endpoint is set
- Make purge remove directory markers too

Seafile:
- Renew library password

SFTP:
- Fix uploads being 65% slower than they should be with crypt

Smb:
- Allow SPN
- Check smb connection is closed

Storj:
- Implement rclone link
- Implement rclone purge
- Update satellite urls and labels

WebDAV:
- Fix interop with davrods server

XRECODE 1.125 (64-bit) 查看版本資訊

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

What's new in this version:

Fixed:
- fixed issue with ReplayGain information was not saved in .dsf file
- fixed AV error when adding .mid files
- fixed issue when program skipped processing files in the same folder when "When output file exists" was set to "Overwrite when source file is newer"
- fixed issue when 7.1 Output Audio Matrix was not working properly
- fixed issue when original file was not move to the Recycle Bin when both options "Move source file to Recycle Bin when done" and "Create files in source folder" were used

New:
- added option to "Always ask where to create files" (under Program Settings/Process)
- added Retrobridge CDDB metadata provider

Krisp 1.47.6 查看版本資訊

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

What's new in this version:

Background Voice Cancellation quality enhancements:
- improved differentiation between primary and secondary speakers, as well as less adaption time required for both of them
- better support of poor and low bandwidth devices
- better performance for Bluetooth devices
- improved level of voice-keeping for the primary speaker and voice cancellation for the secondary speaker
- improved Noise Cancellation quality especially when the CPU is under high load

Improvements in noise detection:
- the app and the widget will indicate more realistically when there is noise in the user’s environment
- the Call Summary will represent the amount and intensity of noises detected in the call more accurately
- you, as an admin, will now get more precise data in your Analytics dashboard about the noises encountered by your team and canceled by Krisp

Improvements in team management for Business and Enterprise teams:
- If you, as an admin, disable the “Report a Problem” option for your team users, they can still get the debug logs from the app settings menu. This will allow them to share the needed information with you or with Krisp team in case troubleshooting is needed.
- When updating Krisp to the versions coming after this one through deployment tools, the previous Krisp version will be gracefully quit leaving the updated version only to run on the device. You, as an admin, can set Krisp to relaunch automatically for team users after the update. This will make sure that they do not miss out on Noise Cancellation for their upcoming calls.
- You, as an admin, can now set up SSO to be the primary login way for your team accessed right from the app. This will make the authentication process straightforward for the users and will take less steps from them. Learn more about the setup process.

Fixed:
- We fixed the inconsistency between the microphone mute states indicated in the app and widget
- Krisp will now return to a normal working state after closing the RDP session and no app restart will be required

Epic Pen 3.11.53 查看版本資訊

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

What's new in this version:

- Improved text localization

Nextcloud 3.7.4 查看版本資訊

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

What's new in this version:

- check German translation for wrong wording
- Fix "Create new folder" menu entries in settings not working correctly on macOS
- Clean up account creation and deletion code
- Fix share dialog infinite loading
- fix edit locally job not finding the user account: wrong user id
- skip e2e encrypted files with empty filename in metadata
- Always discover blacklisted folders to avoid data loss when modifying selectivesync list.
- use new connect syntax
- with cfapi when dehydrating files add missing flag
- Fix avatars not showing up in settings dialog account actions until clicked on
- Fix text labels in Sync Status component
- Fix infinite loading in the share dialog when public link shares are disabled on the server
- Ci/clang tidy checks init variables
- Display 'Search globally' as the last sharees list element
- Resize WebView widget once the loginpage rendered
- Bugfix/do not restore virtual files
- Fix display of 2FA notification.

Krisp 1.47.5 查看版本資訊

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

What's new in this version:

- This release brings enhancements to the Background Voice Cancellation and introduces other improvements and bug fixes

The Background Voice Cancellation is largely enhanced for all users. More specifically, this version brings:
- improved differentiation between primary and secondary speakers, as well as less adaption time required for both of them
- better support of poor and low bandwidth devices
- better performance for Bluetooth devices
- improved level of voice-keeping for the primary speaker and voice cancellation for the secondary speaker,
- improved Noise Cancellation quality especially when the CPU is under high load

Improvements in noise detection:
- We fully revised the noise level calculations
- the app and the widget will indicate more realistically when there is noise in the user’s environment,
- the Call Summary will represent the amount and intensity of noises detected in the call more accurately,
- you, as an admin, will now get more precise data in your Analytics dashboard about the noises encountered by your team and canceled by Krisp.
- Improvements in team management for Business and Enterprise teams
- If you, as an admin, disable the “Report a Problem” option for your team users, they can still get the debug logs from the app settings menu. This will allow them to share the needed information with you or with Krisp team in case troubleshooting is needed.
- When updating Krisp to the versions coming after this one through deployment tools, the previous Krisp version will be gracefully quit leaving the updated version only to run on the device. You, as an admin, can set Krisp to relaunch automatically for team users after the update. This will make sure that they do not miss out on Noise Cancellation for their upcoming calls.
- You, as an admin, can now set up SSO to be the primary login way for your team accessed right from the app. This will make the authentication process straightforward for the users and will take less steps from them. Learn more about the setup process.

Fixed:
- We fixed the inconsistency between the microphone mute states indicated in the app and widget
- Krisp will now return to a normal working state after closing the RDP session and no app restart will be required