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 Page3 | 2024 軟體跟著走

Riot 歷史舊版本 Page3

最新版本 [var.version]

Riot 歷史版本列表

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

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


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

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

What's new in this version:

Add:
- optimizations in lexer engine; tests on huge XML/HTML files ("ui_max_size_lexer":150) show that parsing is faster (than v1.100) 1.2 - 2 times
- Find dialog allows backward search even in RegEx mode
- to speedup rendering, program uses predefined char widths for the following: Cyrillic, Greek, German, Japanese, Chinese, Korean, Hebrew, Arabic, Indian
- on moving caret left/right, skip positions of combining (accent) chars, like other programs do
- better render combining (accent) chars on Linux/macOS
- command line parameter -nn
- option "renderer_cache_lines"

Changed:
- removed option "unicode_wide_allowed"
- removed menu item "File / Export to HTML" (command still exists in Command Palette)
- in parser's RegEx engine, removed support of rarely needed l L g G

Fixed:
- very old problem in parser's RegEx: s did not catch line-breaks (it affects e.g. HTML lexer, it has rule which finds JS blocks)
- problem in API: "ed" got wrong editor for "floating groups" after plugin shows modal dialog
- "Find next" with RegEx did continue the search from the last found location and not from the caret
- Emmet plugin bad result if called after '<a href="text"'
- ui tab does not show tooltip after moving it with "move tab to next group"

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

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

What's new in this version:

Added:
- optimization in unfolding code, so unfolding of ranges, which have lot of folded subranges, is ~20x faster
- optimization in rendering of "colored ranges" (they are present in Bash lexer for $(...) and AutoIt lexer for multiline comments). Syntetic test files, with huge count of colored ranges, show much faster scrolling.
- option "ui_notif_confirm" to enable confirmation on file auto-reloading
- dialog "Save Tabs" has new button "Toggle"
- lexer Lua: better code-tree for functions in class; folding of {}
- commands "move tab to group 1", "move tab to group 2"
- commands "move tab to group floating-1/ floating-2/ floating-3"

Fixed:
- lexer JS: highlighting of regex'es
- folded ranges didn't restore from history (if scroll pos: on top)
- opening files in "preview tab" (Project Manager) gave incorrect filename sometimes (with "ui_notif":true)

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

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

What's new in this version:

- Upgrade to React SDK 2.6.1

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

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

What's new in this version:

Added:
- undo-data records also "line states", ie "undo" reverts "line states" to initial value
- command line: support key -s to specify custom settings folder
- command line: support file masks with '*', e.g. "cudatext readme/test*.htm*"
- when "unprinted symbols" are visible, render curved-arrow for wrapped parts of long lines
- paired file tabs (2 files in a single tab) now correctly save/restore to/from sessions
- for stability, when user removes lexer in Lexer Library dialog, app doesn't deallocate lexer object but only "marks" it (prevents access to deallocated memory objects)
- Wiki topic: https://wiki.freepascal.org/CudaText#Dialog_.22Save_tabs.22

- Changed: changed format and file extensions of persistent undo/redo (used with "undo_persistent":true)

Fixed:
- bug in regex engine with regex like [.-] and [.-]
- lexer Batch issues
- several editor settings (wrap mode, show minimap/micromap/ruler/line-numbers/folding/unprinted) could not load from lexer-specific configs
- Project Manager crash on calling Project Properties

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

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

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

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

What's new in this version:

Features:
- Added fullScreen property support for BrowserWindows
- Added session.listWordsFromSpellCheckerDictionary API to list custom words in the dictionary
- Added session.removeWordFromSpellCheckerDictionary API to remove custom words in the dictionary
- Added session.serviceWorkerContext API to access basic service worker info and receive console logs from service workers
- Added a new force parameter to app.focus() on macOS to allow apps to forcefully take focus
- Added chrome.i18n extension API
- Added chrome.tabs.connect extension API for background pages
- Added support for property access to some getter/setter pairs on BrowserWindow
- Added support for the chrome.extension.getBackgroundPage API when building with enable_electron_extensions
- Allow an optional callback parameter for WebFrame.executeJavaScript* methods, which is called synchronously unless the target context is paused
- Restored support for pdfium-based PDF viewer

Fixes:
- Don't allow window to go behind menu bar on mac
- Fixed webRequest module not working with file:// protocol
- Fixed webRequest not working for CORS requests
- Fixed win.setMenuBarVisibility(false) not hiding menu bar
- Fixed an issue where changing theme on macOS would break window maximizability state
- Fixed crash in network service process when using protocol.registerSchemeAsPrivileged api
- Fixed crash that could occur when calling session.fromPartition inside the ready event
- Fixed incorrect hit testing on top of ::after element with layoutNG
- Fixed missing debug symbols for crashpad handler on macOS
- Fixed possible freeze on window with disabled background throttling
- Fixed the print button functionality in the PDF viewer extension
- Limited manipulation of custom spellchecker dictionary words to persistent sessions
- Removed extraneous crashpad_handler binary from the Linux distribution files
- crashReporter is now explicitly initialized only in the main process, and implicitly initialized in other child processes. This fixes an issue preventing the crash reporter from functioning in sandboxed renderers on Linux
- Fixed broken Views API builds

Performance:
- Improved window events handler efficiency on Linux
- Made setting window icons slightly faster on Linux

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

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

What's new in this version:

Added:
- options "statusbar_nnnn" support new macro {selchars} - total number of selected characters
- option "mouse_click_links"
- option "max_line_len_for_accurate_width"
- open URLs and e-mails (with and without "mailto:") by double-click
- open URLs starting with "www." and "ftp."
- optimizations for "dynamic highlightings" code
- switch ui tabs by Shift+wheel
- Wiki topic: CudaText#Sessions
- Wiki topic: CudaText#Markers
- API to show button on sidebar's bottom without loading the plugin

Changed:
- replaced 3 rarely needed options "unprinted_xxxx_scale" with single option "unprinted_symbols_scale"
- ui tabs: mouse wheel scroll step is now 20% of width
- toolbar button "Sort" was removed. It gave the same commands as "Plugins / Sort" but it had only 5 of all 20 commands

Fixed:
- plugin "Open URL" didn't catch double-click sometimes
- folding icon on gutter did not work in some cases
- Project Manager cannot open files in binary viewer sometimes
- Project Managet cannot open recent projects
- regex search bug with regex like "[.-]test"
- lexer PHP: several fixes for code-tree and folding
- incorrect caret pos in long lines (len>500) with CJK chars
- bug from 1.99, file can be loaded from session without lexer set

KeeWeb 1.14.3 查看版本資訊

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

What's new in this version:

 - improved exporting files with markdown notes

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

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

What's new in this version:

Features:
- EnableWebSQL is a new webpreference option to enable/disable websql api

Fixes:
Ensured that exit callbacks are run for Node.js in the renderer process
Fixed an issue whereby macOS would fail to allow file extensions containing periods
- Fixed an issue with navigator.languages and Accept-Language did not fully respect users' language preferences on Windows and macOS. This also improved fallback font selection for CJK texts on Windows.
- Fixed crash with webview during some window management events like resize, scroll etc.

Other Changes:
- Fixed v8_context_snapshot_generator included in arm/arm64 mksnapshot zip files
- Security: Backport Chromium fix for https://crbug.com/1062861
- Security: backported fix for CVE-2020-6457: Use after free in speech recognizer
- Security: backported fix for CVE-2020-6458: Out of bounds read and write in PDFium
- Security: backported fix for CVE-2020-6459: Use after free in payments
- Security: backported fix for CVE-2020-6460: Insufficient data validation in URL formatting
- Security: backported fix for CVE-2020-6461: use-after-free in storage
- Security: backported fix for CVE-2020-6462: Use after free in task scheduling
- Security: backported fix for CVE-2020-6463: use-after-free in Angle
- Security: backported fix for CVE-2020-6464: Type confusion in blink
- Security: backported fix for CVE-2020-6831: Stack buffer overflow in SCTP

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

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

What's new in this version:

Features:
- Added a new force parameter to app.focus() on macOS to allow apps to forcefully take focus
- EnableWebSQL is a new webpreference option to enable/disable websql api

Fixes:
- Ensured that exit callbacks are run for Node.js in the renderer process
- Fixed a crash which could occur during page navigations
- Fixed an issue whereby macOS would fail to allow file extensions containing periods
- Fixed behaviour of navigator.language/s and app.getLocale to use OS locale
- Fixed crash with webview during some window management events like resize, scroll etc

Other Changes:
- Fixed v8_context_snapshot_generator included in arm/arm64 mksnapshot zip files
- Security: Backport Chromium fix for https://crbug.com/1062861
- Security: backported fix for CVE-2020-6458: Out of bounds read and write in PDFium
- Security: backported fix for CVE-2020-6459: Use after free in payments
- Security: backported fix for CVE-2020-6460: Insufficient data validation in URL formatting
- Security: backported fix for CVE-2020-6461: use-after-free in storage
- Security: backported fix for CVE-2020-6462: Use after free in task scheduling
- Security: backported fix for CVE-2020-6463: use-after-free in Angle
- Security: backported fix for CVE-2020-6464: Type confusion in blink
- Security: backported fix for CVE-2020-6831: Stack buffer overflow in SCTP