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

SQLite 歷史版本列表 Page3

最新版本 [var.version]

SQLite 歷史版本列表

SQLite 是一個實現自包含,無服務器,零配置,事務 SQL 數據庫引擎的進程內庫。 SQLite 的代碼是在公共領域,因此可以用於任何目的,商業或私人。 SQLite 是世界上應用最廣泛的數據庫,比我們可以計數的應用程序還要多,其中包括幾個備受矚目的項目。選擇版本:SQLite 3.21.0(32 位)SQLite 3.20.1(64 位) SQLite 軟體介紹

SQLite (32-bit)SQLite (64-bit)


SQLite 3.41.2 (64-bit) 查看版本資訊

更新時間:2023-03-22
更新細節:

What's new in this version:

Multiple fixes for reads past the end of memory buffers (NB: reads not writes) in the following circumstances:
- When processing a corrupt database file using the non-standard SQLITE_ENABLE_STAT4 compile-time option
- In the CLI when the sqlite3_error_offset() routine returns an out-of-range value (see change item 21 below)
- In the recovery extension
- In FTS3 when processing a corrupt database file
- Fix the sqlite3_error_offset() so that it does not return out-of-range values when reporting errors associated with generated columns
- Multiple fixes in the query query optimizer for problems that cause incorrect results for bizarre, fuzzer-generated queries
- Increase the size of the reference counter in the page cache object to 64 bits to ensure that the counter never overflows
- Fix a performance regression caused by a bug fix in patch release 3.41.1
- Fix a few incorrect assert() statements

Duet Display 2.5.4.0 查看版本資訊

更新時間:2023-03-11
更新細節:

What's new in this version:

Feature:
- Add ability to disable wireless Air connections through registry

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

更新時間:2023-03-11
更新細節:

What's new in this version:

Changed:
- option "autocomplete_autoshow_chars": avoid the timer pause, like in many other editors
- auto-completion popup: height is now determined by items count, ie new option: "ui_listbox_complete_size_items"; popup height is decreased if listbox has less items
- auto-completion popup: keys Home/End should move caret, not listbox selection, like in many other editors

Added:
- option "ui_session_save_interval": avoid saving if session is not yet changed
- code-tree in lexer CSS shows colored squares also for: rgb() rgba() hsl() hsla()
- dialog Char Map should save not only size, but also position
- avoid plugin dialogs / floating groups / Char Map to show out of visible screen area
- plugin Insert Time: better support locale-dependant 'formats'
- improved Shift+[mouse dragging]: this must expand selection of the 1st caret, like in other editors/browsers

Fixed:
- when file-pair is loaded from session, modified state of 2nd file is not restored
- commands "go to screen top/bottom" at the document edges
- Options Editor: better tabbing over UI controls
- auto-completion popup must not have the taskbar button

JRiver Media Center 30.0.76 (64-bit) 查看版本資訊

更新時間:2023-03-11
更新細節:

What's new in this version:

New:
- Added the image dimensions to the Get Movie & TV Info dialog

Fixed:
- Video analysis could fail to determine the aspect ratio of some video files
- Black bar detection would mis-detect some samples due to wrong seeking and too short analysis
- The "Norwegian Bokmål" language name was not encoded in Unicode properly
- Format Conversion could have unpredictable result if the files being converted were particles

Changed:
- DLNA notifies after resume from sleep on a background thread (instead of hanging the program)
- Video analysis will favor the container-specified aspect ratio, if available and reliable

Resolume Arena 7.14.1 rev 21909 查看版本資訊

更新時間:2023-03-11
更新細節:

SQLite 3.41.1 (64-bit) 查看版本資訊

更新時間:2023-03-11
更新細節:

What's new in this version:

- Provide compile-time options -DHAVE_LOG2=0 and -DHAVE_LOG10=0 to enable SQLite to be compiled on systems that omit the standard library functions log2() and log10(), repectively
- Ensure that the datatype for column t1.x in "CREATE TABLE t1 AS SELECT CAST(7 AS INT) AS x;" continues to be INT and is not NUM, for historical compatibility
- Enhance PRAGMA integrity_check to detect when extra bytes appear at the end of an index record
- Fix various obscure bugs reported by the user community. See the timeline of changes for details

JRiver Media Center 30.0.74 (64-bit) 查看版本資訊

更新時間:2023-03-09
更新細節:

What's new in this version:

- Fixed: Occasional glitches when selecting a television program by entering a channel number, in Theater view guide grid

Changed:
- The SetField expression function clears the output instead of leaving the field name there
- The timer for TV Recording Manager is no longer started if TV feature is not turned on
- Prime Video in Theater View has a region/country setting
- Prime Video in Theater View can select/play specific episodes for TV series

Resolume Arena 7.14.0 rev 21841 查看版本資訊

更新時間:2023-03-09
更新細節:

What's new in this version:

NDI Improvements:
- We fixed a handful of NDI bugs, updated to the latest 5.5 SDK, optimized the formats to YUV instead of RGB so it's now faster and uses less network bandwidth. Made alpha output optional and NDI outputs are now identified to run at the composition frame rate.

Grid Cloner:
- The Linear Cloner and Radial cloner got a new sibling called the Grid Cloner. The Grid Cloner has some cool shifting parameters, so make sure to give it a try. It's made in Wire of course so you can also clone this cloner to make your own cloner :clown:

JRiver Media Center 30.0.73 (64-bit) 查看版本資訊

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

What's new in this version:

- Fixed: For VST3 plugins on mixed DPI monitors we'll set the VST3 scale so the plugin in DSP studio displays properly

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

更新時間:2023-03-04
更新細節:

What's new in this version:

Added:
- on pasting text with M lines into N carets (where N>=20, 0<abs(N-M)<=5), show a warning about possible big memory usage
- column of 'margin' line is now saved to session; added corresponding sub-option to "ui_history_disabled"

Fixed:
- Shift+Tab, pressed in the Replace / Console dialog, performed the 'Unindent' in editor
- crash on calling "move tab to group 2" from Command Palette
- command "show main menu as popup" should show from the left-top corner even if sidebar is on the right