Universal Media Server 歷史版本列表
Universal Media Server 是一種媒體服務器,能夠將視頻,音頻和圖像提供給任何支持 DLNA 的設備。它是免費的,定期更新,並具有比任何其他媒體服務器,包括付費媒體服務器更多的功能。支持所有主要的操作系統,Windows,Linux 和 Mac OS X 的版本。程序流或轉碼視頻,音頻和圖像格式幾乎沒有配置。它由 FFmpeg,MEncoder,tsMuxeR,MediaInfo... Universal Media Server 軟體介紹更新時間:2020-11-02
更新細節:
What's new in this version:
Data transfer:
- REPLACE/UPSERT support was added in SQL export format
- Target format selector was fixed (Linux)
- Bug in dump/restore credentials save was fixed
Data viewer:
- Contrast color now used as foreground color
- Bug with results fetch size disable was fixed
- Preference pages structure was re-organized (get rid of Eclipse legacy)
Database navigator:
- SQL editor context menu was enhanced
- "Link wit editor" command was fixed for SQL scripts
- Problem with empty/redundant tooltips was fixed
- SQL editor: active query cancel on editor close
- ER diagrams: table comments loader was fixed
- Sample database now can be created from the main menu
- Transaction deadlocks viewer was fixed
PostgreSQL:
- Data type handler detection was fixed (uuid, name and other types)
- Array editor was fixed (proper array item type discover).
Oracle:
- Oracle 8 support was fixed (metadata read queries)
- Ref cursors support was added
- Multi-row INSERT support was added (for export in SQL format)
- View and materialized view DDL was fixed (comments)
MySQL:
- Dump/restore credentials override option was added
- "Disable foreign key checks" option was added in database restore wizard
- SQL Server: national charsets support was added for table/column comments
- Informix: check constraints read was added
- Hive: LIMIT clause support was added
- Intersystems IRIS driver was added
- Number of minor bugs were fixed
更新時間:2020-10-31
更新細節:
What's new in this version:
Added:
- detect encoding also by Python standard
- Wiki topic
- options "find_indent_vert"/"find_indent_horz" are now respected in Undo/Redo commands
- option "find_indent_vert": big values >= 100 (or <= -100) now center position vertically
- plugin Project Manager supports "Find in Files 4" with its command "Find in directory"
- plugins Comments, Sort, Emmet are translatable like many others
- can assign hotkey to Left Backslash key on 102-key keyboard
- after "save file as", clear read-only editor state
Changed:
- shortened button captions in Find dialog: "First", "Next", "Prev", "Select", "Mark"
- deleted static auto-completion files for JS and Python (data/autocomplete/*.acp), because they interferred with Snippets plugin and intelligent auto-completion plugins
Fixed:
- even with "def_encoding_utf8":true, app must not activate UTF8 if file has clearly not the UTF8 encoding
- some plugin APIs didn't properly shift carets+markers
更新時間:2020-10-30
更新細節:
What's new in this version:
- Change of the threshold value in real time with the possibility of displaying the binarized b/w image
更新時間:2020-10-29
更新細節:
What's new in this version:
- SysML Support
- Additional UML Diagrams (Timing, Interaction Overview, Information Flow)
- MacBook Pro's Touch Bar Support
- Command Palette
- Tag Editor
Resolved:
- Tag editor #3
- Linux distributions for .deb and .rpm (no more AppImage) #172
- Support Macbook Touchbar #174
- Allow to extend maximum canvas size #178
- Open external url when double click on Hyperlink element #173
- Allow to register user TTF fonts #169
- Allow to change diagram background color #167
- Zooming too sensitive in Trackpad #108
- Drag-n-drop ports on Subsystem not working #168
- Can't autoresize ERDEntityView when suppressColumns is on true. #180
- Bump electron to latest version #179
- Add Command Palette #138
- Add frame by drag-and-drop a diagram from Explorer #198
- Lifeline need more top and bottom padding for placing Duration Constraints in Timing Diagram #186
- Entity, Boundary, Control's small icons are not shown in Explorer #192
- Add "Add Diagram" in context menu of diagram area #191
- Support Timing Diagram #51
- Support Interaction Overview Diagram #176
- Implement Duration and Time Constraints #52
- Support Information Flow Diagram #207
- Support Requirement Diagram (SysML) #182
- Support Block Definition Diagram (SysML) #183
- Support Internal Block Diagram (SysML) #184
- Support Parametric Diagram (SysML) #185
更新時間:2020-10-26
更新細節:
更新時間:2020-10-23
更新細節:
What's new in this version:
- add: Wiki topic /CudaText#Encoding_detection
- add: can assign hotkey to Left Backslash key on 102-key keyboard
- fix: even with "def_encoding_utf8":true, app must not activate UTF8 if file has clearly not the UTF8 encoding
- fix: some plugin API didn't shift carets+markers property
更新時間:2020-10-21
更新細節:
更新時間:2020-10-20
更新細節:
What's new in this version:
- Find dialog: when "search in selection" is checked, and "find first"/"find next" is called, editor places marker instead of caret, so we don't break the selection, and can "find next" all matches
- Wiki topic https://wiki.freepascal.org/CudaText#Text_searcher_features
- Wiki topic https://wiki.freepascal.org/CudaText#How_to_support_Spell_Checker_in_lexer
- plugin "Sort" has new command "Sort char-separated values in lines"
- option "marker_size"
- command "duplicate line(s)" supports multi-carets
- command-line options -nsl and -nss (option -ns is a shortcut to both of them)
- command-line option -z=uhex
- CSS auto-completion: more complete colors list for color-properties
- CSS auto-completion: add standard values to all properties: inherit, initial, unsert, var()
- CSS auto-completion: better auto-inserting of bracket for functions
- Unix: better support paths with ~/ (didn't work if app was run by external tools)
- dialog Find/Replace: second press of Ctrl+F / Ctrl+R returns focus to editor
- dialog "Save tabs?" shows button "don't save/ keep in session" more often, now ignoring "t" in "ui_history_disabled"
- lexer CSS: highlight names of "system colors"
- lexer XML: better support Spell Checker
- crash and not sync'ed editors when in splitted view
- code-tree was reset on change grouping mode to "1+2"
- "distraction-free mode" was partially reset: by Option Editor plugin call, by lexer changing
- some plugins crashed when app was run with -s= command-line param
- flags in "View / Toggle unprinted chars" were reset on switching tabs
更新時間:2020-10-19
更新細節:
更新時間:2020-10-18
更新細節:
What's new in this version:
Data transfer:
- Data preview was fixed for custom SQL queries
- Binary format mapping was fixed (BLOB->binary)
- Target table name mapping was improved
- Context data context menu item visibility was fixed
- SQL format: extra options were added (including INSERT OR REPLACE support)
- HTML format: additional export options were added
- DbUnit format support was improved
SQL editor:
- "Auto-save on edit" option was added
- Procedures auto-completion was improved (use signature or parameter names depending on context)
- Query cancel on editor close was fixed
- Disable auto-formatting inside comments
- Data viewer: minimum fetch size now limited by 100 rows
- SSH configuration: bug with variables in connection parameters was fixed
- Column reordering UI was fixed
PostgreSQL:
- Serial data types support was improved
- Trigger DDL was fixed
- $$ rule parser was fixed
Informix:
- Driver was updated to the latest version
- Schemas/tables metadata extraction was fixed
- Error in database switch in transactional mode was fixed
MySQL:
- Zerofill flag support was added
- NULL values of "text" type rendering was fixed
Oracle:
- Expired password change feature was fixed
- Connectivity problem ("ONS configuration failed") was fixed
- SQLite: column drop feature was added
- SQL Server: data read from clustered tables was fixed
- Number of minor bugs were fixed