TinyButStrong Error in field [var.version...]: the key 'version' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) This message can be cancelled using parameter 'noerr'.

TinyButStrong Error in field [var.version...]: the key 'version' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) This message can be cancelled using parameter 'noerr'.
 The Bat! Professional 軟體歷史版本 Download Page6 :: 軟體兄弟

The Bat! Professional 歷史版本列表 Page6

最新版本 [var.version]

The Bat! Professional 歷史版本列表

The Bat! Professional  是一個安全的電子郵件客戶端軟件,旨在保護您的通信免受第三方。最好的安全電子郵件客戶端軟件。自 1998 年以來不斷提高!球棒!通過多種加密流保護您的信息,並通過 SSL / TLS 連接在通信過程中加密電子郵件.8997423 選擇版本:The Bat! Professional 8.0.18(32 位)The Bat! Profession... The Bat! Professional 軟體介紹

The Bat! Professional (32-bit)The Bat! Professional (64-bit)


Electron 16.0.4 (64-bit) 查看版本資訊

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

What's new in this version:

- Fixed potential crash on Windows and Linux when using desktopCapturer.getSources

Electron 15.3.3 (64-bit) 查看版本資訊

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

What's new in this version:

Fixed:
- a potential issue when setting backgroundColor on BrowserViews
- respecting aspect ratio when maximum size is set on BrowserWindow
- window frame glitch when calling setContentProtection

Electron 16.0.3 (64-bit) 查看版本資訊

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

What's new in this version:

- Fixed respecting aspect ratio when maximum size is set on BrowserWindow

Electron 16.0.2 (64-bit) 查看版本資訊

更新時間:2021-11-25
更新細節:

What's new in this version:

Fixed:
- a potential issue when setting backgroundColor on BrowserViews
- console windows from ELECTRON_RUN_AS_NODE instances

Other Changes:
- Updated Chromium to 96.0.4664.55

Electron 16.0.1 (64-bit) 查看版本資訊

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

What's new in this version:

- Fixed a potential crash when importing media files or custom file types

Electron 15.3.2 (64-bit) 查看版本資訊

更新時間:2021-11-16
更新細節:

What's new in this version:

Fixed:
- BrowserView.setBackgroundColor() not working correctly
- an issue where BrowserView may sometimes crash on browserView.webContents.destroy()
- an issue where BrowserViews crashed if view.webContents.destroy() is called after loading a URL
- an issue where playing media would open Accessibility permissions dialog on macOS
- crash in GTK open dialog when trying to preview huge image files
- default label text in GTK dialogs

Electron 16.0.0 (64-bit) 查看版本資訊

更新時間:2021-11-16
更新細節:

What's new in this version:

Features:
Additions:
- Added 'dom-ready' event to WebFrameMain which emits when the frame's document is ready
- Added 'frame-created' event to WebContents which emits when a frame is created in the page
- Added WebHID support
- Added <webview>.sendToFrame() / frameId to 'ipc-message' event
- Added <webview> 'did-redirect-navigation' event
- Added app.configureHostResolver API for configuring DNS-over-HTTPS
- Added commandLine.removeSwitch to allow apps to remove command line switches from Chromiums internal command line representation
- Added frame property to the params object of the 'context-menu' event
- Added isIssuedByKnownRoot to ses.setCertificateVerifyProc callback
- Added isMainFrame argument to 'certificate-error' event
- Added safeStorage string encryption API
- Added textWidth option to dialog.showMessageBox() / dialog.showMessageBoxSync()
- Added webContents.fromDevToolsTargetId(targetId) to lookup a WebContents instance from an associated Chrome DevTools Protocol TargetID
- Added an Electron Fuse for enforcing code signatures on the app.asar file your application loads. Requires the latest asar module
- Added fuses to disable NODE_OPTIONS and --inspect debug arguments in packaged apps
- Added new data parameter to app.requestSingleInstanceLock()
- Added support for Windows Control Overlay on Windows
- Added support for the U2F Web API
- Added warning when ipcRenderer.sendSync() is called with no listeners for channel on ipcMain

Improved:
- Began passing securityOrigin in details for permission request handlers for media requests in addition to permission check handlers
- Clicking a hyperlink in a PDF now does what you'd expect
- Emit a warning when setting a crash key name longer than the maximum allowed length
- Enabled sandboxing by default on WebContents which do not use Node or preloads
- NativeImage objects are now serializable over IPC
- The crashReporter API is now powered by Crashpad on Linux

Removed/Deprecated:
- Usage of the desktopCapturer.getSources API from the renderer process has been deprecated and will be removed

Fixed:
- Enables support for navigator.keyboard.lock()
- Fixed <webview> background transparency regression
- Fixed BrowserView.setBackgroundColor() not working correctly
- Fixed an issue where some transparent windows would show with a white background
- Fixed an issue where transparency was not always set correctly on webContents
- Fixed an issue where windows with vibrancy types set on them would incorrectly have a white instead of transparent background
- Fixed behaviour on posix when passing lists into app.requestSingleInstanceLock(additionalData) API
- Fixed crash in webview creation caused by UAF in the browser process
- Fixed crash when using singleton api with packaged apps on macOS
- Fixed detached DevTools window not closing when a menu item with the toggleDevTools role was triggered
- Fixed imageAnimationPolicy not being respected
- Having a secure CSP will no longer cause a CSP violation warning to appear in console
- ~/.config/{App Name} will no longer be incorrectly deleted if it is a symlink on unix systems

Wing IDE 101 8.1.1.0 查看版本資訊

更新時間:2021-11-13
更新細節:

What's new in this version:

Changed:
- Don't set any background fill colors in the default HTML syntax colors

Fixed:
- Fix not stepping into importlib in debugger and hide importlib stack frames
- Fix creating a Django project on Windows with a base installation of Python
- Fix visibility in some syntax coloring configurations (including HTML and Django)
- Sort state names in Editor > Syntax Coloring > Syntax Formatting preference in alphabetical order
- Fix Black reformatting in Python 3.10
- Fix potential for losing editor content during auto-reformatting
- Fix failure to apply Black and YAPF reformatting to a selection in some cases
Fix failure to watch for external changes on remote files after losing and reestablishing the - remote agent connection
- Fix visibility of text in diff/merge blocks in some display palettes
- Fix find uses with remote projects
- Fix remote seaches for non-ascii characters
- Fix suppressing too many code warnings when a module used in a from ... import isn't found
Fix backward-delete-word, forward-delete-word, delete-line, delete-to-start-of-line, - delete-to-end-of-line, move-line-up, move-line-down with 2+ selections
- Fix move-line-up and move-line-down when repeat argument is not 1
- Fix spurious undefined attribute warnings on module instances
- Fix selection popup positioning when autocompleting
- Fix possible infinite recursion in inference engine
- Fix prompting to kill associated processes when terminating a debug process
- Fix the command reference in documentation
- Fix exception seen when evaluating in a shell changes sys.stdin
- Fix exception seen when saving a container or cluster configuration
- Fix setting visible files during project open when remote files are not yet inspected
- Fix failure to determine mime type on files opened while a remote host is unavailable

Electron 15.3.1 (64-bit) 查看版本資訊

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

What's new in this version:

Features:
- Added warning when ipcRenderer.sendSync() is called with no listeners for channel on ipcMain

Fixed:
- Changed WebHID to use disable-hid-blocklist flag to enable FIDO devices
- Fixed <webview> background transparency regression
- Fixed clipboard.writeBuffer(), clipboard.readBuffer() and clipboard.read()'s ability to manipulate platform-specific clipboard formats
- Fixed a crash when a BrowserWindow is closed subsequent to its webContents being destroyed
- Fixed a tracing agent-related crash when initializing Node.js in service workers
- Fixed an issue where Content-Disposition filenames would be incorrectly truncated at the first comma for a filename attachment which contained one
- Fixed an issue where MediaMetadata did not work properly
- Fixed an issue where app.getPath('crashDumps') returned an incorrect path for Linux
- Fixed an issue where clipboard.read() could cause crashes with custom clipboard formats
- Fixed an issue which caused print settings to not work properly when printing silently
- Fixed clipboard.read to once again work like clipboard.readBuffer
- Fixed crash when using sync dialog APIs immediately after async dialog APIs
- Fixed event with invalid timestamp in trace log

VNC Server 6.8.0 查看版本資訊

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

What's new in this version:

New:
- Screen Recording for computers running VNC Server 6.8.0+ and VNC Viewer 6.21.920+ with a Professional or Enterprise subscription
- Dark mode support for MacOS
- VNC Viewer can now send the connection password to a VNC Server on Windows that is at the login screen. This is useful for users that are using System Authentication to authenticate to VNC Server and saves typing in the password again, after connecting. This feature is accessible via the F8 menu for the first 30 seconds of the session.
- WinSSOAccountCheck parameter added to VNC Server on Windows to allow relaxing of Windows account status checks when authenticating via SSO. This may be useful if connecting VNC Viewer users are experiencing problems authenticating to VNC Server.

Fixed:
- VNC Server attempted to bind to invalid subnets for UDP TURN, causing VNC Server to log "TurnDgram: Received ChannelBind error (code=403)". This error will now only appear for unexpected TURN channel bind errors.
- Users would receive an "Access is Denied" error when they are part of the BuiltInAdminstrators group when NTLogonAsInteractive is enabled

- Improved: Removed extra logging that was printed to stdout when starting a Virtual Mode VNC Server on Linux with SystemXorg enabled