VideoPad Video Editor 歷史版本列表 Page33

最新版本 SoftEther VPN Gate Client Plugin 2024.02.21 build 9799

VideoPad Video Editor 歷史版本列表

VideoPad Video Editor 是為 Windows 製作軟件的免費電影。它允許您創建和編輯多種格式的視頻,包括.avi,.wmv,.3gp,.wmv,.divx 以及其他幾種格式的視頻。通過組合幾個視頻剪輯,甚至可以使用一個視頻剪輯,免費試用 VideoPad。創建一個專業質量的電影.編輯來自任何攝像機的視頻 從 DV 攝像機,VHS,攝像頭捕捉視頻,或導入大多數任何視頻文件格式,... VideoPad Video Editor 軟體介紹


RStudio 1.3.959 查看版本資訊

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

What's new in this version:

- Dramatically improved accessibility support, including support for screen readers, keyboard navigation improvements, focus indicators and contrast improvements, and more
- Real-time spellchecking with customizable dictionaries and inline correction suggestions
- Dozens of other productivity improvements, including auto-save, global search and replace, and Shiny background jobs
- All preferences and settings are now saved centrally in plain text files, and can be set by admins and backed up by users
- Compatibility with iPad OS 13 for RStudio Server
- RStudio Desktop Pro can now function as a client for RStudio Server Pro; access your server’s compute power and environments with the convenience of a windowed desktop application

Accessibility:
Dramatically improved accessibility for sight-impaired users, including:
- Keyboard focus management and visibility upgrades
- Improved keyboard navigation
- Compatibility with popular screen readers
- Compliant contrast ratios and other accessibility improvements
- User preference for disabling user-interface animations such as when zooming panes

Spell Check:
- Real-time spell-checking engine for checking while editing
- Customizable dictionaries and word ignore lists preloaded with common R terms
- Inline correction suggestions

Preferences and Configuration:
- All user preferences and settings can now be set using a plain JSON file
- All user preferences can now have global defaults set by a system administrator
- New diagnostics commands for editing the prefs file, resetting state, and viewing pref system data
- Editor themes, snippets, file templates, and keybindings are now portable and can be installed by admins
- The content of new file templates (New R Script, New R Markdown, etc.) can now be controlled by users or administrators
- renv
- New projects can be initialized with renv, giving them an isolated project environment

Server Security:
- New auth-timeout-minutes option signs users out after a defined period of inactivity
- CSRF hardening improvements including optional validation of the HTTP Origin header
- Add option auth-cookies-force-secure to always mark auth cookies as secure when SSL is terminated upstream
- Set HTTP header X-Content-Type-Options to discourage MIME type sniffing
- Authentication cookies are now revoked after signout
- File-serving resource endpoints can now be made more restrictive; added new restrict-directory-view and directory-view-whitelist options
- RStudio Server now uses 2048 bit RSA keys, for secure communication of encrypted credentials between server / session and client

Terminal Improvements:
- User preference to configure initial working directory of new terminals
- Command to open a new terminal at location of current editor file
- Command to insert the full path and filename of current editor file into terminal
- Command in File pane to open a new terminal at File pane’s current location
- Command in to change terminal to current RStudio working directory
- PowerShell Core option in terminal (Windows-only)
- Custom terminal shell option for Windows desktop (previously only on Mac, Linux, and server)
- Change shortcuts for Next/Previous terminal to avoid clash with common Windows shortcuts
- Suppress macOS Catalina message about switching to zsh in Terminal pane
- Add ‘Close All Terminals’ command to Terminal menu
- Zsh option in terminal for Mac and Linux desktop, and RStudio Server
- Diagnostics and Recovery:
- Add automated crash handling and reporting
- Show detailed logs and process output when R fails to start
- Add “Safe Mode” for opening sessions without profile scripts or workspace restoration

Tutorials:
- Support for tutorials with the learnr package in a new Tutorials pane

Background Jobs:
- Add support for running Shiny applications as background jobs
- Install missing package dependencies in a background job

Auto Save:
- Changes automatically (and optionally) saved to disk after a few seconds or when editor loses focus
- Option to disable real-time backup of unsaved changes to avoid conflicts with Google Drive, Dropbox, etc
- Option to adjust idle interval for backup or saving changes

Miscellaneous:
- Add global replace with live preview and regular expression support
- Enable large file uploads (over 4GB) in RStudio Server
- Improved ‘Comment / Uncomment’ handling of empty lines around selection
- Files with extension ‘.q’ are no longer indexed or parsed as R files
- Add support for an API command to return the list of R packages RStudio depends on
- Upgrade internal JSON parsing engine for speed improvements
- Improved ergonomics for history prefix navigation
- Make columns resizable in the Environment pane
- Add Word Count command
- Keyboard shortcuts for main menu items on RStudio Server (e.g. Ctrl+Alt+F for File menu)
- Show number of characters when entering version control commit messages
- Update embedded Qt to 5.12.5 for Chromium update, stability and bugfixes
- Add preference for changing font size on help pane
- Warn when Xcode license has not been agreed to on macOS when command line tools required
- Improved browser tab names (project name first, complete product name) (Pr
- The diagnostics system now understands referenced symbols in glue strings
- Add preference for compiling .tex files with tinytex
- Long menus and popups now scroll instead of overflowing (#1760, #1794
- Sort package-installed R Markdown templates alphabetically
- The ‘Reopen with Encoding’ command now saves unsaved changes before re-opening the document.
- Autocomplete support for Plumber #* comment keywords
- Automatically continue Plumber #* on successive lines
- Comment / uncomment is now enabled for YAML documents
- Reflow comment has been rebound to ‘Ctrl + Shift + /’ on macOS.
- Allow fuzzy matches in help topic search
- The diagnostics system better handles missing expressions
- Keyboard shortcuts for debugging commands can be customized
- Update Pandoc to 2.7.3
- Update SumatraPDF to version 3.1.2
- Allow previewing PDFs in fullscreen mode in Sumatra PDF
- RStudio Server runtime files are stored in /var/run, or another configurable location, instead of /tmp
- Errors encountered when attempting to find Rtools installations are handled more gracefully
- Enable copying images to the clipboard from the Plots pane
- Update minimum supported browser versions
- Automatic refresh of the Git pane can now be enabled / disabled as required.
- Target directory can be changed from within the ‘Upload Files’ dialog (RStudio
- Zoom Left/Right Column commands for keyboard users
- Increase maximum plot size for large, high-DPI displays
- Make maximum lines in R console configurable; was previously fixed at 1000
- Option to only show project name instead of full path in desktop window title
- New rstudio --version command to return the version of RStudio Desktop
- Scan R Markdown YAML header for R packages required to render document
- Support use of F13 - F24 for custom keyboard shortcuts (full Mac keyboard has F13-F19, for example)
- Keyboard shortcuts for searching R help in Help pane, and next/previous help page
- Keep keyboard focus in the console during debugging
- Enable wrap-around for previous/next source tab by default
- Provide full SHA in detail of Git commits
- File monitor now ignores Packrat, renv library folders
- Make global source control commands rebindable

Bugfixes:
- Fix issue where calling install.packages() without arguments would fail
- Fix issue where C code in packages would incorrectly be diagnosed as C++
- Fix plot history when plot() called immediately after dev.off()
- Fix debug stopping past breakpoint when source windows are open
- Fix diagnostics error with multibyte characters in R Markdown documents on Windows
- Fix stale processes when invoking child R processes with large command lines
- Fix an issue where help tooltips could become corrupt when using prettycode
- Fix an issue where signature tooltips were shown even when disabled by user preference
- Fix an issue where Git did not work within projects whose paths contained multibyte characters
- Fix an issue where RStudio would fail to preview self-contained bookdown books
- Fix modal dialog boundaries extending out of the app window in certain cases
- Fix issue where session restore could fail when using multiple user l
- Fix issue where library paths were not forwarded when building package docum
- Restore ability to select and copy text in version control diffs
- Fix incorrect column names when non-dataframes with a column named x were viewed
- Fix inconsistent shading in R Markdown chunk backgrounds with folding
- Fix list column display in columns past 50 with data viewer
- Fix incorrect column type display when paging columns
- Fix incorrect sorting in data viewer when paging columns
- Fix carryover of light ANSI background colors
- Fix issue where Shiny applications using reticulate on Windows could crash on run
- Fix issue where pasting text into last chunk in document could occasionally cause hang
- Fix blank Viewer Pane when displaying most HTML widgets with R 4.0.0

SnapGene Viewer 5.1.3 查看版本資訊

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

What's new in this version:

Enhancements:
- Enhanced Sequence view so that when two panels of sequence are visible in a split window, the minimap at the top shows the visible regions from both panels
- Enhanced cloning dialogs to fit on smaller displays
- Support polyA_site point features
- Made various textual enhancements

Fixes:
- Enhanced the GFF3 importer to handle files that mark a single sequence with multiple references
- Fixed an issue that prevented opening of some Vector NTI® .apr alignment files
- Corrected a regression that prevented files in a collection's "Working Set" from being listed in source menus in action dialogs
- Improved stability when importing protein features from another SnapGene file
- Corrected an issue that could result in poor alignments
- Corrected a regression that prevented restriction sites blocked by methylation from being shown in gray in Enzymes View using Numbers mode
- Corrected a regression that prevented sorting of restriction sites in Enzymes view by location of the first site or by distance from the selection
- Ensured proper import of SnapGene online sequence files that contain "&" in their names, such as the COVID-19 genome file
- Corrected a regression that could prevent enzymes in aligned sequences from reflecting the chosen option for displaying enzymes
- Ensured that Enzymes view does not scroll when toggling enzyme visibility
- Corrected an issue that made it difficult to trim aligned sequences by dragging a trimming handle when using double-stranded DNA format
- Improved the export to GenBank and other text formats of features that contain "&" and other symbols in qualifiers
- Improved the appearance of a selection in an aligned sequence when manual trimming partially occludes the selection
- Corrected a regression that prevented invoking the Destroy Restriction Site or Remove Restriction Fragment dialogs by pressing Delete or Backspace in Enzymes view
- Ensured that toggling enzyme visibility no longer marks a file as unsaved
- Fixed an issue that could prevent dashes within gaps from being shown when viewing an alignment to a reference DNA sequence
- Prevented aligned bases from being shown in red at the endpoints of an alignment
- Fixed an issue that could cause "Redo Alignment" to fail for some files
- Ensured that the Edit Feature dialog correctly indicates that segment ranges can overlap if features with overlapping segments were imported from GenBank or other file formats
- Improved the default ratio between the two panel heights when generating a split window
- Prevented unnecessary vertical space from being allocated when laying out aligned sequences in double-stranded DNA format when enzymes are visible
- Improved the file information shown for registered file types in the Windows Explorer and the macOS Finder
- Improved the display of aligned regions in Map view

DVDFab Passkey Lite 9.3.8.5 查看版本資訊

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

What's new in this version:

- New: Added the support for some new Java protections

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

DVDFab Passkey Lite 9.3.8.4 查看版本資訊

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

What's new in this version:

- New: Added the support for some new Java protections

MongoDB Compass 1.21.2 查看版本資訊

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

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

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

What's new in this version:

Changed:
- Updated German translation file
- It will show a message when adding or removing from a locked playlist in the Tag window and not make any changes

New:
- MC can use TitanTV's web interface to schedule TV recording or starting playing TV

SnapGene Viewer 5.1.2 查看版本資訊

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

What's new in this version:

- Fixed a regression that prevented views other than Map view from being accessed in a collection

MongoDB Compass 1.21.1 查看版本資訊

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

What's new in this version:

- Improved experience for importing and exporting data
- Improved CSV parsing when importing data
- Added support for importing a subset of fields from CSV
- Provides guidance to upgrade from Community Edition. Community Edition is now deprecated. To learn more, see Migrate to Compass from Compass Community
- Various bug fixes and improvements

SnapGene Viewer 5.1.1 查看版本資訊

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

What's new in this version:

- Version 5.1 provides enhanced flexibility for displaying and annotating sequences. Updates include an improved layout for linear maps, an optional split view for sequence windows, more versatile controls for enzyme visibility, and links between related folders in different areas of a SnapGene collection.

Better Linear Maps:
- Enzyme sites and other annotations in a linear map are now allowed to overlap, thereby reducing map height while preserving legibility

Optional Split View:
- A DNA or protein sequence window can be split to show two different views, or two versions of the same view

Enzyme Visibility Controls:
- Like features and primers, individual enzymes can now be shown or hidden using check boxes

Links Between Collection Areas:
- When a SnapGene collection stores related files in the DNA Files, Protein Files, and Miscellaneous Files areas

Flexible Choice of Reference Type:
- When adding references to the Description Panel, a variety of reference types are now available

Adjustable Threshold for Feature Detection:
- When importing features from another SnapGene file or detecting common features, the match threshold can be adjusted between 80-100%

Batch Edits in Collections:
- A SnapGene collection now supports batch edits of multiple files for flipping sequences, importing features or primers, detecting features or primers, performing BLAST searches, and specifying entries in the Description Panel.
- Optional Stripes for “A” Traces
- In a sequence trace file, the “A” trace can be displayed with stripes to support researchers with color vision disabilities.

Pre-defined “Type IIS Enzymes” Set:
- Type IIS enzymes, which are used for Golden Gate assembly, can be displayed using a pre-defined enzyme set