Rainlendar Lite (64-bit) 歷史版本列表 Page7

最新版本 Rainlendar Lite 2.20.0 (64-bit)

Rainlendar Lite (64-bit) 歷史版本列表

Rainlendar 64 位是一個功能豐富的日曆應用程序,易於使用,並不佔用太多的空間在您的桌面上。該應用程序是平台獨立的,所以你可以在所有主要的操作系統上運行它:Windows,Linux 和 Mac OS X. 外觀可以定制皮膚,你甚至可以混合不同的皮膚。也可以將 Rainlendar 與其他日曆應用程序一起使用。 Rainlendar 使用標準的 iCalendar 格式來存儲它的事件和任... Rainlendar Lite (64-bit) 軟體介紹


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

更新時間:2020-09-13
更新細節:

What's new in this version:

Bug Fixed:
- accounting: Remove new line from end of --stats-one-line display
check
- Add back missing --download flag
- Fix docs
- Note --log-file does append
- Add full stops for consistency in rclone --help
- Add Tencent COS to s3 provider list (wjielai)
- Updated mount command to reflect that it requires Go 1.13 or newer
- jottacloud: Mention that uploads from local disk will not need to cache files to disk for md5 calculation (albertony)
- Fix formatting of rc docs page
- build
- Include vendor tar ball in release and fix startdev
- Fix "Illegal instruction" error for ARMv6 builds
- Fix architecture name in ARMv7 build

VFS
- Fix spurious error "vfs cache: failed to _ensure cache EOF"
- Log an ERROR if we fail to set the file to be sparse

Local
- Log an ERROR if we fail to set the file to be sparse

Drive
- Re-adds special oauth help text

Opendrive
- Do not retry 400 errors

Wickr Me 5.62.8 查看版本資訊

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

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

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

What's new in this version:

New Features:
- The VFS layer was heavily reworked for this release - see below for more details
- Interactive mode -i/--interactive for destructive operations
- Add --bwlimit-file flag to limit speeds of individual file transfers
- Transfers are sorted by start time in the stats and progress output
- Make sure backends expand ~ and environment vars in file names they use
- Add --refresh-times flag to set modtimes on hashless backends

build:
- Remove vendor directory in favour of Go modules
- Build with go1.15.x by default
- Drop macOS 386 build as it is no longer supported by go1.15
- Add ARMv7 to the supported builds
- Enable rclone cmount on macOS
- Make rclone build with gccgo
- Make rclone build with wasm
- Change beta numbering to be semver compatible
- Add file properties and icon to Windows executable
- Add experimental interface for integrating rclone into browsers
- lib: Add file name compression

rc:
- Allow installation and use of plugins and test plugins with rclone-webui
- Add reverse proxy pluginsHandler for serving plugins
- Add mount/listmounts option for listing current mounts
- Add operations/uploadfile to upload a file through rc using encoding multipart/form-data
- Add core/copmmand to execute rclone terminal commands.

rclone check:
- Add reporting of filenames for same/missing/changed
- Make check command obey --dry-run/-i/--interactive
- Make check do --checkers files concurrently
- Retry downloads if they fail when using the --download flag
- Make it show stats by default
- rclone obscure: Allow obscure command to accept password on STDIN

rclone config:
- Set RCLONE_CONFIG_DIR for use in config files and subprocesses
- Reject remote names starting with a dash. (jtagcat)
- rclone cryptcheck: Add reporting of filenames for same/missing/changed
- rclone dedupe: Make it obey the --size-only flag for duplicate detection
- rclone link: Add --expire and --unlink flags (Roman Kredentser)
- rclone mkdir: Warn when using mkdir on remotes which can't have empty directories
- rclone rc: Allow JSON parameters to simplify command line usage

rclone serve ftp:
- Don't compile on < go1.13 after dependency update
- Add error message if auth proxy fails
- Use refactored goftp.io/server library for binary shrink
- rclone serve restic: Expose interfaces so that rclone can be used as a library from within restic (Jack)
- rclone sync: Add --track-renames-strategy leaf
- rclone touch: Add ability to set nanosecond resolution times
- rclone tree: Remove -i shorthand for --noindent as it conflicts with -i/--interactive

Bug Fixes:
accounting:
- Fix documentation for speed/speedAvg
- Fix elapsed time not show actual time since beginning
- Fix deadlock in stats printing

build:
- Fix file handle leak in GitHub release tool
- rclone check: Fix successful retries with --download counting errors
- rclone dedupe: Fix logging to be easier to understand

Mount:
- Warn macOS users that mount implementation is changing
- to test the new implementation use rclone cmount instead of rclone mount
- this is because the library rclone uses has dropped macOS support
- rc interface
- Add call for unmount all
- Make mount/mount remote control take vfsOpt option
- Add mountOpt to mount/mount
- Add VFS and Mount options to mount/listmounts
- Catch panics in cgofuse initialization and turn into error messages
- Always supply stat information in Readdir
- Add support for reading unknown length files using direct IO (Windows)
- Fix On Windows don't add -o uid/gid=-1 if user supplies -o uid/gid.
- Fix macOS losing directory contents in cmount
- Fix volume name broken in recent refactor

VFS:
- Implement partial reads for --vfs-cache-mode full
- Add --vfs-writeback option to delay writes back to cloud storage
- Add --vfs-read-ahead parameter for use with --vfs-cache-mode full
- Restart pending uploads on restart of the cache
- Support synchronous cache space recovery upon ENOSPC (Leo Luan)
- Allow ReadAt and WriteAt to run concurrently with themselves
- Change modtime of file before upload to current
- Recommend --vfs-cache-modes writes on backends which can't stream
- Add an optional fs parameter to vfs rc methods
- Fix errors when using > 260 char files in the cache in Windows
- Fix renaming of items while they are being uploaded
- Fix very high load caused by slow directory listings
- Fix renamed files not being uploaded with --vfs-cache-mode minimal
- Fix directory locking caused by slow directory listings
- Fix saving from chrome without --vfs-cache-mode writes

Local:
- Add --local-no-updated to provide a consistent view of changing objects
- Add --local-no-set-modtime option to prevent modtime changes
- Fix race conditions updating and reading Object metadata

Cache:
- Make any created backends be cached to fix rc problems
- Fix dedupe on caches wrapping drives

Crypt:
- Add --crypt-server-side-across-configs flag
- Make any created backends be cached to fix rc problems

Alias:
- Make any created backends be cached to fix rc problems

Azure Blob:
- Don't compile on < go1.13 after dependency update

B2:
- Implement server side copy for files > 5GB
- Cancel in progress multipart uploads and copies on rclone exit
- Note that b2's encoding now allows but rclone's hasn't changed
- Fix transfers when using download_url

Box:
- Implement rclone cleanup
- Cancel in progress multipart uploads and copies on rclone exit
- Allow authentication with access token

Chunker:
- Make any created backends be cached to fix rc problems

Drive:
- Add rclone backend drives to list shared drives
- Implement rclone backend untrash
- Work around drive bug which didn't set modtime of copied docs
- Added --drive-starred-only to only show starred files
- Deprecate --drive-alternate-export as it is no longer needed
- Fix duplication of Google docs on server side copy
- Fix "panic: send on closed channel" when recycling dir entries

Dropbox:
- Add copyright detector info in limitations section in the docs
- Fix rclone link by removing expires parameter

Fichier:
- Detect Flood detected: IP Locked error and sleep for 30s

FTP:
- Add explicit TLS support
- Add support for --dump bodies and --dump auth for debugging
- Fix interoperation with pure-ftpd

Google Cloud Storage:
- Add support for anonymous access

Jottacloud:
- Bring back legacy authentification for use with whitelabel versions
- Switch to new api root - also implement a very ugly workaround for the DirMove failures

Onedrive:
- Rework cancel of multipart uploads on rclone exit
- Implement rclone cleanup
- Add --onedrive-no-versions flag to remove old versions

Pcloud:
- Implement rclone link for public link creation

Qingstor:
- Cancel in progress multipart uploads on rclone exit

S3:
- Preserve metadata when doing multipart copy
- Cancel in progress multipart uploads and copies on rclone exit
- Add rclone link for public link sharing
- Add rclone backend restore command to restore objects from GLACIER
- Add rclone cleanup and rclone backend cleanup to clean unfinished multipart uploads
- Add rclone backend list-multipart-uploads to list unfinished multipart uploads
- Add --s3-max-upload-parts support
- Add --s3-no-check-bucket for minimising rclone transactions and perms
- Add --s3-profile and --s3-shared-credentials-file options
- Use regional s3 us-east-1 endpoint
- Add Scaleway provider
- Update IBM COS endpoints
- Reduce the default --s3-copy-cutoff to < 5GB for Backblaze S3 compatibility
- Fix detection of bucket existing

SFTP:
- Use the absolute path instead of the relative path for listing for improved compatibility
- Add --sftp-subsystem and --sftp-server-command options

Swift:
- Fix dangling large objects breaking the listing
- Fix purge not deleting directory markers
- Fix update multipart object removing all of its own parts
- Fix missing hash from object returned from upload

Tardigrade:
- Upgrade to uplink v1.2.0

Union:
- Fix writing with the all policy

WebDAV:
- Fix directory creation with 4shared

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

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

What's new in this version:

Bug-Fixes:
docs:
- Disable smart typography (eg en-dash) in MANUAL.* and man page
- Update install.md to reflect minimum Go version
- Update install from source instructions
- make_manual: Support SOURCE_DATE_EPOCH
- log: Fix --use-json-log going to stderr not --log-file on Windows
- serve dlna: Fix file list on Samsung Series 6+ TVs
- sync: Fix deadlock with --track-renames-strategy modtime

Cache:
- Fix moveto/copyto remote:file remote:file2

Drive:
- Stop using root_folder_id as a cache
- Make dangling shortcuts appear in listings
- Drop "Disabling ListR" messages down to debug
- Workaround and policy for Google Drive API

FTP:
- Add note to docs about home vs root directory selection

Onedrive:
- Fix reverting to Copy when Move would have worked
- Avoid comma rendered in URL in onedrive.md

Pcloud:
- Fix oauth on European region "eapi.pcloud.com"

S3:
- Fix bucket Region auto detection when Region unset in config

Wickr Me 5.60.16 查看版本資訊

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

Wickr Me 5.59.11 查看版本資訊

更新時間:2020-07-24
更新細節:

Viscosity 1.8.6 查看版本資訊

更新時間:2020-07-07
更新細節:

What's new in this version:

Added:
- Additional U2F devices are now supported

Improved:
- Improves flow of U2F registration and authentication
- Server generated explicit-exit-notify messages are now supported

Updated:
- OpenVPN 2.4 updated to version 2.4.9
- OpenSSL updated to version 1.1.1g

Fixed:
- Resolves a potential VPN connection hang after a Power Nap event
- Resolves a potential VPN connection hang after a rapid WoL event
- OpenVPN will no longer fail to start if tmp directory permissions are incorrect
- Resolves a rare potential crash in Viscosity's helper tool
- Various bug fixes and enhancements

Wickr Me 5.57.3 查看版本資訊

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

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

更新時間:2020-06-24
更新細節:

What's new in this version:

Bug Fixes:
- build
- Fix docker release build action
- Fix custom timezone in Docker image
- check: Fix misleading message which printed errors instead of differences
- errors: Add WSAECONNREFUSED and more to the list of retriable Windows errors
- rcd: Fix incorrect prometheus metrics
- serve restic: Fix flags so they use environment variables
- serve webdav: Fix flags so they use environment variables
- sync: Fix --track-renames-strategy modtime

Drive
- Fix not being able to delete a directory with a trashed shortcut
- Fix creating a directory inside a shortcut
- Fix --drive-impersonate with cached root_folder_id

SFTP:
- Fix SSH key PEM loading

Swift:
- Speed up deletes by not retrying segment container deletes

Tardigrade:
- Upgrade to uplink v1.1.1

WebDAV:
- Fix free/used display for rclone about/df for certain backends

Wickr Me 5.56.16 查看版本資訊

更新時間:2020-06-19
更新細節: