GlassWire 歷史版本列表 Page6

最新版本 GlassWire 3.0.484

GlassWire 歷史版本列表

如果您不知道計算機上有多少應用程序通過 Internet 發送私人數據,您將會感到震驚。 GlassWire 的免費防火牆和網絡監視器有助於保護您的隱私和安全。通過監視您的網絡活動來確定可疑活動的安全性。一旦檢測到可疑活動,您可以使用 GlassWire 內置的防火牆管理工具來阻止潛在的威脅。 GlassWire 產品特點:Network MonitorGlassWire 的網絡監視器通過流量類型... GlassWire 軟體介紹


Visual Studio Code 1.39.0 (64-bit) 查看版本資訊

更新時間:2019-10-10
更新細節:

What's new in this version:

Visual Studio Code 1.39.0 (64-bit)
- Text selections displayed in minimap: see selection regions in the minimap overview
- Toggle region folding keyboard shortcut: quickly expand and collapse regions with Toggle Fold
- Source Control tree view: display pending changes in either a list or new tree view
- Open terminal in custom working directory: add keyboard shortcuts for specific folders
- HTML ARIA attribute reference links: links to ARIA documentation directly from IntelliSense
- CSS property completions include semicolons: semicolons added as you enter CSS properties
- CSS color variables preview: color variable completions display color swatch
- Improved column breakpoint UI: view possible inline breakpoints directly in your source code
- Inline debug actions in CALL STACK view: stay in context with debug actions on hover
- Remote Explorer updates: explorer now displays WSL distros and repository containers


Visual Studio Code 1.38.1 (64-bit)
The update addresses these issues:
- code.sh: remove wsl2 workaround
- Cannot insert a < div >, automatically corrects to < /div >
- Markdown Hover images broken
- statusbar border no longer appears [statusbar.border]
- Gap in right side of window
- Grouping quick open entries is broken


Visual Studio Code 1.38.0 (64-bit)
- Preserve case for global search and replace - Keep letter casing across multi-file search/replace
- Settings editor string array validation - Checks min, max, enum values, and glob patterns
- Adjust cursor surrounding lines - Keep your cursor centered in the editor
- Copy and revert in the diff editor - Easily copy or restore deleted content
- Go to Line supports negative line numbers - Quickly jump to the end of a file
- MDN Reference link for HTML and CSS - Links to MDN documentation directly from IntelliSense
- Add missing await Quick Fix - Find overlooked awaits in asynchronous code
- Debugging data breakpoints - Debugger breaks when tracked values change
- VS Code icon repository - Official product icons available for extension authors
- Alpine Linux distro support - Both for the Remote WSL and Containers extensions


Visual Studio Code 1.37.1 (64-bit)
- Recovery build has wrong icon for release notes
- July 2019 Recovery Release Endgame
- Pasting in a Windows->Linux remote window adds additional new line characters
- 1.37 breaks the fsprovider-sample extension
- Broken vscode.ProcessExecution in Tasks API in v1.37
- Alt+click in terminal resets scroll position and prevents click-on-link
- Certain C++ files completely freeze VSCode
- 1.37 Explorer not showing any files or folders
- Diagnostics show empty parentheses if no code specified for error (regression)


Visual Studio Code 1.37.0 (64-bit)
- Full product icon refresh: new modern icons across all of VS Code
- Edit string arrays in the Settings UI: add to string arrays directly from the Settings editor
- Reveal search result in File Explorer: quickly jump to file locations in the File Explorer
- Show whitespace in selection: see whitespace characters just for selected text
- Find and Replace preserves casing: replace text without losing letter casing
- Terminal search UX improvements: more intuitive bottom-up search order for the terminal
- Better SCSS @import navigation: VS Code now checks more locations for SCSS files
- Remote Development tutorials: new step-by-step tutorials for working over SSH and in WSL


Visual Studio Code 1.36.1 (64-bit)
- Hide/show status bar items: only display your preferred status bar items
- Indent guides in explorers: clearly highlights your project's folder structure
- Better terminal shell selector: easily select the default shell to use in the Integrated Terminal
- Sequential task execution: control the order of task and subtask execution
- Jump to cursor debugging: skip code execution as you jump to a new location
- Disable debug console word wrap: lets you keep debugging output to one line
- JavaScript/TypeScript nightly builds: new extension integrates JS/TS nightly builds
- New Java installer: installs VS Code, the Java extension pack, and required Java dependencies
- Remote Development (Preview) improvements: save to local file system, drag and drop files to remotes, and more


Visual Studio Code 1.36.0 (64-bit)
- Hide/show status bar items: only display your preferred status bar items
- Indent guides in explorers: clearly highlights your project's folder structure
- Better terminal shell selector: easily select the default shell to use in the Integrated Terminal
- Sequential task execution: control the order of task and subtask execution
- Jump to cursor debugging: skip code execution as you jump to a new location
- Disable debug console word wrap: lets you keep debugging output to one line
- JavaScript/TypeScript nightly builds: new extension integrates JS/TS nightly builds
- New Java installer: installs VS Code, the Java extension pack, and required Java dependencies
- Remote Development (Preview) improvements: save to local file system, drag and drop files to remotes, and more


Visual Studio Code 1.35.1 (64-bit)
Notable improvements:
- Collapse All list and tree command with Ctrl+Left keyboard shortcut
- The history of the References view can now be cleared
- When running the Format With... command, the default formatter is now pre-selected
- When debugging is paused on a line, the whole line is read out by the screen reader
- Multiple item paste in the Explorer is run in parallel for improved performance
- The Open Folder button in an empty File Explorer is scoped to folder even on macOS

Notable fixes:
- Potential data loss for files that changed on disk meanwhile after a backup was made
- Preserve picked language for files across restarts
- Completion providers with resolve methods leak memory
- URI: Should invalidate cached _fsPath when crossing platforms
- Make workbench.dialogs.useSimplified a real setting
- Clicking anywhere on the "debug console" pane should "focus" on input box
- Breakpoint lines are not correct when saving the source file after modifying the file
- Typescript task detection is now cross-platform


Visual Studio Code 1.35.0 (64-bit)
- Updated Visual Studio Code icon: The product logo got a refresh. We hope you like it
- Go to Definition improvements: Faster navigation through multiple definitions
- Breadcrumb navigation displayed by default: Quickly go to files and symbols via breadcrumbs
- Smart selection for JavaScript/TypeScript: Expand text selection based on language semantics
- Extract to type alias TypeScript refactoring: Extract part type into its own type alias
- Integrated terminal supports true color: Correctly renders true color (24-bit) escape sequences
- Better merge conflict display: See merge conflict changes within surrounding source code
- Collapse All command for lists and explorers: One of many small but handy improvements
- Remote Development (Preview) available in Stable: You can now use the Remote Development extensions in Stable


Visual Studio Code 1.34.0 (64-bit)

Editor:
Stable CodeLens:
- VS Code now optimistically caches CodeLens locations and restores them immediately after switching editors. This fixes an issue where CodeLens lines would shift slightly when switching between editors

Languages:
Lower rank for CSS property values with vendor prefix:
- CSS property values prefixed with dash '-' (such as -moz-grid or -ms-grid), now come after grid in auto completion

Debugging:
- debug.showSubSessionsInToolBar
- We have introduced the setting debug.showSubSessionsInToolBar which controls whether the debug sub-sessions are shown in the debug tool bar. When this setting is false, the stop command on a sub-session will also stop the parent session. This setting default is false

Tasks:
Terminate all tasks:
- The Tasks: Terminate Task command has a new option to terminal all tasks if there are multiple tasks running. If this is an action you do often, you can create a keyboard shortcut for the command with the terminateAll argument

Automatically show Problems panel:
- The new revealProblems task property allows you to automatically show the Problems panel. The property values are always, never, and onProblem

Contributions to extensions:
Preview: Remote Development:
- Note: The Remote Development extensions require Visual Studio Code Insiders
- Visual Studio Code Remote Development allows you to use a container, remote machine, or the Windows Subsystem for Linux (WSL) as a full-featured development environment
- The extensions in the Remote Development extension pack run in the context of the remote workspace while VS Code feels like it does when you run locally

Vetur:
- The Vetur extension now offers semantic diagnostics, hover information, jump to definition, and find references for the JavaScript expression inside Vue's template interpolation region
- Other improvements include reduced memory usage and import path completion. You can learn more about them in the Vetur changelog

Extension authoring:
Multi-extension debugging:
- In this milestone, we've added support for debugging more than one extension at a time. This is useful if you are developing a set of tightly coupled or interdependent extensions
- Previously this feature was only surfaced via the command-line interface of VS Code, now the argument --extensionDevelopmentPath can be specified more than once. Typically --extensionDevelopmentPath is used in the launch configuration of an extension. When developing more than one extension, we recommend combining the individual extension projects into a multi-folder workspace and create a new launch configuration (stored in the workspace .code-workspace file) that uses multiple --extensionDevelopmentPath arguments for the individual extensions
- Please note that in this release, it is not possible to create a preLaunchTask that builds both extensions by combining the preLaunchTasks of the individual extension projects

Command links in notifications:
- It was always possible to include links in notification messages via the syntax [link name](http://link), but this only worked for links that open in a browser. Now you can also invoke a command from a link with the syntax [link name](command:). The command with the provided identifier will be triggered when the user clicks the link

Links in notifications allow for title:
- You can now add a title to links in notifications that will be shown when the user hovers over the link. The syntax is [link name](link "")

Proposed extension APIs:
Every milestone comes with new proposed APIs and extension authors can try them out. As always we are keen on your feedback. This is what you have to do to try out a proposed API:
- You must use Insiders because proposed APIs change frequently
- You must have this line in the package.json file of your extension: "enableProposedApi": true
- Copy the latest version of the vscode.proposed.d.ts file into your project
- Note that you cannot publish an extension that uses a proposed API. We may likely make breaking changes in the next release and we never want to break existing extensions

vscode.workspace.workspaceFile:
- There is a new workspace property returning the location of the workspace file. For example: file:///Users/name/Development/myProject.code-workspace or untitled:1555503116870 for a workspace that is untitled and not yet saved

Depending on the workspace that is opened, the value will be:
- undefined when no workspace or a single folder is opened.
- The path of the workspace file as Uri
- If the workspace is untitled, the returned URI will use the untitled: scheme

One use of the workspace file location is to call the vscode.openFolder command to open the workspace again after it has been closed:
- vscode.commands.executeCommand('vscode.openFolder', uriOfWorkspace);
- Note: It is not recommended using the workspace.workspaceFile location to write configuration data directly into the file. You can use workspace.getConfiguration().update() which will work both when a single folder is opened as well as an untitled or saved workspace
- Machine-specific settings
- If you have settings that allow users to customize an executable path and if these paths need to be scoped to the machine they are running on, you can now classify such settings as machine scoped. Extension authors set the scope property when contributing to the configuration extension point. Machine-specific settings can only be configured for User settings

Engineering:
Rewritten filesystem provider for local files:
- Extensions ave been able to provide their own filesystem implementations for custom resources (read more here). However, VS Code's own implementation for local files was not implemented with the same extension APIs. This resulted in subtle differences when dealing with local file resources compared to resources coming from extensions. Over the last two milestones, we rewrote our local file system provider to use the extension APIs for consistency

New documentation:
Python Azure Functions:
- There is a new Deploy Python to Azure Functions tutorial that describes how to create and deploy Python serverless Azure Functions

Miscellaneous:
Language Server Protocol:
The Language Server Protocol has proposed support for the following new features:
- Selection ranges: to compute selection ranges for an array of positions. Sent from client to server
- Call hierarchy: to compute a call hierarchy for a given symbol. Sent from client to server
- Progress: to initiate progress reporting from the server. Sent from server to client
- The new features are available in the next versions of the vscode-languageclient and vscode-languageserver npm modules

Notable fixes:
- Explorer Respects Trash Capability from FileSystemProvider
- Call Stack "Paused On Breakpoint" UI not visible for long thread names
- Terminal window crashes in Mac OS
- Debug Console render newlines unnecessary
- Scrolling in debug window is behaving strange
- Error revealing files in the explorer
- Report issue’ button on ‘Running extensions’ causes tens of duplicate issues


Visual Studio Code 1.33.1 (64-bit)

Fixed:
- Evironment variables not expanding in tasks
- New and delete keywords no longer highlighted in C++ file
- Formatter Settings UI shows strange default
- Adopt TypeScript 3.4.3
- Unable to select first formatter in picker
- "name" property of OutputChannel has gone
- Recent update of INSIDERS Edition made COG Wheel completely disappear
- Prettier formatting causes document to jump with insiders


Visual Studio Code 1.33.0 (64-bit)
- Easy Display Language selection: Quick Pick to choose between installed locales
- Configurable IntelliSense display: Filter out elements like keywords or remove displayed icons
- Choose default formatter: Set default document formatter by project and language
- Go to Definition locations: Open Peek view and/or navigate to primary location
- Convert to destructured parameters: New TS refactoring to use named parameter objects
- Debugging support for subsessions: See subprocesses displayed under main debug session
- Launch URI with debug session: Automatically open a browser when debugging web server code
- Install missing extension dependencies: Detect and offer to install missing dependencies
- "Remote Debugging for Node.js" topic: Learn how to attach to Node.js apps running on Azure
- Workbench: Improved Source Control view, easier list navigation with screen readers
- Integrated Terminal: ConPTY on by default on Windows, rendering performance improvements
- Languages: Disable CSS property value completions, TS improved inference and const assertions
- Extension Authoring: Finalized smart selection API, install extension command
- Engineering: Official Linux snap package, faster OSS builds with NPM package caching


Visual Studio Code 1.32.3 (64-bit)

Fixed:
- Slow startup opening a large workspace over the network candidate file-explorer freeze-slow-crash important verified
- Fix #70045 by reverting some of #67269


Visual Studio Code 1.32.2 (64-bit)
- Preview and apply color themes: Install and apply new theme extensions without reloading
- Keyboard shortcuts editor improvements: Modify keybinding 'when' conditions in the editor
- Problems panel hover commands: Apply Quick Fixes or open a Peek window directly from hovers
- Preferred Code Actions: Preferred (mostly likely) Code Actions support auto fixing common issues
- Debug Console customization: Modify font size, font family, and line height of the Debug Console
- Better IntelliSense for ARIA attributes: More detailed descriptions for HTML accessibility attributes
- Vue.js interpolations IntelliSense: The Vetur extension now supports smart completions in Vue.js interpolations
- New "Bundling Extensions" topic: Use webpack to improve your extension's load time


Visual Studio Code 1.32.1 (64-bit)
- Preview and apply color themes: Install and apply new theme extensions without reloading
- Keyboard shortcuts editor improvements: Modify keybinding 'when' conditions in the editor
- Problems panel hover commands: Apply Quick Fixes or open a Peek window directly from hovers
- Preferred Code Actions: Preferred (mostly likely) Code Actions support auto fixing common issues
- Debug Console customization: Modify font size, font family, and line height of the Debug Console
- Better IntelliSense for ARIA attributes: More detailed descriptions for HTML accessibility attributes
- Vue.js interpolations IntelliSense: The Vetur extension now supports smart completions in Vue.js interpolations
- New "Bundling Extensions" topic: Use webpack to improve your extension's load time

Visual Studio Code 1.31.1 (64-bit)
- No reload on extension install: No interruptions when you install new extensions
- Tree UI improvements: Improved Explorer navigation and filtering, horizontal scrolling
- Main menu updates: Redesigned Go actions menu, Edit menu Cut command
- Multiline Problems output: See full multiline issue details in the Problems panel
- Find All References history: Quickly rerun previous reference searches
- Semantic selection for HTML, CSS, and JSON: Expand/shrink selection based on language semantics
- Integrated Terminal reflow support: Terminal text automatically reflows as panel width changes
- Command-based user input variables: Custom user input for task and debug configuration
- Updated Extension API documentation: Completely rewritten with extension guides


Visual Studio Code 1.31.0 (64-bit)
- No reload on extension install: No interruptions when you install new extensions
- Tree UI improvements: Improved Explorer navigation and filtering, horizontal scrolling
- Main menu updates: Redesigned Go actions menu, Edit menu Cut command
- Multiline Problems output: See full multiline issue details in the Problems panel
- Find All References history: Quickly rerun previous reference searches
- Semantic selection for HTML, CSS, and JSON: Expand/shrink selection based on language semantics
- Integrated Terminal reflow support: Terminal text automatically reflows as panel width changes
- Command-based user input variables: Custom user input for task and debug configuration
- Updated Extension API documentation: Completely rewritten with extension guides


Visual Studio Code 1.30.2 (64-bit)
- Change log not available for this version


Visual Studio Code 1.30.1 (64-bit)
Fixes:
- Search view breaks after starting a search while the previous search is still running
- Can't search CRLF files with non-regex multiline search
- Fix search CRLF files with non-regex multiline search
- HTML editor not working fully bug candidate html
- Peek editor tree color tokens are broken bug candidate editor-symbols regression tree
- Can't trigger "Load more Stack Frames" with keyboard
- treeResourceNavigator: fire onSelection also for keyboard events
- "Start Debugging" asks to choose environment when triggered from main menu


Visual Studio Code 1.30.0 (64-bit)
- Multiline search improvements: Easily create multiline search patterns without using regex
- Custom title bar on Linux: The custom title and menu bar is now the default on Linux
- References view: Find All References view includes history of recent searches
- Snippet comment variables: Snippet variables insert correct comment per language
- JS/TS callback display: Now you can see the context of anonymous callbacks
- JSDoc Markdown highlighting: Including syntax highlighting for Markdown code blocks in JSDoc
- Simplified debug configuration: Better defaults and Quick Pick UI for initial launch configuration
- Run tasks on folder open: Configure tasks to run when you first open a project folder
- Choose extension version: Install earlier versions of Marketplace extensions
- Workbench: Menu scrolling and improved overflow handling, one click to open settings.json
- Languages: JS/TS renames now handle destructuring, add missing 'new' Quick Fix
- Debugging: Delete debug consoles, debug directly from the VS Code Process Explorer
- Tasks: Clear task terminal, user input for task variables, rerun last task command
- Extension Authoring: Go to Declaration support, new Signature Help context


Visual Studio Code 1.29.1 (64-bit)
- Change log not available for this version


Visual Studio Code 1.29.0 (64-bit)
- Multiline search: Search across files with regex multiline expressions
- File icons in IntelliSense: Quickly distinguish file types in IntelliSense
- Better macOS support: Full screen mode control and Mojave Dark Mode support
- Collapsible stack frames: Collapse uninteresting stack frames to clearly see your code
- Improved Loaded Scripts view: Displays related resources such as original source files
- Updated extension samples: Uniform style and structure, README, and API usage
- CI recipe for extensions: Azure Pipelines build recipe for extensions
- Preview: List All References: List All References view shows reference search results
- If you'd like to read these release notes online, go to Updates on code.visualstudio.com
- You can also check out this 1.29 release highlights video from Cloud Developer Advocate Brian Clark


Visual Studio Code 1.28.2 (64-bit)
Fixed issues:
- September 2018 Recovery 2 Endgame
- Keep spawning powershell.exe and conhost.exe
- VSCode frequently crashes when ctrl+P searching after 1.28
- debug: on restart, make sure to first disconnect and only then run the prelaunch tasks
- “Remove from recent opened” takes no effect
- Restarting the debug process fails
- Apply selection even when the items don't change
- Auto import not being placed correctly
- Code completion for import suggestion stopped working
- Intellisense - Import suggestions show up but are not inserted/loaded


Visual Studio Code 1.28.1 (64-bit)
Release highlights:
- VS Code file icons reflect file type in your OS explorer
- Tune your snippet collection per workspace
- Use Tab to easily cycle through IntelliSense suggestions
- New command to go to the location of your last edit
- Save a file without changing the existing formatting
- Better delete conflict handling, new rebase on sync option
- Rename a JS/TS file through its import path
- Quickly update a function to use async and await
- Collapse code blocks, multi-line lists, and embedded HTML
- We decided to revisit the behavior of our commands for toggling panels (Terminal, Output, Problems, Debug Console). You can follow issue 19400 for the background on the change

The old behavior was:
- Panel shows if not visible
- Panel hides if visible

The new behavior is:
- Panel shows if not visible
- Panel hides if having keyboard focus
- Panel gets focused when visible but not focused


Visual Studio Code 1.28.0 (64-bit)
Fixes:
- After formatting you need to scroll left
- Must tab through deleted tab stops in snippets
- Debug toolbar buttons disabled
- "Clear Recently Opened" should also clear editor quick pick history
- Reveal untitled file when saving
- Preserve quick open input on Escape
- UriDisplayService is missing remote share path name
- Mechanism to abort the debug launch without showing launch.json
- Debug Hover Widget - Enable the widget resizing for long items whose overflow is hidden
- Conditional breakpoint prompt should offer to enable breakpoints if breakpoint is already disabled
- Extensions: allow to right click to bring up gear menu
- Use --force arg to prevent prompts while installing extensions from CLI


Visual Studio Code 1.27.2 (64-bit)
Fixed:
- August Recovery Endgame
- Regex search and group replace
- TreeItem.iconPath with non-file Uri can be encoded incorrectly
- Breadcrumb selection is broken
- removeFromRecentlyOpened Command Broken
- [html] jquery completions no longer work
- Cannot click relative paths in terminal
- August Recovery Endgame
- VS Code doesn't work after update
- Incorrect new settings (UI) behavior after nothing was found


Visual Studio Code 1.27.1 (64-bit)
- Change log not available for this version


Visual Studio Code 1.27 (64-bit)
Highlights:
- New Settings editor UI to discover, search, and modify VS Code settings
- Fully themable title and menu bars on Windows and Linux
- Symbols highlighted when navigating with breadcrumbs
- Combined menu for creating terminals and managing tasks
- Share the same keybindings.json file across different OSs
- Import path suggestions while you type in CSS, SCSS, and Less
- Support for 'if', 'then', and 'else' schema keywords
- Loaded Scripts Explorer now available for debug extensions


Visual Studio Code 1.26.1 (64-bit)
- Addresses these issues
- Extension host terminated unexpectedly after 1.26.0 update
- Problem entries loops
- Problem Tab is all corrupted with Typescript Problems
- RG 700% CPU usage
- Opened files are not searched until file tab is clicked
- Built-in git extension disabled
- VS Code Hangs When Opening Specific PowerShell File
- VSCode hangs when opening python file
- File paths in Open Recent Menu starts with / and lower case drive letter
- Editor layout is called on every config change


Visual Studio Code 1.26.0 (64-bit)
- Change log not available for this version


Visual Studio Code 1.25.1 (64-bit)
Fixed issues:
- June Recovery Endgame
- Recommended Extensions shows already installed extensions
- executeTask Cannot read property _key of undefined
- Allow task without task definitions. Treat all properties as mandantory
- Error while invoking command `Developer: Reinstall Extension`
- Unverified breakpoint error with build 1.25
- Portable Mode creates cache files in %APPDATA%


Visual Studio Code 1.25.0 (64-bit)
- Change log not available for this version


Visual Studio Code 1.24.1 (64-bit)
- Change log not available for this version


Visual Studio Code 1.24.0 (64-bit)
Some of the key highlights include:
- Unused variable detection - Unused variables are greyed-out in your JavaScript/TypeScript files
- Move to new file refactoring - Easily pull classes and functions into their own files
- Update imports on move/rename - Automatically update import paths in JavaScript/TypeScript
- Duplicate workspace in new window - Great for expanding over multi-mon setups
- IntelliSense for predefined variables - Variable suggestions in debug and task configuration files
- Preview: Outline view - Symbol tree outline and navigation for your projects
- Preview: Settings Editor - New GUI to discover and modify VS Code settings
- Preview: Debug toolbar location - Float, dock or hide the debug toolbar
- Preview: Grid editor layout - Custom vertical/horizontal layout, coming soon to Insiders
- Working with Docker and MongoDB - Learn about Docker and MongoDB integration in VS Code

Here are some further updates:
- Editor - Zoom font size independent of your workbench, syntax highlighting for deleted lines
- Integrated Terminal - Smart fallback to DOM renderer, italic and line spacing support
- Debugging - Switch to debug view on break, Go to Next/Previous Breakpoint
- Languages - JavaScript/TypeScript getter/setter refactoring, SCSS @-keyword completions
- Extension Authoring - Expanded custom views API, Task API to stable, new theme colors


Visual Studio Code 1.23.1 (64-bit)
- April Recovery Endgame endgame-plan
- Extension update events are not being reported using telemetry bug extensions verified
- instanceof doesn't work for FileSystemError api bug candidate remote verified
- Enable cascade to overwrite language features api bug debt verified
- Add undefined check to Quick Input command code path bug candidate verified
- Clear Terminal stops working after upgrading to v1.23.0 bug candidate integrated-terminal verified
- Windows key omitted from menu shortcut hint bug candidate verified


Visual Studio Code 1.23.0 (64-bit)
- Highlighted indent guides: Helps visualize source code indenting
- Run Code Actions on save: Run actions like Organize Imports when you save
- NPM script explorer: Quickly find, run, and debug NPM scripts in your project
- Problems view filtering: Choose which files will display errors and warnings
- Middle mouse button column selection: Middle mouse button with drag for fast column selection
- CSS region folding: Create regions in your CSS/SCSS/Less code for helpful code folding
- Improved CSS new property support: Smart suggestions for CSS experimental properties
- Markdown header search: Search for Markdown headers across your entire workspace
- Custom Activity Bar views: Extension authors can create their own Activity Bar items
- New deploy website tutorial: Learn how to deploy a static website to Azure Storage
- Editor: Better Unicode file support, more stable editor positioning
- Workbench: Copy search results, better Git clone workflow, VS Code process explorer
- Debugging: Logpoint expressions support smart completions and displaying structured objects
- Languages: JavaScript/TypeScript Organize Imports action, persistent Markdown previews
- Extension Authoring: New webview and FileSystem Provider APIs, 'Source' file level actions


Visual Studio Code 1.22.2 (64-bit)
- Syntax aware code folding: Adds improved folding for CSS, HTML, JSON, and Markdown files
- Cross file error, warning and reference navigation: Move quickly around your workspace
- New Hint suggestions: Makes it easy to spot suggested fixes or refactorings in the editor
- Convert to ES6 refactoring: New Code Actions to convert to ES6 classes and modules
- Auto attach to process: Automatically attach the debugger to running Node.js processes
- Logpoints: Inject logging without changing source code or restarting your debug session
- Better large file support: Faster syntax highlighting and easily increase memory for very large files
- Multi-line links in the terminal: Paths and URLs can span lines in the Integrated Terminal
- Emmet wrap preview: Live preview for Emmet's wrap with abbreviation functionality
- Improved updates on Windows: Automatically updates in the background for less downtime
- Preview: Organize JS/TS imports: Remove unused and sort remaining imports


Visual Studio Code 1.22.1 (64-bit)
- Change log not available for this version


Visual Studio Code 1.21.1 (64-bit)
The update addresses these issues:
- [Language Pack] tr is not supported to load "Turkish Language Pack"
- Dirty Code prompt deletes changes regardless of what you choose
- IntelliSense gets out of it's position when list gets shorter at the end of the file with docs not expanded
- Hit breakpoint does not turn yellow
- Markdown extension resources not loading on windows
- Markdown relative image in preview not shown on windows


Visual Studio Code 1.21.0 (64-bit)
- New Notifications UI: Easily manage and review VS Code notifications
- Integrated Terminal splitting: Work with multiple open terminals at once
- Markdown preview scrolling: Markdown preview now supports bidirectional scrolling
- Improved large file support: Text buffer optimizations for large files
- Centered editor layout: Maximize your code viewing screen real estate
- Drag & drop, copy & paste across windows: Move files across open VS Code windows
- HTML path completion: IntelliSense for file paths in common HTML elements
- Language Packs in the Marketplace: Install new display languages from the Marketplace
- Deploy Azure Functions tutorial: Learn how to create and deploy serverless Azure Functions
- PREVIEW: Horizontal search results: You can now view search results in a horizontal panel


Visual Studio Code 1.20.1 (64-bit)
- Change log not available for this version


Visual Studio Code 1.20.0 (64-bit)
- Change log not available for this version


Visual Studio Code 1.19.3 (64-bit)
- Change log not available for this version


Visual Studio Code 1.19.2 (64-bit)
The update addresses these issues:
- Cannot compare changes for git conflicts after upgrade to 1.19
- Missing icons in activity bar
- Workbench doesn't finish loading when Extensions viewlet is first to load


Visual Studio Code 1.19.1 (64-bit)
Update addresses these issues:
- code --status doesn't work if your shell is PowerShell
- Every time i lunch code it starts with code-stdin-randomchars.txt file
- Task ${relativeFile} slash style
- Git diff not working for UNC paths
- what is "Would you like to enable auto fetching of Git repositories?" bug
- Type error: cannot read property comments of null
- Git doesn't pick up user installation directories


Visual Studio Code 1.19.0 (64-bit)
Performance:
- Faster startup and other performance improvements

Serviceability/Diagnostics:
- New VS Code diagnostics, logging, and extension monitoring

Smarter IntelliSense:
- IntelliSense remembers your previous suggestion choices

Better Tab layout:
- Tabbed headers can scale to fit the available space

Git side-by-side image diff:
- Git source control provider can display image changes side by side

Pipe output into VS Code:
- Easily view terminal output in a VS Code editor

New debugging recipes:
- Learn how to debug Next.js, Meteor projects and applications using the nodemon utility


Visual Studio Code 1.18.1 (64-bit)
- gitDecoration.ignoredResourceForeground Theme Bug
- 'The preLaunchTask 'xxxx' cannot be tracked.' exception after installing the October 1.18 release
- Workspace recommendations that are file based recommendations as well, repeat in the split view
- Git: checkIgnore nested Promise/resolve bug (with PR)
- Shell task doesn't finish
- Alt+F S no longer a single action
- Report "spawn UNKNOWN" when global searching
- Zombie breakpoints when editing lines around a breakpoint
- Welcome page needs to update Python extension id
- multi-root folders: excluding dot files from a folder makes it invisible in file explorer candidate


Visual Studio Code 1.18.0 (64-bit)
- Multi-root workspaces released to Stable - Group a logical set of folders into a single workspace
- Vertical panels - Dock panels (Terminal, Output, or Debug Console) to the right of your editor
- Git indicators in the Explorer - See pending file changes in the File Explorer
- Inline pending change review - View pending changes and perform partial commits in the editor
- Several performance improvements - Faster Windows start-up and editor performance tuning
- Auto imports for JS/TS - Relevant imports are added as you call local symbols
- Extract local variable for JS/TS - Refactor a new local variable based on your selection
- Install @types for TypeScript - A new Quick Fix adds missing @types files to your project
- Improved extension recommendations - Recommendations are highlighted in extension searches


Visual Studio Code 1.17.0 (64-bit)
- Cannot open a folder under my OneDrive folder
- VS Code flickers when running on a high DPI external monitor
- VS Code opens off-screen
- Cmd-A doesn't select all text in the save dialog save-as field


Visual Studio Code 1.16.1 (64-bit)
- Performance regression due to exe-based extension recommendations
- Problem with syntax highlighting (HTML/PHP)
- vscode-node-debug extension w/security vulnerability included in latest release
- Git stage ranges fail to update file
- Hang then crash by typing in integrated terminal


Visual Studio Code 1.16.0 (64-bit)
- JavaScript/TypeScript refactoring: Easily extract source code into methods and functions
- HTML tag auto close: Improved editor productivity with automatic close tags
- Color picker in HTML: You can now use the VS Code color picker in HTML files
- Integrated Terminal quick open: Create or jump to terminals from VS Code Quick Open
- Drag and drop from search: Quickly open files from Search and also the Problems panel
- New online documentation: New Emmet topic and updates to the Node.js Deployment tutorial
- VS Code "recipes" repository: Examples using React, Angular and Docker in VS Code
- Preview: Multi-root workspaces: Smoother UI when adding folders and creating a Workspace (Insiders build)
- Preview: Multiple SCM providers: With multiple folders, you can have multiple source control providers (Insiders build)
- Multi-root tips for extension authors: Update your extension to work seamlessly with multi-root workspaces

GlassWire 2.1.166 查看版本資訊

更新時間:2019-09-17
更新細節:

What's new in this version:

GlassWire 2.1.166
- Turn nslookup off in your GlassWire settings if you don’t want to see the domain names of the hosts you are connecting to
- Changes were made on how the Windows “System” and Windows Defender are handled with the firewall
- Graph screen optimizations to use even less resources when using GlassWire
- New help screens to help with technical issues
- Other bug fixes and enhancements


GlassWire 2.1.158
- Fixed a bug that could cause a Windows Defender false positive Trojan:Win32/BlockMsav.A!reg. If you are experiencing this issue please be sure you're using our latest software
- Fixed some incorrect French language translations


GlassWire 2.1.157
- GlassWire now detects and alerts you to RDP or Remote Desktop connections to your PC or server. Go to GlassWire's settings/security to turn this feature off or on
- Having trouble finding an app? Click the search icon on GlassWire's firewall tab to quickly find any network-related apps on your PC, then block them
- The usage tab now makes it easier to select time periods of more than 1 year
- The Windows "System" process now appears under the firewall tab
- Miscellaneous improvements and bug fixes


GlassWire 2.1.152
- Incognito apps! Now you can set any GlassWire app to Incognito mode. To do so go to the GlassWire Firewall tab, then click the app's icon, then choose "more" then "Incognito". Now that app's host/data info is no longer logged by GlassWire
- Fixed translation problems with French and German translations
- Fixed an issue where GlassWire's window would change size for some users
- Fixed an issue that could cause GlassWire's UI to crash
- Other bug fixes and optimizations


GlassWire 2.1.140
- Hosts are now added to "new" network activity desktop alerts
- You can now see what ports you're connecting to on GlassWire's Firewall tab
- When your device joins or leaves the network you can now see the associated label with its desktop alert
- Improvements on dark themes thanks to user feedback
- A tooltip is now added for new users that explains how you can click the graph to see network details
- Other fixes and improvements


GlassWire 2.1.137
- GlassWire's awesome new dark skins are now available. Go to the top left GlassWire menu and choose "Skins" then "Night Neon Theme" to begin. You can then try the other different dark skins that are available
- GlassWire now shows detailed information about hosts (BETA). Have you ever seen a strange host that you had to look up information on from another website? Now detailed host info is built into GlassWire! To try it out go to our "usage" tab and check the "hosts" column. Now click the host you want info for, mouse over the IP where a circle with three dots appears. Click that icon to "search online" and see detailed host info
- Miscellaneous bug fixes and performance improvements


GlassWire 2.0.123
- Do you wish GlassWire's fonts were larger? Go to GlassWire's top left "GlassWire" menu and choose "settings" then set the font the size you prefer
- Host details are now added to the Graph/Apps popup window
- Now you can click on a graph alert and it will take you to the "Alerts" tab for more details
- Fixed a problem that caused false file change alerts for svchost.exe
- Fixed a problem that caused the GlassWire service to crash in some situations


GlassWire 2.0.115
- Have you ever seen unusual activity with an executable, but found it difficult to open up the location of that executable? Now you can click the three dot menu next to the file path to open the location of the executable within Windows
- Do you sometimes Google host names or file names to try to find more information about them? We do. Now you can choose "search online" after clicking the three dot menu that's listed after a host name (or file name to search for more information
- GlassWire's EULA and privacy policy were both updated for the GDPR. Your network activity and data usage information never leaves your device. Our company has never been able to see your network activity or app usage, and the GlassWire app does not collect your personal information


GlassWire 2.0.112
- Column sorting has finally arrived! Mouse over columns under GlassWire’s Firewall, Things, or different host and app tabs to sort between hosts, apps, and bandwidth usage
- GlassWire firewall list entries are now highlighted so it’s easy to line up file analysis results with apps under GlassWire’s Firewall tab
- It’s now very easy to remove all your inactive apps at once in the GlassWire Firewall tab. Go to your inactive apps, then mouse over the inactive apps row and click the X to delete all your inactive apps at once
- Fixed a bug that caused some customers to have trouble activating GlassWire Basic, Pro, or Elite in some unusual circumstances
- Miscellaneous other bug fixes and improvements


GlassWire 2.0.105
- Fixed a bug that caused GlassWire’s service to hang for some users in some unusual situations


GlassWire 2.0.102
- Software update notifications will now no longer appear when GlassWire's Snooze mode is on. This was requested by gamers who didn't want to see our update notification while gaming, or streaming live
- GlassWire now has a daily data usage option with its data plan feature
- There is now a VirusTotal report link to allow you to easily see more details on why an app was analyzed a certain way by VirusTotal
- The year was added for very old alerts that are from last year, or the previous year
- Windows 10 snap assist is now supported again due to requests from GlassWire fans
- GlassWire now does a better job of supporting fractional values
- Many bugs were fixed due to user feedback including a bug that could make some users crash. We also fixed a bug that caused data to appear under "usage" for apps that are chosen as hidden, we fixed some scaling issues, fixed remote host sorting order along with some other host sorting problems in other GlassWire windows. Our team also fixed a bug that caused GlassWire to crash due to unusual system time changes


GlassWire 2.0.91
- Software update notifications will now no longer appear when GlassWire's Snooze mode is on. This was requested by gamers who didn't want to see our update notification while gaming, or streaming live
- There is now more "info" when receiving a notice about a "new" application accessing the network. Click the "info" button and you can now see more details about the app and block it without having to open GlassWire
- Fixed a bug that caused GlassWire to incorrectly convert extremely large volumes of data incorrectly under its "Usage" tab. Thanks for letting us know about this in the GlassWire forum
- Microsoft Windows Defender apps are now white listed by GlassWire so they won't be blocked. This avoids Windows Defender giving GlassWire false positives
- Fixed a bug that caused scrolling on our "alerts" screen to not scroll properly with a mouse wheel, when the cursor was placed in a certain part of the window. Thanks for posting this in the forum also
- Fixed a bug that caused the GlassWire service to crash repeatedly for some GlassWire users. If you have been having this issue please try updating GlassWire. Thank you to the people who helped us test and fix this issue
- Many small fixes with typos and other small things


GlassWire 2.0.84
- Fixed a bug that caused our "Ask to connect" mode to work incorrectly for some users
- Fixed a bug that caused some users to crash when dragging GlassWire between two monitors
- Made changes to GlassWire to avoid false positives from Windows Defender
- Improved the upgrade process from GlassWire 1.X to GlassWire 2.X
- Solved a problem where some GlassWire users could not switch on the GlassWire firewall setting
- Updated the "Usage" tab so it fixes a problem that caused some GlassWire users to see incorrect usage stats
- Many other fixes and improvements


GlassWire 2.0.80
- Fixed a bug that caused some users to not have an exception for system traffic in Windows Firewall
- Removed the dependency for the wlanapi.dll for Windows Server customers
- Improved the speed of detection of changes to the Windows Hosts file
- Made changes to help avoid Windows Defender trojan false positive alerts due to firewall changes
- When the GlassWire mini viewer is clicked it will now open the main GlassWire window
- GlassWire's window position and size are now remembered between reboots
- Fixed a bug with the remote server monitor user interface left panel


GlassWire 2.0.78
- Our major GlassWire 2.0 update is finally here and there are a lot of changes and major new features
- GlassWire now has a completely new interface with high resolution monitor support
- We have improved our "Usage" screen after hearing your feedback. You can now select day, week, month, or other custom intervals easier
- Firewall Profiles! Go to the Firewall tab and choose "Firewall Profiles" to create and save a profile. You can make one profile for public WiFi, and another for home use. Make as many profiles are you need
- The GlassWire firewall is now optimized to work better with Windows, plus our firewall rules now synchronize with the Windows Firewall. GlassWire now also checks the integrity of the Windows Firewall on every startup, and can restore itself if changes were made without your knowledge
- VirusTotal API support. Go to GlassWire's settings to analyze your network-related files with VirusTotal manually, or automatically
- WiFi Evil Twin Alerts! Get notified if a known Wi-Fi access point becomes unprotected or its MAC address is changed. Help protect yourself from Wi-Fi pineapple attacks
- You can now choose between system time format and a time format for the native selected language in GlassWire's settings
- It's now possible to switch on/off GlassWire's "Things" network scanning in GlassWire's settings
- You can now establish a remote connection by hostname, instead of by IP address
- GlassWire now has a free 7 day trial of its paid software for free users! Now you can see what you're missing if you only have the free version of GlassWire
- GlassWire 2.0 is a free upgrade for 1.0 users. If you run into any activation issues please email us so we can help you get your free upgrade


GlassWire 1.2.121
- Fixed a bug with the bandwidth overage monitor that would cause it to stay on when turned off


GlassWire 1.2.120
- Fixed a bug that caused GlassWire to reset the Windows Firewall to its default settings
- The problem where the GlassWire installer would sometimes hang for some users is now fixed
- GlassWire now has an “Upgrade” button that asks you to buy our software. Please consider upgrading if you enjoy GlassWire
- Other bug fixes and improvements


GlassWire 1.2.118
- Fixed a bug that caused some GlassWire Basic, Pro, and Elite users to become deactivated in some unusual situations
- Due to requests from GlassWire fans, incognito mode now stays persistent after a restart of GlassWire, or after a reboot
- Fixed a bug that caused the mini viewer to not save its position with some dual monitor configurations
- Fixed a bug that caused some GlassWire to crash if a certain kind of audio driver was used


GlassWire 1.2.109
- Fixed a bug that caused the GlassWire Idle Monitor to crash with some OS versions in some unusual situations
- The mini viewer should now always remember its position and size for all users and OS versions
- Fixed the sorting order of the remote hosts on the Firewall tab
- Fixed a problem that caused our Mic/Webcam detection feature to stop working with some Windows 10 versions


GlassWire 1.2.102
- Fixed a problem that caused some executables to have no description in unusual situations
- IP sorting is now correct with the "Network" tab
- Other bug fixes and resource usage enhancements


GlassWire 1.2.100
- Fixed a problem that caused some users with some types of audio drivers to crash
- Fixed some typos for some languages, reported by users
- Fixed a text overlap in the Network tab
- Solved a problem where some users received false host/lmhost file change alerts
- Fixed a problem reported on HackerOne
- Stability and resource usage improvements


GlassWire 1.2.96
- You can now change firewall modes from the GlassWire Windows tray menu. Right click the GlassWire icon in the bottom right Windows tray to change modes
- The year is now added to the GlassWire network tab
- Three security upgrades were made due to HackerOne bug reports
- Fixed a problem where a network scan could cause the GlassWire service to crash
- We added protection so third party DLL files can no longer interact with GlassWire and cause it to crash


GlassWire 1.2.88
- You can now scan manually for devices under GlassWire's "Network" tab. Basic, Pro, and Elite users will have an automatic scan every 30 minutes, while free users can scan manually by pressing the "scan" button. We made this change because GlassWire was scanning so often in our previous update that some types of network hardware were giving false positives about GlassWire causing a network problem
- To disable Network auto-scanning completely create a text file called glasswire.conf and place it in the c:programdataglasswireservice folder. Add this string to the text file: enable_network_scan = false then restart the GlassWire service. We plan to add a setting for this in the future
- Fixed a bug that was causing some users to crash


GlassWire 1.2.79
- GlassWire's network tab functionality has been rewritten from scratch! GlassWire now picks up new network connected devices faster, and shows more accurate information. Give it a try and let us know what you think
- Fixed a bug where some users would click the GlassWire icon in the Windows taskbar tray and nothing would happen
- Made a change to allow GlassWire to work with some VPN services that don't allow reverse host lookups
- Many other bug fixes and resource usage improvements


GlassWire 1.2.76
- Removed an old unreliable cipher between the client and the service to improve connection security
- Changed the default listening port to port 7010 to avoid false positive scans for some security software. This means that you must install GlassWire locally and on your remote servers for this update or the connection will not work.
- Fixed a problem where some free users would see a crash when trying to start a remote connection to another PC or server
- Graph history is now more securely erased when cleared by the user
- Local traffic is detected even more accurately now


GlassWire 1.2.74
- Fixed a problem where no remote servers were selected in the list by default
- Fixed a bug with the alerts counter
- The mini viewer caption now shows "local" traffic when necessary
- The network tab would show an IP with all zeros for some users in some rare cases. This problem is now fixed
- Miscellaneous performance improvements and bug fixes.


GlassWire 1.2.72 Beta
- GlassWire is now out of beta
- Fixed a problem with incorrect IP sorting on the network tab
- Usage showed incorrect local/external traffic counting in some cases
- Fixed a problem with the usage calendar user interface
- Many minor fixes and stability improvements due to user feedback


GlassWire 1.2.71 Beta
- Fixed a bug where some users would receive a DLL integrity error


GlassWire 1.2.70 Beta
- Labels for devices are now available under the "network" tab. Mouse over the network device you want to give a custom name to, then click the "label" bubble to make a custom name
- Alerts are now automatically marked as "read" if a desktop alert pop-up is closed by the mouse
- "Sort by IP" is now working properly under the "network" tab
- Fixed some problems reported on HackerOne
- Minor bug fixes and further resource usage optimizations


GlassWire 1.2.64 Beta
- Solved a problem reported on HackerOne
- Improved data statistic accuracy along with improving local and external traffic type detection
- Fixed a bug with remote connections for specific hosts
- Fixed a bug with application path resolving
- Fixed bugs with the Usage/Apps section and improved its functionality
- Fixed a bug that caused the Usage tab to not load for some users
- Fixed a problem with Incognito mode
- Many new small fixes and improvements


GlassWire 1.2.57 Beta
- Fixed a problem where GlassWire's service would not start for some users
- Made a partial change to how the admin settings work due to a bug report on HackerOne
- Clean installs now no longer require you re-enter your activation code if you're a Basic, Pro, or Elite user
- The Polish language was added
- The Usage tab animation was updated so it looks nicer
- Fixed a bug where some user databases were corrupted on upgrade
- The process of fetching data from the service is now more efficient along with other performance improvements


GlassWire 1.2.54 Beta
- This update is a major rewrite that was done to decrease memory usage significantly for all GlassWire users
- Overall memory usage for GlassWire decreased significantly, even with very long graph histories
- Fixed a bug with "Ask to connect" mode where it did not work properly for a small number of users
- Fixed a bug with "Ask to connect" mode where SMB, LDAP, and VPN connections would not work in some cases
- Fixed a bug for Microsoft Surface users where GlassWire could sometimes cause problems when the Surface is idle
- The graph "Max" value is now replaced with the real amount of downloaded and uploaded data in that graph period to make it easier to understand
- Fixed a bug where the bandwidth overage monitor would not work correctly for some users in some cases
- Turkish language support is now available in GlassWire. Go to the top left GlassWire menu and choose Turkish as your language option
- This update also includes dozens of other bug fixes reported by users in the forum and reported to our helpdesk


GlassWire 1.1.41 Beta
- Updated our installer to avoid a potential vulnerability reported on HackerOne
- Fixed a bug where some GlassWire clients in some unusual circumstances would crash at midnight


GlassWire 1.1.40 Beta
- Change log not available for this version


GlassWire 1.1.39 Beta
- Updated our installer to avoid a potential DLL vulnerability reported on HackerOne
- The installer was released, then removed due to a false positive virus warning from a popular antivirus. GlassWire's false positive virus warning was removed after contacting the antivirus company and we then re-released the update. There were also minimal changes made to the installer to see if it might help us avoid future false positives.


GlassWire 1.1.36 Beta
- GlassWire now makes it easy to remove old apps from the Firewall tab. Click the X next to the app name to remove it. The app will re-appear in the firewall list if it accesses the network again
- Fixed a problem that caused Webcam and Mic usage to not be detected for some Windows 10 users with a specific system update
- Added upload and download bandwidth levels on the mini viewer for paid users
- Fixed a bug that caused settings under the "Usage" tab to not be saved
- GlassWire now restores the install path from the previous installation
- Many other tweaks and fixes due to user feedback


GlassWire 1.1.32 Beta
- Made a minor change to the install process to make it more efficient


GlassWire 1.1.31 Beta
- Fixed a problem that caused some GlassWire user PCs to wake from sleep under certain conditions


GlassWire 1.1.27 Beta
- Fixed a problem where webcams and mics were not detected for some users


GlassWire 1.1.26 Beta
- Go to the General settings to choose the "Keep mini viewer on top" option
- Fixed a path problem for applications running on a shared network
- Fixed a bug where "Ask to connect" and "Block all" modes would not work in a few cases for some users
- Added a new flag for geographic locations for IP addresses which are not local and do not resolve
- Fixed a bug where some devices on the network had strange characters next to their name for some users


GlassWire 1.1.21 Beta
- Inactive firewall applications are now grouped separately under the "Firewall" tab if they show no attempted network activity for 7 days
- Now get alerted about new unknown devices that join the network, instead of getting alerts about every device that joins or leaves the network. Go to GlassWire's settings then choose "Security" then click "Network device monitor"
- DNS is now resolved for local hosts
- Away intervals now appear in the "mini" graph
- Many fixes and improvements including a bug that caused GlassWire's graph not to start working for some users


GlassWire 1.1.15 Beta
- Many bugs were fixed including some problems with Ask to connect mode, Webcam/Mic usage alerts, the Internet access monitor, and we also fixed a problem where some users would lose their graph data after upgrading GlassWire
- A bug was fixed where GlassWire's service would crash for some users in some situations
- This version of GlassWire is now fully translated to all our translated languages
- The mini viewer now shows the current main graph status in its window along with the ability to make the window transparent in its settings. Mouse over the mini graph then click the small settings icon to make the mini graph transparent
- We were able to fix these problems and update our features due to your feedback and support. Thank you for all your help and thanks for supporting GlassWire


GlassWire 1.1.7 Beta
- Ask to connect mode: Allow or deny new network connections
- Block all mode: Block all network connections while you're away from your computer
- Mini graph: See a mini GlassWire graph on your desktop that's available at all times
- Webcam & Mic detection: Get alerted to any Microphone or Webcam activity that takes place with your computer and learn what application is responsible
- Who's on your WiFi or Network: See what devices are currently on your network or WiFi and get alerted when new devices join or leave
- Awesome new skins: Go to the top left GlassWire menu to see the graph with some fun new skins and colors
- Longer graph history: Get longer graph histories depending on what version of GlassWire you buy
- Multiple server monitoring: Monitor multiple servers depending on what version of GlassWire you buy
- Hide application activity: Hide certain applications where their data doesn't appear on the graph so the graph is easier to read and understand


GlassWire 1.0.45 Beta
- Certificate changes were made to add backwards compatibility with older OS versions
- Bug fixes and stability improvements


GlassWire 1.0.43 Beta
- Change log not available for this version


GlassWire 1.0.40 Beta
- Change log not available for this version


GlassWire 1.0.38 Beta
- Change log not available for this version


GlassWire 1.0.35 Beta
- Change log not available for this version


GlassWire 1.0.30 Beta
- Change log not available for this version


GlassWire 1.0.28 Beta
- Change log not available for this version


GlassWire 1.0.25 Beta
- Change log not available for this version


GlassWire 1.0.24 Beta
- Change log not available for this version


GlassWire 1.0.23 Beta
- Change log not available for this version


GlassWire 1.0.21 Beta
- Change log not available for this version

WinDS PRO 2019.09.16 查看版本資訊

更新時間:2019-09-17
更新細節:

MathType 7.4.3 查看版本資訊

更新時間:2019-09-17
更新細節:

GOOSE VPN 4.1.0 查看版本資訊

更新時間:2019-09-17
更新細節:

IceCream PDF Editor 1.32 查看版本資訊

更新時間:2019-09-17
更新細節:

What's new in this version:

IceCream PDF Editor 1.32
- Crashfixes for text editing


IceCream PDF Editor 1.31
- Crashes on property changes fixed
- Improved invalid PDF files detection


IceCream PDF Editor 1.30
- Application stability major improvements, multiple important crash fixes
- HiDPI better support
- File saving major logic improvements
- Password protection better support
- Stamps functionality fixes
- Installer size reduced


IceCream PDF Editor 1.23
- Edit mode - by default
- Tools priority changed
- Other minor fixes


IceCream PDF Editor 1.20
- HiDPI better support
- SVG images support added
- Opening files with certain filenames fixed
- F11 - fullscreen mode and back
- Other multiple UI and bug fixes and improvements


IceCream PDF Editor 1.17
- Simplified Chinese language added


IceCream PDF Editor 1.16
- Fill forms functionality added
- Windows integration major improvements
- Scroll with arrow keys and PageUp/PageDown in Fullscreen mode
- Protected files: critical bugfixes
- UI fix: long file path in statusbar
- Crashes on application start up fixed


IceCream PDF Editor 1.10
- Open PDF files by default bug fixed
- Potential crash fixed


IceCream PDF Editor 1.05
- Official version release of Icecream PDF Editor

WinDS PRO 2019.08.04 查看版本資訊

更新時間:2019-08-05
更新細節:

WinDS PRO 2019.06.17 查看版本資訊

更新時間:2019-06-17
更新細節:

GlassWire 2.1.158 查看版本資訊

更新時間:2019-06-13
更新細節:

What's new in this version:

GlassWire 2.1.158
- Fixed a bug that could cause a Windows Defender false positive Trojan:Win32/BlockMsav.A!reg. If you are experiencing this issue please be sure you're using our latest software
- Fixed some incorrect French language translations


GlassWire 2.1.157
- GlassWire now detects and alerts you to RDP or Remote Desktop connections to your PC or server. Go to GlassWire's settings/security to turn this feature off or on
- Having trouble finding an app? Click the search icon on GlassWire's firewall tab to quickly find any network-related apps on your PC, then block them
- The usage tab now makes it easier to select time periods of more than 1 year
- The Windows "System" process now appears under the firewall tab
- Miscellaneous improvements and bug fixes


GlassWire 2.1.152
- Incognito apps! Now you can set any GlassWire app to Incognito mode. To do so go to the GlassWire Firewall tab, then click the app's icon, then choose "more" then "Incognito". Now that app's host/data info is no longer logged by GlassWire
- Fixed translation problems with French and German translations
- Fixed an issue where GlassWire's window would change size for some users
- Fixed an issue that could cause GlassWire's UI to crash
- Other bug fixes and optimizations


GlassWire 2.1.140
- Hosts are now added to "new" network activity desktop alerts
- You can now see what ports you're connecting to on GlassWire's Firewall tab
- When your device joins or leaves the network you can now see the associated label with its desktop alert
- Improvements on dark themes thanks to user feedback
- A tooltip is now added for new users that explains how you can click the graph to see network details
- Other fixes and improvements


GlassWire 2.1.137
- GlassWire's awesome new dark skins are now available. Go to the top left GlassWire menu and choose "Skins" then "Night Neon Theme" to begin. You can then try the other different dark skins that are available
- GlassWire now shows detailed information about hosts (BETA). Have you ever seen a strange host that you had to look up information on from another website? Now detailed host info is built into GlassWire! To try it out go to our "usage" tab and check the "hosts" column. Now click the host you want info for, mouse over the IP where a circle with three dots appears. Click that icon to "search online" and see detailed host info
- Miscellaneous bug fixes and performance improvements


GlassWire 2.0.123
- Do you wish GlassWire's fonts were larger? Go to GlassWire's top left "GlassWire" menu and choose "settings" then set the font the size you prefer
- Host details are now added to the Graph/Apps popup window
- Now you can click on a graph alert and it will take you to the "Alerts" tab for more details
- Fixed a problem that caused false file change alerts for svchost.exe
- Fixed a problem that caused the GlassWire service to crash in some situations


GlassWire 2.0.115
- Have you ever seen unusual activity with an executable, but found it difficult to open up the location of that executable? Now you can click the three dot menu next to the file path to open the location of the executable within Windows
- Do you sometimes Google host names or file names to try to find more information about them? We do. Now you can choose "search online" after clicking the three dot menu that's listed after a host name (or file name to search for more information
- GlassWire's EULA and privacy policy were both updated for the GDPR. Your network activity and data usage information never leaves your device. Our company has never been able to see your network activity or app usage, and the GlassWire app does not collect your personal information


GlassWire 2.0.112
- Column sorting has finally arrived! Mouse over columns under GlassWire’s Firewall, Things, or different host and app tabs to sort between hosts, apps, and bandwidth usage
- GlassWire firewall list entries are now highlighted so it’s easy to line up file analysis results with apps under GlassWire’s Firewall tab
- It’s now very easy to remove all your inactive apps at once in the GlassWire Firewall tab. Go to your inactive apps, then mouse over the inactive apps row and click the X to delete all your inactive apps at once
- Fixed a bug that caused some customers to have trouble activating GlassWire Basic, Pro, or Elite in some unusual circumstances
- Miscellaneous other bug fixes and improvements


GlassWire 2.0.105
- Fixed a bug that caused GlassWire’s service to hang for some users in some unusual situations


GlassWire 2.0.102
- Software update notifications will now no longer appear when GlassWire's Snooze mode is on. This was requested by gamers who didn't want to see our update notification while gaming, or streaming live
- GlassWire now has a daily data usage option with its data plan feature
- There is now a VirusTotal report link to allow you to easily see more details on why an app was analyzed a certain way by VirusTotal
- The year was added for very old alerts that are from last year, or the previous year
- Windows 10 snap assist is now supported again due to requests from GlassWire fans
- GlassWire now does a better job of supporting fractional values
- Many bugs were fixed due to user feedback including a bug that could make some users crash. We also fixed a bug that caused data to appear under "usage" for apps that are chosen as hidden, we fixed some scaling issues, fixed remote host sorting order along with some other host sorting problems in other GlassWire windows. Our team also fixed a bug that caused GlassWire to crash due to unusual system time changes


GlassWire 2.0.91
- Software update notifications will now no longer appear when GlassWire's Snooze mode is on. This was requested by gamers who didn't want to see our update notification while gaming, or streaming live
- There is now more "info" when receiving a notice about a "new" application accessing the network. Click the "info" button and you can now see more details about the app and block it without having to open GlassWire
- Fixed a bug that caused GlassWire to incorrectly convert extremely large volumes of data incorrectly under its "Usage" tab. Thanks for letting us know about this in the GlassWire forum
- Microsoft Windows Defender apps are now white listed by GlassWire so they won't be blocked. This avoids Windows Defender giving GlassWire false positives
- Fixed a bug that caused scrolling on our "alerts" screen to not scroll properly with a mouse wheel, when the cursor was placed in a certain part of the window. Thanks for posting this in the forum also
- Fixed a bug that caused the GlassWire service to crash repeatedly for some GlassWire users. If you have been having this issue please try updating GlassWire. Thank you to the people who helped us test and fix this issue
- Many small fixes with typos and other small things


GlassWire 2.0.84
- Fixed a bug that caused our "Ask to connect" mode to work incorrectly for some users
- Fixed a bug that caused some users to crash when dragging GlassWire between two monitors
- Made changes to GlassWire to avoid false positives from Windows Defender
- Improved the upgrade process from GlassWire 1.X to GlassWire 2.X
- Solved a problem where some GlassWire users could not switch on the GlassWire firewall setting
- Updated the "Usage" tab so it fixes a problem that caused some GlassWire users to see incorrect usage stats
- Many other fixes and improvements


GlassWire 2.0.80
- Fixed a bug that caused some users to not have an exception for system traffic in Windows Firewall
- Removed the dependency for the wlanapi.dll for Windows Server customers
- Improved the speed of detection of changes to the Windows Hosts file
- Made changes to help avoid Windows Defender trojan false positive alerts due to firewall changes
- When the GlassWire mini viewer is clicked it will now open the main GlassWire window
- GlassWire's window position and size are now remembered between reboots
- Fixed a bug with the remote server monitor user interface left panel


GlassWire 2.0.78
- Our major GlassWire 2.0 update is finally here and there are a lot of changes and major new features
- GlassWire now has a completely new interface with high resolution monitor support
- We have improved our "Usage" screen after hearing your feedback. You can now select day, week, month, or other custom intervals easier
- Firewall Profiles! Go to the Firewall tab and choose "Firewall Profiles" to create and save a profile. You can make one profile for public WiFi, and another for home use. Make as many profiles are you need
- The GlassWire firewall is now optimized to work better with Windows, plus our firewall rules now synchronize with the Windows Firewall. GlassWire now also checks the integrity of the Windows Firewall on every startup, and can restore itself if changes were made without your knowledge
- VirusTotal API support. Go to GlassWire's settings to analyze your network-related files with VirusTotal manually, or automatically
- WiFi Evil Twin Alerts! Get notified if a known Wi-Fi access point becomes unprotected or its MAC address is changed. Help protect yourself from Wi-Fi pineapple attacks
- You can now choose between system time format and a time format for the native selected language in GlassWire's settings
- It's now possible to switch on/off GlassWire's "Things" network scanning in GlassWire's settings
- You can now establish a remote connection by hostname, instead of by IP address
- GlassWire now has a free 7 day trial of its paid software for free users! Now you can see what you're missing if you only have the free version of GlassWire
- GlassWire 2.0 is a free upgrade for 1.0 users. If you run into any activation issues please email us so we can help you get your free upgrade


GlassWire 1.2.121
- Fixed a bug with the bandwidth overage monitor that would cause it to stay on when turned off


GlassWire 1.2.120
- Fixed a bug that caused GlassWire to reset the Windows Firewall to its default settings
- The problem where the GlassWire installer would sometimes hang for some users is now fixed
- GlassWire now has an “Upgrade” button that asks you to buy our software. Please consider upgrading if you enjoy GlassWire
- Other bug fixes and improvements


GlassWire 1.2.118
- Fixed a bug that caused some GlassWire Basic, Pro, and Elite users to become deactivated in some unusual situations
- Due to requests from GlassWire fans, incognito mode now stays persistent after a restart of GlassWire, or after a reboot
- Fixed a bug that caused the mini viewer to not save its position with some dual monitor configurations
- Fixed a bug that caused some GlassWire to crash if a certain kind of audio driver was used


GlassWire 1.2.109
- Fixed a bug that caused the GlassWire Idle Monitor to crash with some OS versions in some unusual situations
- The mini viewer should now always remember its position and size for all users and OS versions
- Fixed the sorting order of the remote hosts on the Firewall tab
- Fixed a problem that caused our Mic/Webcam detection feature to stop working with some Windows 10 versions


GlassWire 1.2.102
- Fixed a problem that caused some executables to have no description in unusual situations
- IP sorting is now correct with the "Network" tab
- Other bug fixes and resource usage enhancements


GlassWire 1.2.100
- Fixed a problem that caused some users with some types of audio drivers to crash
- Fixed some typos for some languages, reported by users
- Fixed a text overlap in the Network tab
- Solved a problem where some users received false host/lmhost file change alerts
- Fixed a problem reported on HackerOne
- Stability and resource usage improvements


GlassWire 1.2.96
- You can now change firewall modes from the GlassWire Windows tray menu. Right click the GlassWire icon in the bottom right Windows tray to change modes
- The year is now added to the GlassWire network tab
- Three security upgrades were made due to HackerOne bug reports
- Fixed a problem where a network scan could cause the GlassWire service to crash
- We added protection so third party DLL files can no longer interact with GlassWire and cause it to crash


GlassWire 1.2.88
- You can now scan manually for devices under GlassWire's "Network" tab. Basic, Pro, and Elite users will have an automatic scan every 30 minutes, while free users can scan manually by pressing the "scan" button. We made this change because GlassWire was scanning so often in our previous update that some types of network hardware were giving false positives about GlassWire causing a network problem
- To disable Network auto-scanning completely create a text file called glasswire.conf and place it in the c:programdataglasswireservice folder. Add this string to the text file: enable_network_scan = false then restart the GlassWire service. We plan to add a setting for this in the future
- Fixed a bug that was causing some users to crash


GlassWire 1.2.79
- GlassWire's network tab functionality has been rewritten from scratch! GlassWire now picks up new network connected devices faster, and shows more accurate information. Give it a try and let us know what you think
- Fixed a bug where some users would click the GlassWire icon in the Windows taskbar tray and nothing would happen
- Made a change to allow GlassWire to work with some VPN services that don't allow reverse host lookups
- Many other bug fixes and resource usage improvements


GlassWire 1.2.76
- Removed an old unreliable cipher between the client and the service to improve connection security
- Changed the default listening port to port 7010 to avoid false positive scans for some security software. This means that you must install GlassWire locally and on your remote servers for this update or the connection will not work.
- Fixed a problem where some free users would see a crash when trying to start a remote connection to another PC or server
- Graph history is now more securely erased when cleared by the user
- Local traffic is detected even more accurately now


GlassWire 1.2.74
- Fixed a problem where no remote servers were selected in the list by default
- Fixed a bug with the alerts counter
- The mini viewer caption now shows "local" traffic when necessary
- The network tab would show an IP with all zeros for some users in some rare cases. This problem is now fixed
- Miscellaneous performance improvements and bug fixes.


GlassWire 1.2.72 Beta
- GlassWire is now out of beta
- Fixed a problem with incorrect IP sorting on the network tab
- Usage showed incorrect local/external traffic counting in some cases
- Fixed a problem with the usage calendar user interface
- Many minor fixes and stability improvements due to user feedback


GlassWire 1.2.71 Beta
- Fixed a bug where some users would receive a DLL integrity error


GlassWire 1.2.70 Beta
- Labels for devices are now available under the "network" tab. Mouse over the network device you want to give a custom name to, then click the "label" bubble to make a custom name
- Alerts are now automatically marked as "read" if a desktop alert pop-up is closed by the mouse
- "Sort by IP" is now working properly under the "network" tab
- Fixed some problems reported on HackerOne
- Minor bug fixes and further resource usage optimizations


GlassWire 1.2.64 Beta
- Solved a problem reported on HackerOne
- Improved data statistic accuracy along with improving local and external traffic type detection
- Fixed a bug with remote connections for specific hosts
- Fixed a bug with application path resolving
- Fixed bugs with the Usage/Apps section and improved its functionality
- Fixed a bug that caused the Usage tab to not load for some users
- Fixed a problem with Incognito mode
- Many new small fixes and improvements


GlassWire 1.2.57 Beta
- Fixed a problem where GlassWire's service would not start for some users
- Made a partial change to how the admin settings work due to a bug report on HackerOne
- Clean installs now no longer require you re-enter your activation code if you're a Basic, Pro, or Elite user
- The Polish language was added
- The Usage tab animation was updated so it looks nicer
- Fixed a bug where some user databases were corrupted on upgrade
- The process of fetching data from the service is now more efficient along with other performance improvements


GlassWire 1.2.54 Beta
- This update is a major rewrite that was done to decrease memory usage significantly for all GlassWire users
- Overall memory usage for GlassWire decreased significantly, even with very long graph histories
- Fixed a bug with "Ask to connect" mode where it did not work properly for a small number of users
- Fixed a bug with "Ask to connect" mode where SMB, LDAP, and VPN connections would not work in some cases
- Fixed a bug for Microsoft Surface users where GlassWire could sometimes cause problems when the Surface is idle
- The graph "Max" value is now replaced with the real amount of downloaded and uploaded data in that graph period to make it easier to understand
- Fixed a bug where the bandwidth overage monitor would not work correctly for some users in some cases
- Turkish language support is now available in GlassWire. Go to the top left GlassWire menu and choose Turkish as your language option
- This update also includes dozens of other bug fixes reported by users in the forum and reported to our helpdesk


GlassWire 1.1.41 Beta
- Updated our installer to avoid a potential vulnerability reported on HackerOne
- Fixed a bug where some GlassWire clients in some unusual circumstances would crash at midnight


GlassWire 1.1.40 Beta
- Change log not available for this version


GlassWire 1.1.39 Beta
- Updated our installer to avoid a potential DLL vulnerability reported on HackerOne
- The installer was released, then removed due to a false positive virus warning from a popular antivirus. GlassWire's false positive virus warning was removed after contacting the antivirus company and we then re-released the update. There were also minimal changes made to the installer to see if it might help us avoid future false positives.


GlassWire 1.1.36 Beta
- GlassWire now makes it easy to remove old apps from the Firewall tab. Click the X next to the app name to remove it. The app will re-appear in the firewall list if it accesses the network again
- Fixed a problem that caused Webcam and Mic usage to not be detected for some Windows 10 users with a specific system update
- Added upload and download bandwidth levels on the mini viewer for paid users
- Fixed a bug that caused settings under the "Usage" tab to not be saved
- GlassWire now restores the install path from the previous installation
- Many other tweaks and fixes due to user feedback


GlassWire 1.1.32 Beta
- Made a minor change to the install process to make it more efficient


GlassWire 1.1.31 Beta
- Fixed a problem that caused some GlassWire user PCs to wake from sleep under certain conditions


GlassWire 1.1.27 Beta
- Fixed a problem where webcams and mics were not detected for some users


GlassWire 1.1.26 Beta
- Go to the General settings to choose the "Keep mini viewer on top" option
- Fixed a path problem for applications running on a shared network
- Fixed a bug where "Ask to connect" and "Block all" modes would not work in a few cases for some users
- Added a new flag for geographic locations for IP addresses which are not local and do not resolve
- Fixed a bug where some devices on the network had strange characters next to their name for some users


GlassWire 1.1.21 Beta
- Inactive firewall applications are now grouped separately under the "Firewall" tab if they show no attempted network activity for 7 days
- Now get alerted about new unknown devices that join the network, instead of getting alerts about every device that joins or leaves the network. Go to GlassWire's settings then choose "Security" then click "Network device monitor"
- DNS is now resolved for local hosts
- Away intervals now appear in the "mini" graph
- Many fixes and improvements including a bug that caused GlassWire's graph not to start working for some users


GlassWire 1.1.15 Beta
- Many bugs were fixed including some problems with Ask to connect mode, Webcam/Mic usage alerts, the Internet access monitor, and we also fixed a problem where some users would lose their graph data after upgrading GlassWire
- A bug was fixed where GlassWire's service would crash for some users in some situations
- This version of GlassWire is now fully translated to all our translated languages
- The mini viewer now shows the current main graph status in its window along with the ability to make the window transparent in its settings. Mouse over the mini graph then click the small settings icon to make the mini graph transparent
- We were able to fix these problems and update our features due to your feedback and support. Thank you for all your help and thanks for supporting GlassWire


GlassWire 1.1.7 Beta
- Ask to connect mode: Allow or deny new network connections
- Block all mode: Block all network connections while you're away from your computer
- Mini graph: See a mini GlassWire graph on your desktop that's available at all times
- Webcam & Mic detection: Get alerted to any Microphone or Webcam activity that takes place with your computer and learn what application is responsible
- Who's on your WiFi or Network: See what devices are currently on your network or WiFi and get alerted when new devices join or leave
- Awesome new skins: Go to the top left GlassWire menu to see the graph with some fun new skins and colors
- Longer graph history: Get longer graph histories depending on what version of GlassWire you buy
- Multiple server monitoring: Monitor multiple servers depending on what version of GlassWire you buy
- Hide application activity: Hide certain applications where their data doesn't appear on the graph so the graph is easier to read and understand


GlassWire 1.0.45 Beta
- Certificate changes were made to add backwards compatibility with older OS versions
- Bug fixes and stability improvements


GlassWire 1.0.43 Beta
- Change log not available for this version


GlassWire 1.0.40 Beta
- Change log not available for this version


GlassWire 1.0.38 Beta
- Change log not available for this version


GlassWire 1.0.35 Beta
- Change log not available for this version


GlassWire 1.0.30 Beta
- Change log not available for this version


GlassWire 1.0.28 Beta
- Change log not available for this version


GlassWire 1.0.25 Beta
- Change log not available for this version


GlassWire 1.0.24 Beta
- Change log not available for this version


GlassWire 1.0.23 Beta
- Change log not available for this version


GlassWire 1.0.21 Beta
- Change log not available for this version

GlassWire 2.1.157 查看版本資訊

更新時間:2019-06-03
更新細節:

What's new in this version:

GlassWire 2.1.157
- GlassWire now detects and alerts you to RDP or Remote Desktop connections to your PC or server. Go to GlassWire's settings/security to turn this feature off or on
- Having trouble finding an app? Click the search icon on GlassWire's firewall tab to quickly find any network-related apps on your PC, then block them
- The usage tab now makes it easier to select time periods of more than 1 year
- The Windows "System" process now appears under the firewall tab
- Miscellaneous improvements and bug fixes


GlassWire 2.1.152
- Incognito apps! Now you can set any GlassWire app to Incognito mode. To do so go to the GlassWire Firewall tab, then click the app's icon, then choose "more" then "Incognito". Now that app's host/data info is no longer logged by GlassWire
- Fixed translation problems with French and German translations
- Fixed an issue where GlassWire's window would change size for some users
- Fixed an issue that could cause GlassWire's UI to crash
- Other bug fixes and optimizations


GlassWire 2.1.140
- Hosts are now added to "new" network activity desktop alerts
- You can now see what ports you're connecting to on GlassWire's Firewall tab
- When your device joins or leaves the network you can now see the associated label with its desktop alert
- Improvements on dark themes thanks to user feedback
- A tooltip is now added for new users that explains how you can click the graph to see network details
- Other fixes and improvements


GlassWire 2.1.137
- GlassWire's awesome new dark skins are now available. Go to the top left GlassWire menu and choose "Skins" then "Night Neon Theme" to begin. You can then try the other different dark skins that are available
- GlassWire now shows detailed information about hosts (BETA). Have you ever seen a strange host that you had to look up information on from another website? Now detailed host info is built into GlassWire! To try it out go to our "usage" tab and check the "hosts" column. Now click the host you want info for, mouse over the IP where a circle with three dots appears. Click that icon to "search online" and see detailed host info
- Miscellaneous bug fixes and performance improvements


GlassWire 2.0.123
- Do you wish GlassWire's fonts were larger? Go to GlassWire's top left "GlassWire" menu and choose "settings" then set the font the size you prefer
- Host details are now added to the Graph/Apps popup window
- Now you can click on a graph alert and it will take you to the "Alerts" tab for more details
- Fixed a problem that caused false file change alerts for svchost.exe
- Fixed a problem that caused the GlassWire service to crash in some situations


GlassWire 2.0.115
- Have you ever seen unusual activity with an executable, but found it difficult to open up the location of that executable? Now you can click the three dot menu next to the file path to open the location of the executable within Windows
- Do you sometimes Google host names or file names to try to find more information about them? We do. Now you can choose "search online" after clicking the three dot menu that's listed after a host name (or file name to search for more information
- GlassWire's EULA and privacy policy were both updated for the GDPR. Your network activity and data usage information never leaves your device. Our company has never been able to see your network activity or app usage, and the GlassWire app does not collect your personal information


GlassWire 2.0.112
- Column sorting has finally arrived! Mouse over columns under GlassWire’s Firewall, Things, or different host and app tabs to sort between hosts, apps, and bandwidth usage
- GlassWire firewall list entries are now highlighted so it’s easy to line up file analysis results with apps under GlassWire’s Firewall tab
- It’s now very easy to remove all your inactive apps at once in the GlassWire Firewall tab. Go to your inactive apps, then mouse over the inactive apps row and click the X to delete all your inactive apps at once
- Fixed a bug that caused some customers to have trouble activating GlassWire Basic, Pro, or Elite in some unusual circumstances
- Miscellaneous other bug fixes and improvements


GlassWire 2.0.105
- Fixed a bug that caused GlassWire’s service to hang for some users in some unusual situations


GlassWire 2.0.102
- Software update notifications will now no longer appear when GlassWire's Snooze mode is on. This was requested by gamers who didn't want to see our update notification while gaming, or streaming live
- GlassWire now has a daily data usage option with its data plan feature
- There is now a VirusTotal report link to allow you to easily see more details on why an app was analyzed a certain way by VirusTotal
- The year was added for very old alerts that are from last year, or the previous year
- Windows 10 snap assist is now supported again due to requests from GlassWire fans
- GlassWire now does a better job of supporting fractional values
- Many bugs were fixed due to user feedback including a bug that could make some users crash. We also fixed a bug that caused data to appear under "usage" for apps that are chosen as hidden, we fixed some scaling issues, fixed remote host sorting order along with some other host sorting problems in other GlassWire windows. Our team also fixed a bug that caused GlassWire to crash due to unusual system time changes


GlassWire 2.0.91
- Software update notifications will now no longer appear when GlassWire's Snooze mode is on. This was requested by gamers who didn't want to see our update notification while gaming, or streaming live
- There is now more "info" when receiving a notice about a "new" application accessing the network. Click the "info" button and you can now see more details about the app and block it without having to open GlassWire
- Fixed a bug that caused GlassWire to incorrectly convert extremely large volumes of data incorrectly under its "Usage" tab. Thanks for letting us know about this in the GlassWire forum
- Microsoft Windows Defender apps are now white listed by GlassWire so they won't be blocked. This avoids Windows Defender giving GlassWire false positives
- Fixed a bug that caused scrolling on our "alerts" screen to not scroll properly with a mouse wheel, when the cursor was placed in a certain part of the window. Thanks for posting this in the forum also
- Fixed a bug that caused the GlassWire service to crash repeatedly for some GlassWire users. If you have been having this issue please try updating GlassWire. Thank you to the people who helped us test and fix this issue
- Many small fixes with typos and other small things


GlassWire 2.0.84
- Fixed a bug that caused our "Ask to connect" mode to work incorrectly for some users
- Fixed a bug that caused some users to crash when dragging GlassWire between two monitors
- Made changes to GlassWire to avoid false positives from Windows Defender
- Improved the upgrade process from GlassWire 1.X to GlassWire 2.X
- Solved a problem where some GlassWire users could not switch on the GlassWire firewall setting
- Updated the "Usage" tab so it fixes a problem that caused some GlassWire users to see incorrect usage stats
- Many other fixes and improvements


GlassWire 2.0.80
- Fixed a bug that caused some users to not have an exception for system traffic in Windows Firewall
- Removed the dependency for the wlanapi.dll for Windows Server customers
- Improved the speed of detection of changes to the Windows Hosts file
- Made changes to help avoid Windows Defender trojan false positive alerts due to firewall changes
- When the GlassWire mini viewer is clicked it will now open the main GlassWire window
- GlassWire's window position and size are now remembered between reboots
- Fixed a bug with the remote server monitor user interface left panel


GlassWire 2.0.78
- Our major GlassWire 2.0 update is finally here and there are a lot of changes and major new features
- GlassWire now has a completely new interface with high resolution monitor support
- We have improved our "Usage" screen after hearing your feedback. You can now select day, week, month, or other custom intervals easier
- Firewall Profiles! Go to the Firewall tab and choose "Firewall Profiles" to create and save a profile. You can make one profile for public WiFi, and another for home use. Make as many profiles are you need
- The GlassWire firewall is now optimized to work better with Windows, plus our firewall rules now synchronize with the Windows Firewall. GlassWire now also checks the integrity of the Windows Firewall on every startup, and can restore itself if changes were made without your knowledge
- VirusTotal API support. Go to GlassWire's settings to analyze your network-related files with VirusTotal manually, or automatically
- WiFi Evil Twin Alerts! Get notified if a known Wi-Fi access point becomes unprotected or its MAC address is changed. Help protect yourself from Wi-Fi pineapple attacks
- You can now choose between system time format and a time format for the native selected language in GlassWire's settings
- It's now possible to switch on/off GlassWire's "Things" network scanning in GlassWire's settings
- You can now establish a remote connection by hostname, instead of by IP address
- GlassWire now has a free 7 day trial of its paid software for free users! Now you can see what you're missing if you only have the free version of GlassWire
- GlassWire 2.0 is a free upgrade for 1.0 users. If you run into any activation issues please email us so we can help you get your free upgrade


GlassWire 1.2.121
- Fixed a bug with the bandwidth overage monitor that would cause it to stay on when turned off


GlassWire 1.2.120
- Fixed a bug that caused GlassWire to reset the Windows Firewall to its default settings
- The problem where the GlassWire installer would sometimes hang for some users is now fixed
- GlassWire now has an “Upgrade” button that asks you to buy our software. Please consider upgrading if you enjoy GlassWire
- Other bug fixes and improvements


GlassWire 1.2.118
- Fixed a bug that caused some GlassWire Basic, Pro, and Elite users to become deactivated in some unusual situations
- Due to requests from GlassWire fans, incognito mode now stays persistent after a restart of GlassWire, or after a reboot
- Fixed a bug that caused the mini viewer to not save its position with some dual monitor configurations
- Fixed a bug that caused some GlassWire to crash if a certain kind of audio driver was used


GlassWire 1.2.109
- Fixed a bug that caused the GlassWire Idle Monitor to crash with some OS versions in some unusual situations
- The mini viewer should now always remember its position and size for all users and OS versions
- Fixed the sorting order of the remote hosts on the Firewall tab
- Fixed a problem that caused our Mic/Webcam detection feature to stop working with some Windows 10 versions


GlassWire 1.2.102
- Fixed a problem that caused some executables to have no description in unusual situations
- IP sorting is now correct with the "Network" tab
- Other bug fixes and resource usage enhancements


GlassWire 1.2.100
- Fixed a problem that caused some users with some types of audio drivers to crash
- Fixed some typos for some languages, reported by users
- Fixed a text overlap in the Network tab
- Solved a problem where some users received false host/lmhost file change alerts
- Fixed a problem reported on HackerOne
- Stability and resource usage improvements


GlassWire 1.2.96
- You can now change firewall modes from the GlassWire Windows tray menu. Right click the GlassWire icon in the bottom right Windows tray to change modes
- The year is now added to the GlassWire network tab
- Three security upgrades were made due to HackerOne bug reports
- Fixed a problem where a network scan could cause the GlassWire service to crash
- We added protection so third party DLL files can no longer interact with GlassWire and cause it to crash


GlassWire 1.2.88
- You can now scan manually for devices under GlassWire's "Network" tab. Basic, Pro, and Elite users will have an automatic scan every 30 minutes, while free users can scan manually by pressing the "scan" button. We made this change because GlassWire was scanning so often in our previous update that some types of network hardware were giving false positives about GlassWire causing a network problem
- To disable Network auto-scanning completely create a text file called glasswire.conf and place it in the c:programdataglasswireservice folder. Add this string to the text file: enable_network_scan = false then restart the GlassWire service. We plan to add a setting for this in the future
- Fixed a bug that was causing some users to crash


GlassWire 1.2.79
- GlassWire's network tab functionality has been rewritten from scratch! GlassWire now picks up new network connected devices faster, and shows more accurate information. Give it a try and let us know what you think
- Fixed a bug where some users would click the GlassWire icon in the Windows taskbar tray and nothing would happen
- Made a change to allow GlassWire to work with some VPN services that don't allow reverse host lookups
- Many other bug fixes and resource usage improvements


GlassWire 1.2.76
- Removed an old unreliable cipher between the client and the service to improve connection security
- Changed the default listening port to port 7010 to avoid false positive scans for some security software. This means that you must install GlassWire locally and on your remote servers for this update or the connection will not work.
- Fixed a problem where some free users would see a crash when trying to start a remote connection to another PC or server
- Graph history is now more securely erased when cleared by the user
- Local traffic is detected even more accurately now


GlassWire 1.2.74
- Fixed a problem where no remote servers were selected in the list by default
- Fixed a bug with the alerts counter
- The mini viewer caption now shows "local" traffic when necessary
- The network tab would show an IP with all zeros for some users in some rare cases. This problem is now fixed
- Miscellaneous performance improvements and bug fixes.


GlassWire 1.2.72 Beta
- GlassWire is now out of beta
- Fixed a problem with incorrect IP sorting on the network tab
- Usage showed incorrect local/external traffic counting in some cases
- Fixed a problem with the usage calendar user interface
- Many minor fixes and stability improvements due to user feedback


GlassWire 1.2.71 Beta
- Fixed a bug where some users would receive a DLL integrity error


GlassWire 1.2.70 Beta
- Labels for devices are now available under the "network" tab. Mouse over the network device you want to give a custom name to, then click the "label" bubble to make a custom name
- Alerts are now automatically marked as "read" if a desktop alert pop-up is closed by the mouse
- "Sort by IP" is now working properly under the "network" tab
- Fixed some problems reported on HackerOne
- Minor bug fixes and further resource usage optimizations


GlassWire 1.2.64 Beta
- Solved a problem reported on HackerOne
- Improved data statistic accuracy along with improving local and external traffic type detection
- Fixed a bug with remote connections for specific hosts
- Fixed a bug with application path resolving
- Fixed bugs with the Usage/Apps section and improved its functionality
- Fixed a bug that caused the Usage tab to not load for some users
- Fixed a problem with Incognito mode
- Many new small fixes and improvements


GlassWire 1.2.57 Beta
- Fixed a problem where GlassWire's service would not start for some users
- Made a partial change to how the admin settings work due to a bug report on HackerOne
- Clean installs now no longer require you re-enter your activation code if you're a Basic, Pro, or Elite user
- The Polish language was added
- The Usage tab animation was updated so it looks nicer
- Fixed a bug where some user databases were corrupted on upgrade
- The process of fetching data from the service is now more efficient along with other performance improvements


GlassWire 1.2.54 Beta
- This update is a major rewrite that was done to decrease memory usage significantly for all GlassWire users
- Overall memory usage for GlassWire decreased significantly, even with very long graph histories
- Fixed a bug with "Ask to connect" mode where it did not work properly for a small number of users
- Fixed a bug with "Ask to connect" mode where SMB, LDAP, and VPN connections would not work in some cases
- Fixed a bug for Microsoft Surface users where GlassWire could sometimes cause problems when the Surface is idle
- The graph "Max" value is now replaced with the real amount of downloaded and uploaded data in that graph period to make it easier to understand
- Fixed a bug where the bandwidth overage monitor would not work correctly for some users in some cases
- Turkish language support is now available in GlassWire. Go to the top left GlassWire menu and choose Turkish as your language option
- This update also includes dozens of other bug fixes reported by users in the forum and reported to our helpdesk


GlassWire 1.1.41 Beta
- Updated our installer to avoid a potential vulnerability reported on HackerOne
- Fixed a bug where some GlassWire clients in some unusual circumstances would crash at midnight


GlassWire 1.1.40 Beta
- Change log not available for this version


GlassWire 1.1.39 Beta
- Updated our installer to avoid a potential DLL vulnerability reported on HackerOne
- The installer was released, then removed due to a false positive virus warning from a popular antivirus. GlassWire's false positive virus warning was removed after contacting the antivirus company and we then re-released the update. There were also minimal changes made to the installer to see if it might help us avoid future false positives.


GlassWire 1.1.36 Beta
- GlassWire now makes it easy to remove old apps from the Firewall tab. Click the X next to the app name to remove it. The app will re-appear in the firewall list if it accesses the network again
- Fixed a problem that caused Webcam and Mic usage to not be detected for some Windows 10 users with a specific system update
- Added upload and download bandwidth levels on the mini viewer for paid users
- Fixed a bug that caused settings under the "Usage" tab to not be saved
- GlassWire now restores the install path from the previous installation
- Many other tweaks and fixes due to user feedback


GlassWire 1.1.32 Beta
- Made a minor change to the install process to make it more efficient


GlassWire 1.1.31 Beta
- Fixed a problem that caused some GlassWire user PCs to wake from sleep under certain conditions


GlassWire 1.1.27 Beta
- Fixed a problem where webcams and mics were not detected for some users


GlassWire 1.1.26 Beta
- Go to the General settings to choose the "Keep mini viewer on top" option
- Fixed a path problem for applications running on a shared network
- Fixed a bug where "Ask to connect" and "Block all" modes would not work in a few cases for some users
- Added a new flag for geographic locations for IP addresses which are not local and do not resolve
- Fixed a bug where some devices on the network had strange characters next to their name for some users


GlassWire 1.1.21 Beta
- Inactive firewall applications are now grouped separately under the "Firewall" tab if they show no attempted network activity for 7 days
- Now get alerted about new unknown devices that join the network, instead of getting alerts about every device that joins or leaves the network. Go to GlassWire's settings then choose "Security" then click "Network device monitor"
- DNS is now resolved for local hosts
- Away intervals now appear in the "mini" graph
- Many fixes and improvements including a bug that caused GlassWire's graph not to start working for some users


GlassWire 1.1.15 Beta
- Many bugs were fixed including some problems with Ask to connect mode, Webcam/Mic usage alerts, the Internet access monitor, and we also fixed a problem where some users would lose their graph data after upgrading GlassWire
- A bug was fixed where GlassWire's service would crash for some users in some situations
- This version of GlassWire is now fully translated to all our translated languages
- The mini viewer now shows the current main graph status in its window along with the ability to make the window transparent in its settings. Mouse over the mini graph then click the small settings icon to make the mini graph transparent
- We were able to fix these problems and update our features due to your feedback and support. Thank you for all your help and thanks for supporting GlassWire


GlassWire 1.1.7 Beta
- Ask to connect mode: Allow or deny new network connections
- Block all mode: Block all network connections while you're away from your computer
- Mini graph: See a mini GlassWire graph on your desktop that's available at all times
- Webcam & Mic detection: Get alerted to any Microphone or Webcam activity that takes place with your computer and learn what application is responsible
- Who's on your WiFi or Network: See what devices are currently on your network or WiFi and get alerted when new devices join or leave
- Awesome new skins: Go to the top left GlassWire menu to see the graph with some fun new skins and colors
- Longer graph history: Get longer graph histories depending on what version of GlassWire you buy
- Multiple server monitoring: Monitor multiple servers depending on what version of GlassWire you buy
- Hide application activity: Hide certain applications where their data doesn't appear on the graph so the graph is easier to read and understand


GlassWire 1.0.45 Beta
- Certificate changes were made to add backwards compatibility with older OS versions
- Bug fixes and stability improvements


GlassWire 1.0.43 Beta
- Change log not available for this version


GlassWire 1.0.40 Beta
- Change log not available for this version


GlassWire 1.0.38 Beta
- Change log not available for this version


GlassWire 1.0.35 Beta
- Change log not available for this version


GlassWire 1.0.30 Beta
- Change log not available for this version


GlassWire 1.0.28 Beta
- Change log not available for this version


GlassWire 1.0.25 Beta
- Change log not available for this version


GlassWire 1.0.24 Beta
- Change log not available for this version


GlassWire 1.0.23 Beta
- Change log not available for this version


GlassWire 1.0.21 Beta
- Change log not available for this version