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'.
 Riot 軟體歷史版本 Download Page10 :: 軟體兄弟

Riot 歷史版本列表 Page10

最新版本 [var.version]

Riot 歷史版本列表

Riot 允許團隊通過廣泛的協作應用進行交流。如果某些團隊成員使用 Riot,而其他團隊成員使用 IRC,Slack 或 Gitter,Riot 將允許這些團隊成員無縫地一起工作。 Riot 提供了最豐富的通信網橋。沒有人應該控制你的通信和數據,但你。 Riot 可讓您運行您自己的服務器,並為用戶和團隊提供當今最先進的加密棘輪技術,可用於分散式安全 Internet。選擇版本:Riot 0.13.... Riot 軟體介紹

Riot (32-bit)Riot (64-bit)


Cisco Webex Teams 3.0.14741.0 查看版本資訊

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

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

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

What's new in this version:

Add:
- Project Manager improvements (show pretty paths in recent file list; fixed crash on unfolding deleted folder; use case-insensitive sorting)
- program starts little faster (Linux/Windows: by 10..20%)
- command line supports all params (-r -e -nh -z) for single instance mode too (thanks @dinkumoil)
- command line parameter -i, to read the contents of stdin (Unix only)
- command line parameter -ns, to disable loading saved session
- if mouse selecting was started, and mouse is moving over gutter, selecting must continue
- lexer Python: support Unicode ids, fix rules for hex/octal/binary numbers
- lexer JavaScript: support in code-tree functions like "name: function(...){}"
- lexer Markdown: support Unicode text
- lexer HTML: proper highlight few more attribs
- Addon Manager shows new dialog for "Download all" command
- HTML auto-completion must insert "<" char if called on empty place
- optimizations in Python API speed
- show Go To dialog on clicking statusbar first cell

Change:
- lexers removed to add-ons: Diff, Makefile, Pascal, Properties, Ruby
- plugin Sort: changed config file to settings/plugins.ini, [sort] section

Fix:
- memory leak in TreeHelpers
- command line param -n was broken on Windows
- auto-completion was broken in PHP block (bad default of "autocomplete_html_lexers")
- command "settings: reload/apply config"
- commands didn't support paired file-tab: "save file", "save file as", "reopen file", "copy filename", "lexer properties"

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

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

What's new in this version:

Changes:
- Upgraded to Chromium 80.0.3987.86 (New since Electron 7: Chromium 79, 80)
- Upgraded to Node 12.13.0 (New since Electron 7: Node 12.9, 12.10, 12.11, 12.12, 12.13)
- Upgraded to V8 8.0 (New since Electron 7: V8 7.9, 8.0)
- IPC between main and renderer processes now uses the Structured Clone Algorithm

Features:
- Added --enable-api-filtering-logging command-line switch, which enables caller stack logging for desktopCapturer and remote APIs that can be blocked or filtered
- Added app.getApplicationNameForProtocol()
- Added app.setAboutPanelOptions() support for credits and iconPath on Windows
- Added BrowserWindow.moveAbove(mediaSourceId)
- Added contents.getAllSharedWorkers() and contents.inspectSharedWorkerById(workerId) to allow inspection of specific shared workers
- Added Notification() options' timeoutType property to allows users to set timeout type for Linux and Windows notifications
- Added Notification() options' urgency property to allow customization of Linux-based notifications
- Added session.addWordToSpellCheckerDictionary API to support custom words in the
- Added session.downloadURL() to allow downloads to trigger without a BrowserWindow
- Added systemPreferences.getMediaAccessStatus().screen for detecting the new macOS Catalina permissions
- Added trafficLightPosition option in BrowserWindow API to allow custom positioning of traffic lights
- Added tray.displayBalloon() options: iconType, largeIcon, noSound and respectQuietTime
- Added tray.focus(), which returns focus to the taskbar notification area
- Added tray.removeBalloon(), which removes an already displayed balloon notification
- Added WebContents.printToPDF() support for fitToPageEnabled and scaleFactor
- Added win.accessibleTitle property to augment the window title for screen readers
- Added options to enable customization of print page headers and footers
- Added support for picture-in-picture mode for video elements
- Added support for the built-in spellchecker. We will use the OS spellchecker on macOS and hunspell on all other platforms
- Added the ability to prevent documents from being added to recent documents on Windows in open dialogs
- Enable macOS users to fallback to item removal when when shell.moveItemToTrash fails
- Exposed webContents.executeJavaScriptInIsolatedWorld
- Exposing methods required by capturing a hidden webContents
- Added BrowserWindow.will-move event support on macOS
- Improved TouchBarButton and TouchBarLabel a11y with the new accessibilityLabel property

Fixes:
- Added name of module to context-aware deprecation warning
- Fixed Linux console warning about gtk_disable_setlocale()
- Don't destroy active menus created as local objects in javascript
- Fixed BrowserWindow.fromWebContents() to return null when no window is found for consistency with other APIs
- Fixed a crash that could occur when calling crashReporter.getUploadedReports
- Fixed a potential crash on faulty deviceNames in webContents.print()
- Fixed an issue in the remote module which could cause the name of the Object constructor to be overwritten globally
- Fixed an issue that prevented setuid binaries from being launched from the renderer process on Linux
- Fixed an issue where menu.closePopup() would have no effect if called too soon after menu.popup()
- Fixed an issue where net requests with redirection mode 'error' could incorrectly follow a redirect
- Fixed an issue where microtasks could sometimes be scheduled too eagerly, causing crashes when invoking Electron APIs during promises in certain situations
- Fixed an issue where sites using ShadowDOMV0, CustomElementsV0, or HTMLImports would not load properly
- Fixed an issue with Node.js context initialization in renderer processes
- Fixed async Node APIs not working after received IPC message
- Fixed compilation error for native modules building with VS 2015
- Fixed crash when doing redirect navigation with webRequest listener
- Fixed debug symbol files on linux not containing private symbols
- Fixed disabling color correct rendering with --disable-color-correct-rendering
- Fixed issue with when playing videos or audio Electron would ask for accessibility access
- Fixed memory leak when using protocol.registerSchemeAsPrivileged api
- Fixed printing
- Fixed setting content-type header with charset breaking protocol APIs
- Fixed several deprecation warnings in Electron code
- Fixed some systemPreferences.getColor() inconsistencies on macOS
- Fixed white flash after restoring an app from the background
- Prevented 'Reopen windows?' dialog from appearing on macOS after a crash
- Re-enable DOM storage quota enforcement but change limit from 10MiB to 100MiB
- Removed unnecessary chromium patch for browser compositor on mac
- setLayoutZoomLevelLimits no longer works in Electron 8, so emit a warning message when using it. The function will be removed in Electron 9
- Fixed a crash that could occur if a WebContents was destroyed during a navigation event
- Fixed bug in 8.0.0 beta releases that prevented the dictionarySuggestions property from being populated correctly when the built-in spellchecker is enabled

Other Changes:
- Added Windows on Arm (64 bit) release
- Added Windows on Arm node header files to checksum file
- Deprecated the default value of app.allowRendererProcessReuse
- Deprecated <webview>.getWebContents() due to its dependency on the remote module
- Fixed first beta version choosing logic
- Made strip_absolute_paths_from_debug_symbols to false in debug.gn
- No-notes
- Removed undocumented ipcRenderer.sendToAll()

Auto Screen Capture 2.2.4.6 查看版本資訊

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

Firefox Developer Edition 73.0b10 (64-bit) 查看版本資訊

更新時間:2020-01-27
更新細節:

Riot 1.5.8 (64-bit) 查看版本資訊

更新時間:2020-01-27
更新細節:

Stremio 4.4.106 查看版本資訊

更新時間:2020-01-27
更新細節:

Firefox Developer Edition 73.0b9 (64-bit) 查看版本資訊

更新時間:2020-01-25
更新細節:

O&O BrowserPrivacy 14.7.610 (64-bit) 查看版本資訊

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

Firefox Developer Edition 73.0b7 (64-bit) 查看版本資訊

更新時間:2020-01-20
更新細節: