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

最新版本 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) 軟體介紹


Rainlendar Lite 2.16 (64-bit) 查看版本資訊

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

What's new in this version:

- Buttons in old ini-format skins were not always visible and profiles were broken
- All the extra space goes to the text area in task editor
- Setting "Show tooltip in tray" to NEVER will not show the tooltip even when hovering over the tray icon
- Tasks with alarms were sometimes shown in the event list
- The save changes dialog sometimes popped up after successful save if the "Keep editor open until writing succeeds" setting was enable
- Importing single instances of a recurring event is now possible
- ics/vcs file import also works even if the file extension is not .ics/.vcs
- Printing a day range also includes the tasks which are shown in the calendar
- Events from Office 365 calendar are ordered by the start time when initially requested from the server and by the modified time when polling for changes
- Recurring events created to Office 365 calendar were using incorrect time zone
- Added option for Google Calendar to choose what kind of notifications are sent when event is deleted
- It's possible to filter private and public events in manager with "class:private" and "class:public"
- Added throttling when changing month with the mouse wheel
- Printing day range did not always include the last day

Viscosity 1.9.1 查看版本資訊

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

What's new in this version:

Improved:
- Automatic remapping of data-ciphers and related commands
- Routes can now be modified in the configuration editor

Updated:
- OpenVPN updated to version 2.4.10

Updated:
- OpenSSL updated to verion 1.1.1i

Fixed:
- Resolves a rare issue where some DNS lookups failed
- Various bug fixes and enhancements

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

VASSAL Engine 3.5.0 查看版本資訊

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

What's new in this version:

New features:
- Console, for entering commands to affect errorlog, properties, etc.
- Performance improvements for Global Key Commands
- Simpler way to display PDF files from Help menu
- Expose version numbers and module strings to module as properties
- MouseOverStackViewer can show > 1 piece of a deck
- Editor's search function can now search piece traits and component attributes
- MouseoverStackViewer has HTML support and additional formatting options
- "Help" button (and help information) added to Preferences dialog
- Added preference to control drag-at-edge-of-map width
- Threshold for centering on opponent's move is now configurable
- Title Bar of module should always show most recent Save/Load/Log
- Ability to Deselect a piece with a Key Command (also remove it from its stack)
- Flare feature for map
- Added KeyNamer for overriding key names
- Method for removing unused images from modules
- Aesthetic improvements to dialogs
- Chess clocks
- Added Preference for turning off sounds

Bug-fixes:
- Level name in Layer trait is not being saved
13900: MassPieceLoader trait editor shows standard Embellishment trait editor instead of -ecific one
- Reinstate removed TilingHandler ctor for VASL 6.6.1
- NPE in DieManager ctor
- NPE in AbstractMetaData.getVassalVersion()
- Added description field to (nearly) all traits
- Toolbars missing from non-dockable windows
- "Module from older version" check is too strict
- Map/Module Global Key Command Description not being saved
- SendToLocation does not create Movement Trail points
- NPE in DiceButton.setAttribute()
- Find all parentless Dialogs and JOptionPanes and give them a parent
- Non-rectangular trait should remember name of image that created it
- Suffix/Prefix fields in Layer trait are not displayed correctly
- Bad parameter in Editor.UniqueIdManager.more_than_one message
- NPE after cutting/pasting piece palettes in Editor
- Chess clock help file is misnamed
13741: DataArchive.getImageNames() incorrectly returns an empty string if images/ has an -in the ZIP archive
- Piece Slots shouldn't be allowed at very top level of Piece Palette
- Replaced ComponentSplitter with SplitPane for better splitter positioning
- "Remember window size" preference is no longer ignored
- Global preferences are written when changed
- Save As in Editor, if it fails, complains the new filename
- Wizard should set the initial value for next save/load dialog
- Fixed incorrect date format in SecretNotesController
- Prevent top level required components from being deleted in Editor
- Comparison operator >= no longer incorrectly documented as =>
- Antialiasing RenderingHints not set properly for drawing game components

Other improvements:
- Make Flare animation disableable
- File > Import Module moved to Tools > Convert Module
- Simplified communication between Module Manager, Player, Editor
- Combined save and log loading; Load Continuation moved from File to Tools menu
- Improved workflow of zone editor
- Refer to MacOS instead of MacOS X now that MacOS 11 is out
- Simplified ZIP archive writing and error reporting
- Improve look of Auto Configured editor dialogs
- Improve visibility of Logging status - Help people to remember to start logs
- buildFile renamed to buildFile.xml
- Add a chatter message when starting to write a logfile
- Use native file chooser on Linux
- Better handling of logfile/savefile comments
- Saving a module will default to .vmod, an extension to .vext
- Player switching sides now reported in Chat Log
- Move Compatibility related preferences on the General tab to a new Compatibility tab
- Suggest default filename extensions

Wickr Me 5.71.9 查看版本資訊

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

VASSAL Engine 3.4.13 查看版本資訊

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

What's new in this version:

Fixed:
- CounterDetailViewer should support setting no foreground color
- Boards with same source but different grids fail to render distinctly
- SVG with viewBox and percentage width, height renders incorrectly
- NPE in MassPieceLoader when adding Layer to piece template
- Show useful message on AWTError due to bad Java Access Bridge install

Wickr Me 5.71.7 查看版本資訊

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

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

Wickr Me 5.70.4 查看版本資訊

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

VASSAL Engine 3.4.12 查看版本資訊

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

What's new in this version:

Fixed:
- Piece rotation fails to apply over masking
- Don't display empty items in context menus
- "too new" version check should compare minor version only
- Ensure that extensions are loaded in alphabetical order
- Restore scrolling in drop-down menus in BeanShell expression builder
- "Module from older version" check is too strict
- Ensure temp directory hasn't been deleted before trying to write to it
- Move Fixed Distance no longer updating Movement Trail
- Don't prompt to create new logfile before current one is done
- SendToLocation does not check outer traits when evaluating expression
- CounterDetailViewer incorrectly displayed non-stacking pieces
- "too new" version check should apply to all Module Manager items
- NPE when Enter hit in Editor component tree with no node selected
- IllegalArgumentException because Invisible trait permitted alpha values outside [0,1]
- NPE in ZonedGrid due to thread-unsafe caching of Zone clipping
- ArrayIndexOutOfBoundsException in Embellishment.getProperty()
- Pieces in a stack have the wrong offset while dragging

Improved:
- HexGridNumbering.getRawRow() is now public
- Upgrade bundled Java to 15.0.1+9