TeamTalk 歷史版本列表 Page11

最新版本 cURL 8.1.1

TeamTalk 歷史版本列表

TeamTalk 是一個軟件會議系統,使一群人能夠合作和分享信息。在會議期間,人們可以用麥克風說話,看到其他人使用他們的攝像頭,共享文件,顯示桌面應用程序,播放音樂等。 不像其他流行的會議應用程序 TeamTalk 自帶的獨立服務器。這意味著你不依賴於第三方來主持你的會議。換句話說,您可以完全控制您的社區,並且可以選擇誰可以參與. 對視障人士來說是一個 TeamTalk 會議系統的重要特徵。 Te... TeamTalk 軟體介紹


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

CudaText 1.110.3.0 (64-bit) 查看版本資訊

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

What's new in this version:

Added:
Improved TRegExpr engine:
- regexp: supported Unicode characters after U+FFFF (ie surrogate pairs) for '.', 'W', 'S', 'D' etc.
- regexp: supported "atomic groups": (?>foo|bar|ok)
- regexp: supported "nagative lookahead": foo(?!bar)

Fixed:
- lexer Python: regression in code-tree
- regression in Markdown tree-helper

CudaText 1.110.0.0 (64-bit) 查看版本資訊

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

What's new in this version:

Added:
- improved TRegExpr engine: supported Unicode categories pL p{L} p{Lu}, and negative variant with P
- option "renderer_offsets", to fix rarely visible artifacts on Linux
- lexer reStructuredText: fix 2 kinds of code-blocks; add rule for table blocks; add rule for local links
- lexer Bash: highlight invalid hex/octal literals

Fixed:
- incorrect horizontal caret pos, when line with full-width chars is scrolled horizontally
- after command "find cur selection next", command "find next" must reuse text
- search engine bug when search text is multi-line + Unicode

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

TeamTalk 5.6 查看版本資訊

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

What's new in this version:

New Features:
-This new release comes with many new features, especially a lot of accessibility features for the desktop clients thanks to Corentin Bacqué-Cazenave. The Android client also got a thorough remake thanks to Igor B. Poretsky and Beqa Gozalishvili.

Here’s a summary of the new features:
Accessible Windows client:
- Removed duplex mode for sound devices
- Removed Windows Sound system
- Removed Advanced page from Preferences
- Default sound system, Windows Audio Session, now uses Windows’ own echo cancellor, AGC and noise suppression
- User accounts are now sorted alphabetically
- Text message log files are stored with .clog and .ulog extension for channel and user log respectively
- Blank nicknames are set to NoName followed by user ID
- More items are now translatable.
- French, Turkish, German and Chinese languages updated.
- All areas of main window are now labelled
- Slider controls now use down arrow to decrease volume and up arrow to increase volume
- TTS announces volume changes when using shortcut keys Ctrl+Alt+Left/Right and Ctrl+Shift+Left/Right
- When in main channel the application title is now server name
- Blank characters are automatically removed from username and channel name

Default Qt client:
- Removed duplex mode for sound devices
- Sound system Windows Audio Session now uses Windows’ own echo cancellor, AGC and noise suppression
- Text message log files are stored with .clog and .ulog extension for channel and user log respectively
- Press tab changes focus in text message dialog
- More items are translatable
- More controls are labelled with accessibility hints
- When switching to Away mode due to inactivity the status message is now updated
- Blank nicknames are set to NoName followed by user ID
- When in main channel the application title is now server name
- Blank characters are automatically removed from username and channel name

Android client:
- Empty channels with max users set to zero are listed first (sticky channels)
- French language is now supported
- Buttons for changing between tabs Channels, Chat, Media Streams and Files
- Preferences are grouped into General, Sound Events, Text to Speech, Connection and Sound System
- Users are now displayed before channels
- Support for dark mode and day/night shift
- Blank nicknames are set to NoName followed by user ID
- More elements are now labelled with accessibility hints
- Bluetooth headset microphone usage facility
- Use back button on the action bar to navigate to the parent channel

iOS client:
- Channels are now sorted correctly in TeamTalk on iOS 13 and newer
- French translation has been updated
- Blank nicknames are set to NoName followed by user ID
- Blank characters are automatically removed from username and channel name

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

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

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

What's new in this version:

Bug Fixes:
- lib/file: Fix SetSparse on Windows 7 which fixes downloads of files > 250MB
- build
- Update go.mod to go1.14 to enable -mod=vendor build
- Remove quicktest from Dockerfile
- Build Docker images with GitHub actions
- Update Docker build workflows
- Set user_allow_other in /etc/fuse.conf in the Docker image
- Fix xgo build after go1.14 go.mod update
- docs
- Add link to source and modified time to footer of every page
- Remove manually set dates and use git dates instead
- Minor tense, punctuation, brevity and positivity changes for the home page
- Remove leading slash in page reference in footer when present
- Note commands which need obscured input in the docs
- obscure: Write more help as we are referencing it elsewhere

VFS:
- Fix OS vs Unix path confusion - fixes ChangeNotify on Windows

Drive:
- Fix missing items when listing using --fast-list / ListR

Putio:
- Fix panic on Object.Open

S3:
- Fix upload of single files into buckets without create permission
- Fix --header-upload

Tardigrade:
- Fix listing bug by upgrading to v1.0.7
- Set UserAgent to rclone (Caleb Case)

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

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

What's new in this version:

Bug Fixes:
Accounting:
- Restore "Max number of stats groups reached" log line
- Correct exitcode on Transfer Limit Exceeded flag
- Reset bytes read during copy retry
- Fix race clearing stats

- Copy: Only create empty directories when they don't exist on the remote
- Dedupe: Stop dedupe deleting files with identical IDs

Oauth:
- Use custom http client so that --no-check-certificate is honored by oauth token fetch
- Replace deprecated oauth2.NoContext
- Operations
- Fix setting the timestamp on Windows for multithread copy
- Make rcat obey --ignore-checksum
- Make --max-transfer more accurate

Rc:
- Fix dropped error
- Fix misplaced http server config
- Disable duplicate log

Serve dlna:
- Cds: don't specify childCount at all when unknown
- Cds: use modification time as date in dlna metadata
- Serve restic: Fix tests after restic project removed vendoring

Sync:
- Fix incorrect "nothing to transfer" message using --delete-before
- Only create empty directories when they don't exist on the remote

TeamTalk 5.5.1 查看版本資訊

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

What's new in this version:

- The TeamTalk 5 Classic Client for Accessibility unfortunately had a crash issue when opening the media streaming dialog menu. This crash issue has been fixed in TeamTalk version 5.5.1
- Chinese and French translations have also been updated

Insync 3.1.3.40790 查看版本資訊

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