Windscribe 歷史版本列表 Page5

最新版本 Electron 29.0.1 (32-bit)

Windscribe 歷史版本列表

Windscribe 用於 Windows 的 VPN 是用於 PC 桌面的最容易使用和功能強大的 VPN 客戶端,您將使用它。不需要配置任何東西,只需安裝並忘記它。 Windscribe 允許你規避審查,安全的公共 Wifi,訪問被封鎖的內容和安全地共享文件。該應用程序包括同類最佳的防火牆,可禁用 VPN 隧道之外的所有 Internet 連接。與傳統的“kill-switch”不同,防火牆在發... Windscribe 軟體介紹


KLayout 0.27.2 (64-bit) 查看版本資訊

更新時間:2021-06-22
更新細節:

What's new in this version:

Features:
- Enhancement: 2.5d view shows view area instead of full layout This way, it's possible to confine the extruded view to a small area of the layout easily
- LEF/DEF flow - duplicate text label generated
- Crash on deep, threaded DRC mode with universal DRC function
- Crash on layout save after deep copy + close of other
- Crash after PCell code exception is handled in Macro IDE
- Package names can contain dash characters ("-") too Previously this was not allowed leading to a conflict with the conventions of the package repository at sami.klayout.org.
- Enhancement: a lot of typos fixed in documentation and code

KLayout 0.27.1 (64-bit) 查看版本資訊

更新時間:2021-06-02
更新細節:

What's new in this version:

Enhancement:
- "without_density" goes outside the boundary of the input layer. A new keyword ("padding_ignore") can be added to with_density/without_density to ignore parts outside the boundary instead of treating them as zero density.
- Feature suggestion: DRC to report edges attached to corners as edge pairs. There is a new output mode "as_edge_pairs" in addition to "as_dots" and "as_boxes" now.
- More flexibility on Spice reader A number of new features has been provided for the spice reader delegate
- DRC: a couple of new filters on edge pair layers:
- with_angle/without_angle: filter by angle of the edges (one or both)
- with_length/without_length: filter by length of the edges (one or both)
- with_distance/without_distance: filter by distance of the edges
- Added Edge#cut_point method
- LEF macro layouts now can be specified in UI
- Performance improvements and memory footprint reduction for OpenRAM test case

Fixed:
- DRC: clear_connections and incremental connect was not working This is an important feature for correctly implementing antenna checks
- LVS: CustomComparer is not working
- DRC Layer#smoothed lacks the "keep_hv" argument
- Unstable application with verbose log output
- Bug on each_image_selected
- Query issue (or general: expression issue) A problem with memory corruption in certain scenarios was causes an application crash.
- Use system font instead of hard coded "Monospace"
- DRC "flatten" did not always flatten, but kept layers hierarchically
- full_edge, negative output for fragmented polygon vs. small ones (space, enclosure, overlap) In some cases, only parts of the edges were reported and negative output was incorrect. In addition, negative output for two-layer checks - such as "l1.drc(sep(l2) > 0.2)" - now only is produced for the primary layer. With both outputs it was difficult to separate the components.
- computed layers were printed with layer properties in lvsdb files sometimes.
- a number of typos fixed and documentation clarifications
- DRC "or" was producing flat output in deep mode

KLayout 0.27 (64-bit) 查看版本資訊

更新時間:2021-05-04
更新細節:

What's new in this version:

Enhancements: Numerous new functions for the RBA and pya API Some highlights:
- "Texts" for text collections (similar for Edges/EdgePairs/Region)
- New modes for blending layout files - see GitHub issue #666
- New function Cell#transform - see GitHub issue #598
- New functions for Image (read, write, clear)
- New functions for Region and Edges correlating with the new DRC features
- Multi-cell hierarchical copy/move of trees - will maintain shared instances
- RBA: iterators are now automatically made available as Enumerable
- All functions having a void return specification now return self (allows chaining)
- More functions for manipulating selections (LayoutView#select_all etc.)
- Spline interpolation code available in new "Utils" namespace
- QByteArray support, mapping to Python byte arrays
- MainWindow#set_key_bindings, MainWindow#get_key_bindings, MainWindow#set_menu_items_hidden etc.
- New class RecursiveInstanceIterator (similar to RecursiveShapeIterator, but acts on instances)
- Deep vs. flat operations do not always flatten out now (flat vs. deep does however)
- Global transformations for inputs
- Enhancements: New DRC features Some highlights:
- Better support for texts - "text layers"
- Combined AND+NOT feature for separating regions into inside and outside part
- "max_vertex_count" and "max_area_ratio" configuration options
- "forget" for memory optimization
- Shielding is optional now for some DRC functions
- "interact" now has a count filter
- In verbose more, figure counts and more information is printed
- Generic DRC function and complex DRC operations: for details search "Universal DRC" in documentation
- "not_opposite" and "rect_filter" options for some DRC functions
- "enclosing" (selects polygons entirely enclosing others)
- New filters for polygons: squares, non_squares, area ratio, bbox aspect ratio
- More intuitive specification of projection limits ("projecting < 2.um")
- "with_holes" and "without_holes", also with count
- Density check is included now ("with_densitiy", "without_density")
- "split_..." functions give interacting/non-interacting sets in one step
- Better support for generic transformations as Matrix2d and Matrix3d
- "fill" and "fill_with_left" functions for dummy fill
- NO "connected" feature yet. Sorry. Had to drop it to finish this release
- Enhancements: new LVS features Some highlights:
- Improved netlist and LVS result browser (infinite-depth browsing)
- Improved circuit match algorithm
- Case insensitive handling of object names for SPICE netlists
- Probe feature fixed in flat mode
- "connect_explicit": for details search "connect_explicit" in documentation
- Enhancements: New features for images Some highlights:
- New menu item: show and hide all images - see GitHub issue #535
- False color nodes now can have a left and right color allowing color steps
- Persistance of images through a special file format: "lyimg" (XML based)
- Enhancements: LEF/DEF reader Some highlights:
- Support for layer map files
- More complete spec support (e.g. FILL, MASK, FOREIGN, DO/BY/STEP ...)
- Several bug fixes, e.g. routing layer switch for VIAs
- Some functions also act on the transient selection (less mouse clicks)
- Enhancements: Layout editing and rulers Some highlights:
- Object properties now are changed without having to commit the dialogs
- Dockable editor options windows
- "Recently used" list
- A "distribute objects" feature (Edit/Selection/Distribute)
- Snap highlighting
- Mouse tracking cursor indicates grid- and object-snapped location
- Enhancements: Help browser
- Bookmarks
- Search in page (Ctrl+F)
- Enhancement: Improved fill tool The fill tool now also supports skewed fill pattern repetitions
- Enhancement: Ability to utilize a LayoutView as a Widget Standalone instantiation of a LayoutView object is supported now. So it becomes possible to create custom MainWindow UIs and embed a layout view there.
- Enhancement: Improved layer and cell list filtering and searching
- Enhancement: Experimental 3d (called 2.5d) view of layout For details search "2.5d View" in documentation.
- Enhancement: Improved performance on sea of instances for OASIS files Iterated OASIS instances are stored and handled in a leaner way in viewer mode
- Enhancement: Buddy scripts can concatenate files with "+" for input Concatenation happens by "blending files". Beware of the risk this implies. A new option "--blend-mode" has been introduced for supporting overwrite, skip and variant formation in case of cell name conflicts. See buddy script help.
- Enhancement: Layer maps now support n:m layer mapping This allows mapping n input layers to one logical layer (merging) and also one input layer to m logical ones (clone layer). This applies to the buddy scripts and layer maps inside KLayout's reader.
- Enhancement: include mechanism for easy include of files into DRC/LVS scripts This is a plain text substitution feature. Don't use it for Ruby or Python scripts (the preferred way is still require/import). But it's a quick way to include partial DRC and LVS scripts without having to worry about variable scope. For details see "Including other files" in the documentation under: KLayout User Manual/Design Rule Check (DRC)/DRC Runsets.

Fixed:
- Fixed an issue with QByteArray/QVariant transformation in Qt binding
- PCB gerber import: Incorrect handling of D02 operations.
- Proper handling of comments in RVE DB reader
- Bug in the "smooth" function
- Deep mode DRC: separation from "inside" gives wrong errors
- Internal error on net extraction

Enhancement:
- LVS could not do "connect_implicit" with global nets
- Plain transformation of cell missing
- RBA/PYA: Provide event when a net is selected in the netlist browser
- True support for text objects in DRC/LVS (text layers)
- Edges#extents, Texts#extents and EdgePairs#extents now work hierarchically in deep mode. In DRC, this means, "extents" is a deep-enabled method now
- Image handling enhancements
- Enhanced API for ObjectInstPath
- Difficult to select specific labels for net name assignment in net extraction. Solution involves a more elaborate handling of texts through "text layers
- A separate search range can be specified for box selections now
- Technology specific libraries: library name resolution based on technology
- Controlling the way a layout reader integrates cells into an existing layout

KLayout 0.26.12 (64-bit) 查看版本資訊

更新時間:2021-04-21
更新細節:

What's new in this version:

Fixed:
- Result browser gives error message with // lines in RVE files
- Problem with QMimeData binding

Windscribe 2.02.10 查看版本資訊

更新時間:2021-04-12
更新細節:

What's new in this version:

Windscribe 2.02.10
- Detection of the authorization error for IKEv2 made to be more specific
- Reduced debug log verbosity
- Emergency connect description updated


Windscribe 1.83
New features:
- WebSocket stealth protocol support
- Location list sorting methods: Geography, alphabet, latency
- A la carte location support (future feature)
- Static IP + port forwarding support
- Custom OpenVPN config support

Put your own OpenVPN configs in the following directory:
- C:UsersUSERNAMEAppDataLocalWindscribeWindscribecustom_configs
- ~/Library/Application Support/Windscribe/Windscribe/custom_configs
- They will now be available in the Windscribe UI. You can take advantage of all Windscribe client features (firewall, proxy gateway, wifi sharing, etc) with your own OpenVPN server. Or use another VPN provider’s servers if you wish

Fixed bugs:
- Stuck on login in China
- App prevents graceful Windows shutdown
- App freezes in “Windscribe is shutting down” state
- Bad IKEv2 connection causes client to lock up

Other Changes:
- Don’t disable server location on ping test failure


Windscribe 1.82
- Change log not available for this version


Windscribe 1.81
New features:
- IKEv2 protocol support (manual and automatic mode)
- Emergency Connect / Secure Login

Fixed bugs:
- Wifi-sharing not working after wakeup
- Forcibly close all TCP sockets after tunnel up
- Don’t forcibly disconnect if currently connected node is missing from the server list
- Language detection defaults to English instead of Arabic
- Reinstall/enable WAN miniport adapters if missing/disabled
- Adjusted DPI to work with multiple scale factors

Other Changes:
- Added “Disconnecting” state
- Eliminated redundant API calls
- Reduced the server ping frequency
- Updated OpenVPN binaries to latest version
- Don't auto-enable the firewall (in Automatic mode) on computer start up if auto-connect is false
- Simplified installer flow + additional “custom install” options
- Async DNS resolver
- Adjusted node selection algorithm to favor lower latency nodes
- Forcibly expand certain locations when the country name is clicked
- Detect if LAN range is RFC-1918 complaint

To-do list for next version:
- CLI interface
- Favorite locations
- Dedicated IP support
- IKEv2 connectivity test
- SOCKS5 server UDP associate support
- Fix startup error on multi-user computers
- Mystery feature 1
- Mystery feature 2


Windscribe 1.80
New features:
- LAN proxy gateway
- Secure Hotspot (Experimental)
- Variable location drawer height
- Auto login after signup
- Ability to choose NDIS5 TAP driver
- Upgrade to OpenVPN 2.4.x with 2.3.x fallback
- Service notifications
- Show Pro data-centers to free users
- Location latency tool-tips added to signal bars

Fixed bugs:
- Always on firewall not working on OS boot on some machines
- Application crashes after connection attempts are exceeded with “minimize to tray” option checked
- Application freeze with firewall ON requires reboot
- API calls not made if app starts with no Internet connectivity
- Custom installation now allows for non-standard install path
- Auto-enable disabled TAP adapter
- 100% CPU when app starts with no Internet connectivity
- Don’t try UDP protocol if system proxy is configured
- Constant application window size on variable DPI screens
- Login form DPI bug
- On multi-screen computers, tool-tips show on primary monitor

Other Changes:
- Leave firewall ON if ran out of free bandwidth to prevent IP leak
- Increase reconnect timeout from 5 min to 1 hour
- Server list source changed
- Moved server location update process to separate thread
- Only do ping tests while disconnected
- Update available UI change
- Output installed anti-virus software into debug log for troubleshooting
- Open survey on application uninstall
- Installer command line arg support
- Black and white top bar icon on MacOS
- Ping nodes in batches instead of all at the same time
- Allow for verbose OpenVPN logging via Advanced Parameters screen
- When beta channel is selected, check for updates right away

To-do list for next version:
- IKEv2 protocol support
- Emergency Connect
- Firewall whitelisting overhaul
- Command line interface
- Wakeup from hibernation fix
- Add disconnecting state
- Async DNS resolver


Windscribe 1.70
- Added city level location selection
- Added Automatic Connection mode
- Added support for 22 languages
- Added custom TAP adapter
- Added “Ignore SSL Errors” option
- Added notifications when firewall is ON and application not connected
- Added “Advanced Parameters” screen
- Added EULA to the installer
- Added IPv6 connectivity disable button, to prevent WebRTC leaks over IPv6 in some situations
- Added Touch support
- Added Beta channel
- Fixed auto-start bug on some systems
- Fixed Internet connectivity check
- Fixed persistent session storage
- Fixed API connectivity on restrictive networks
- Fixed unquoted service path
- Fixed disappearing Best Location
- Fixed WSD port connectivity while firewall is ON
- Fixed PlayStation UPNP connectivity while firewall is ON
- Fixed reconnection bug on computer wake up on some systems
- Changed the Preferences screens
- Changed the connecting spinner animation


Windscribe 1.61
- Added ability to select connection port
- Added LAN proxy support
- Added speed ratings
- Added ability to add openvpn params externally
- Added using custom DNS while disconnected to prevent DNS poisoning
- Added custom API resolution field to combat advanced DNS poisoning
- Added “Best Location” to the location list
- Added connection testing after tunnel initiation
- Added tooltip for “no p2p” icon
- Fixed crashing in macOS Sierra
- Fixed LAN traffic bypass to work with UPnP devices
- Fixed debug log sender
- Fixed backup API usage logic
- Fixed CPU and energy usage
- Fixed multiple accounts info message
- Fixed multi-monitor menu placement in macOS
- Fixed Windows taskbar icon in collapsed mode
- Enable Base Filtering Engine if its disabled in Windows 7
- Changed openvpn config location to a permanent one
- Changed server list scrollbar to be more visible
- Changed XPC to sockets in macOS
- Changed TAP adapter metric on Windows 10
- Various stability fixes

Windows TubeMate 3.19.18 查看版本資訊

更新時間:2021-04-12
更新細節:

KLayout 0.26.11 (64-bit) 查看版本資訊

更新時間:2021-03-03
更新細節:

What's new in this version:

Fixed:
- Relative path resolution in session files fails when the session file's path contains "+" characters
- Fails to build on Debian hppa: uses non-standard sa_restorer field of struct sigaction
- Crash on LayoutView#clear_selection on Linux
- Backup scheme wasn't working correctly with a single file without path given as command line argument

- Enhancement: #730 Support of class 'QUiLoader' in PYA and RBA

KLayout 0.26.10 (64-bit) 查看版本資訊

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

What's new in this version:

- Enhancement: "Safe save" and backups: when saving files, the file is only overwritten after the save terminated successfully. This will avoid loss of data for full volumes or network share dropouts. In addition, a configurable number of back files can be kept (see File/Setup: Application/General).

Fixed:
- GDS export issue fixed (breaking of polygons was filling holes)
- LVS compare enters infinite loop when it encounters two entirely identical subcircuits
- Qt binding: missing support for binary strings as QByteArray representative
- QJsonValue's string constructor is ambiguous
- Rational Splines not supported DXF
- MAGIC files won't find subcells when reading from command line
- HTTP stream reading issue with redirect At least on MacOS a segfault happened when reading HTTP stream data (e.g. for package manager) from addresses which are redirected.
- Enhancement: Removed %APPDATA% from DLL search path on Windows This will avoid installation poisoning by the one from %APPDATA% (which ironically is the default installation path). Eventually multiple versions can be used in parallel.

KLayout 0.26.9 (64-bit) 查看版本資訊

更新時間:2020-11-29
更新細節:

What's new in this version:

- Bugfix: #685 A potential crash was fixed happening when a PCell library is deleted
- Bugfix: #658 Menu items were not put into the right place on MacOS
- Bugfix: #652 "M" factor scaling was not working for Spice reader
- Bugfix: #651 Fixed an issue with DRC "select"
- Bugfix: #647 Text orientation was not considered properly in search & replace
- Bugfix: Display bug Cell placements with small magnification factors (such that the viewport dimensions exceeded the DBU space when seem from inside the cell) lead to display errors

KLayout 0.26.8 (64-bit) 查看版本資訊

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

What's new in this version:

Features:
- Enhancement: #639 A new method is available which enables copying of multiple cells into a target layout while maintaining common subcells are single cells
- Bugfix: #637 Points have not been selected properly when inside mirrored subcells in partial edit mode
- Bugfix: #629 Qt5 QTimer timeout signal was not available to Python or Ruby. This also applied to all "private" signals of Qt5. QTimer is just one important example for this case
- Bugfix: #617 A problem with pseudo-const Python/Ruby objects in the netlist API was fixed
- Bugfix: #615 Basic authentication for package manager now uses UTF-8 encoding. Most servers expect this kind of encoding today. UTF password characters are supported this way