Visual Studio Community 歷史舊版本 Page3

最新版本 Microsoft Visual Studio Community 2022 17.9.1

Visual Studio Community 歷史版本列表

Visual Studio Community 是一個功能齊全,可擴展的免費 IDE,用於為 Android,iOS,Windows 以及 Web 應用程序和雲服務創建現代應用程序。嘗試用於 Windows PC 的 Visual Studio Community,以獲得功能齊全且可擴展的 IDE; Visual Studio Express. A 的全新替代方案全新的基於工作負載的安裝程序優化了... Visual Studio Community 軟體介紹


Jenkins 2.361.4 查看版本資訊

更新時間:2022-11-14
更新細節:

What's new in this version:

- Prevent a stack overflow when loading a queue (regression in 2.361)

Microsoft Visual Studio Community 2022 17.4 查看版本資訊

更新時間:2022-11-09
更新細節:

What's new in this version:

Microsoft Visual Studio Community 2022 17.4
- Arm64
- This preview continues to build out our native Arm64 support on Windows 11. In addition to supporting .NET desktop development (WinForms and WPF), Desktop development with C++ (for MSBuild-based projects) and ASP.NET and Web development, we have now enabled the Universal Windows Platform development workload. Read our blog post to learn more.

C++:
- Improved compiler error messages to provide more correct and useful information, especially for concepts
- Added experimental MSVC flag /experimental:log<directory> to output SARIF build logs to the specified directory
- Added support for C23 attributes to IntelliSense and continued progress in C++20 modules support
- Improved indexing performance when opening a new solution. Large projects could see a 20-35% improvement from 17.3.

Improved Named Return Value Optimisation (NRVO) by:
- Enabling NRVO for cases which involve exception handling or loops
- Enabling NRVO even under /Od if the user passes the /Zc:nrvo flag or /std:c++20 or later or /permissive-
- Allowing users to disable NRVO with the /Zc:nrvo- flag
- Upgraded the version of LLVM shipped with Visual Studio to 15.0.1. See the LLVM and Clang release notes for what is available.
- Added support to Visual Studio for vcpkg artifacts with CMake projects. For projects that include a vcpkg manifest the environment will be activated automatically on project open. You can learn more about this in the vcpkg environment activation in Visual Studio blog post.
- You can now use Dev Containers for your C++ projects. You can learn more about this feature in our Dev Containers for C++ blog post.
- Made IntelliSense respect the order of preincluded headers when one is a PCH. Previously, when a PCH was used via /Yu and force-included via /FI, IntelliSense would always process it first, before any other headers included via /FI. This did not match the build behavior, so with this change /FI headers are processed in the order they are specified.
- Removed internal prefixes from CTest names in Test Explorer.
- Updated the version of CMake shipped with Visual Studio to version 3.24.1. See the CMake release notes for what is available.
- Android SDK update
- Ant scripts have been removed, so users will no longer see Ant-based templates in the New Project dialog. For help migrating from Ant templates to Gradle templates, please see: Migrating Builds From Apache Ant (gradle.org)
- Added support for building with NDK 23 and 24
- Updated NDK component to the LTS version 23
- Added vectorized implementations of ranges::min_element(), ranges::max_element(), and ranges::minmax_element()
- We continue to track the latest developments in C++ standardization, support for the following C++ 23 features is available by including /std:c++latest in your compiler options
- P2302 ranges::contains, ranges::contains_subrange
- P2499 string_view Range Constructor Should Be explicit
- P0849R8 auto(x): decay-copy In The Language
- The compiler part is not yet implemented; the library part was implemented in C++20 mode when Ranges were initially implemented.
- P0881R7 <stacktrace>
- P2301R1 Add A pmr Alias For std::stacktrace
- P1328R1 constexpr type_info::operator==()
- P2440R1 ranges::iota, ranges::shift_left, ranges::shift_right
- P2441R2 views::join_with
- Added an option "Navigation after Create Declaration/Definition" to allow you to choose the navigation behaviour of the Create Declaration/Definition feature. You can select between peeking (the default) or opening the document, or no navigation.
- Arm64 builds of Visual Studio now bundle Arm64 versions of CMake and Ninja
- Added support for CMake Presets version 4. See the CMake release notes for details of what is available
- Connecting to remote systems with the Connection Manager now supports SSH ProxyJump, which is used to access a SSH host via another SSH host (for example, to access a host behind a firewall).
- Developer Community Highlights:
- Introduce the ability to rollback a Visual Studio Update - 438 votes
- Compiler warnings after upgrading to 17.2.0 (C4311) - 49 votes
- EnableClServerMode always rebuilds project and prevents up to date check - 30 votes
- EnableClServerMode does not respect settings like compile as cpp for c files
- EnableClServerMode reduces the process priority of cl.exe to low - 30 votes
- C++ classes, structs and enums with C++ attributes are not visible by Intellisense - 23 votes
- Throwing SEH from C++ catch-block causes unexpected behavior since 19.23 - 19 votes
- lambda inside lambda with & capture passed to range based for loop causes C2512 in c++20, but is ok in c++17 - 13 votes
- C++20 Modules: Bogus Intellisense error when importers use exported nested class
- IntelliSense crashes with imported nested class with member type - 12 votes
- Codegen bug relating to stack allocation - 11 votes
- Test Adapter for Google Test with TYPED_TEST uses wrong names with an extra . - 11 votes
- Inconsistent auto-tabulation behavior when writing an enum class - 8 votes
- CMake Presets doesn't work for WSL2 on some distributive - 7 votes
- Standard violation: enum underlying type cannot represent all its values - 6 votes
- Underlying type of an unscoped enum? - 6 votes
- Incorrect C/C++ IntelliSense error 'enable_if' attributes with conditions that are not constant values are not supported - 6 votes
- /Zc:char8_t[-] ignored by IntelliSense, this genererating errors + squiggles that are not present when building. - 6 votes
- Undeclared identifier error with lambda capture - 6 votes
- Intellisense bug with standard-conforming preprocessor and __VA_ARGS__ comma elision - 5 votes
- VS FOR LINUX. MSBuild fails on SOLUTION with cross-dependent Makefile project ! - 5 votes

Debugging & Diagnostics:
- DataTable visualizer is now upgraded with new improvements like filtering, sorting, exporting, and theming.
- To export the data export in CSV/Excel format use the dropdown on the top right corner.
- The Visualizer will also allow you to filter data based desired filter string. It will return all the rows that contain a value that matches the filter string. You can also export the filtered and sorted results in CSV/Excel format.
- The visualizer window will be themed as per your selected Visual Studio theme

Editor Features:
- Audio Cues are now available in Visual Studio. To enable audio cues, go to Tools > Options, then head to Text Editor > General. In the Settings section, check the "Enable audio cues" option to enable audio cues. With this option checked, Visual Studio will play an audio cue when the caret in the editor arrives on a line with an error, breakpoint or warning. It will also play a cue when the line arrives on a line that has been added or removed when viewing a file in the diff view. These cues can be individual enabled or modified in the Settings Control Panel in Windows.
- Holding down the shift key while rotating the mouse wheel over the editor will now cause the editor to scroll horizontally. The amount that the editor scrolls can be configured in Tools > Options under Text Editor > Advanced.
- The current line number in the editor is is highlighted for higher visibility.
- The Output pane now has a button that will prepend each line with a timestamp to allow developers an easier way to see how much time transpired between steps in longer running processes.
- We fixed an issue that prevented printer settings from being saved correctly in some cases.
- When selecting text in the editor, Visual Studio will now automatically highlight matching strings. To enable this feature, go to Tools > Options, then head to Text Editor > General. In the Display section, check the "Show selection matches" option. With this option checked, any time a single line of text of 100 characters or less is selected, any matches will immediately be highlighted.

F#:
We continue improving tooltips for F# identifiers, fixing a few edge cases:
- Active patterns
- Anonymous record fields
- Exception names
- Also fixed Visual Studio crashing for specifying --version in compiler flags
- Tooltips for local functions now show argument names
- Tooltips for local function arguments

Git Tooling:
Developer Community Highlights:
- Allow multiple Git repositories to be active at once - 331 votes
- "Stage Line" tooltip incredibly annoying when editing in the right panel of a Diff window - 6 votes

Other features:
- Multi-repository support means you can have up to 10 active Git repositories at once, allowing you to work with a solution that spans more than one repository and perform git operations like committing, pulling, and pushing across several repositories at the same time. Start using multi-repo support by opening a solution or folder with projects across several repositories. Read our blog post to learn more and share your feedback.
- Untrack and ignore tracked Git files
- In line with a recent Git security update, we have enhanced the user experience of trusting single and multiple Git repositories by improving repository status and utilizing a new trust dialog.

Installation and Updates:
Rollback:
- The ability to return to your previously installed version of Visual Studio is now feature complete. For more information, please visit Troubleshoot Visual Studio installation and upgrade issues.
- What will happen?
- Rolling back will return Visual Studio to the version installed prior to the last applied update. It will keep any modifications to selected components chosen since that last update. Local customizations such as your user settings and profiles will be removed. However, your common synchronized settings such as themes, fonts, key bindings, and windows layout will be restored.
- As of now, you will be able to rollback to components that come with the VS instance and shared components such as SDKs and tools that are owned and managed only by VS. Per-machine extensions, system-wide components, and tools that are not managed by Visual Studio will remain in their current versions. However, per-user extensions will be uninstalled. Please refer to section “Components that are compatible” below for more information.
- What will happen to my security updates?
- Security updates that are included in a release greater than the version you rolled back to will be removed which could make your device vulnerable. We recommend always updating back soon to the latest version to stay secure.  
- Which versions support rollback?
- For the Release channel, you can rollback to your previously installed version if it was either 17.0.10 or higher, or 17.1.7 or higher

Components that are compatible:
- The following table outlines the type of components that are supported with the rollback feature. As a general rule of thumb, components that VS installs, and uses are included in the rollback attempt.  

RollbackComp:
- Can I rollback if I am in a managed environment?
- IT administrators can control this update behavior by using a policy that disables the ability to Rollback. Please refer to Configure policies for enterprise deployments for more information.
- How can I Rollback?
- You should be seeing “Rollback to previous version” from the More dropdown button on a product card after an update.

RollbackHow:
- From there, a warning pop up will appear and you will have the option to either cancel or proceed.

RollbackWarning:
- Let us know your thoughts!
- We would love to get your feedback on the rollback feature, so please give it a try and let us know what you think. You can share any feedback by visiting

Remove out-of-support components:
- The Visual Studio 2022 version 17.4 installer contains a new feature that enables you to easily bulk remove all components that Visual Studio installed that have transitioned to an out-of-support state. This will help you maintain a secure and compliant environment. Developers can initiate this action on updates or modifications, and IT Admins can enforce it by policy. For those enterprises that use layouts, it’s possible to configure the layout once, and then future administrator update will respect this setting. This functionality also works for Visual Studio 2017 and 2019 if those client machines have been updated to use the latest Visual Studio installer. For additional details on how this functionality works, please refer to the Visual Studio Administrators guide or refer to the blog post.
- Configure Policies via Administrator Templates (ADMX):
- Today we released the Visual Studio Administrative Template files (ADMX/ADML), which makes it easy for IT admins to easily discover, manage and control Visual Studio behaviors that are available to be governed by policy. ADMX files are also easy to integrate with common management and deployment tools such as Group Policy Editor or Microsoft Endpoint Manager. Please find additional information here.
- Visual Studio security updates now available through the Microsoft Update channel of Windows Update for Business
- All Visual Studio security updates for all supported versions of Visual Studio are now available to modern cloud connected Azure Active Directory (Azure AD) joined devices that use Windows Update for Business and are managed by mobile device management solutions such as Microsoft Endpoint Manager (formerly known as Intune). You can enable this functionality on your client devices by setting the AdministratorUpdatesEnabled policy to 2. Refer to the blog post and the Visual Studio Administrators Guide for additional details.

IntelliCode:
- When IntelliCode has a suggestion to offer that modify or deletes part of a single line of code, the suggestion is now shown as a "diff view" on the editor surface for C# users. By using the TAB key, users can accept the prediction.
- Microsoft Teams Development Tools (Teams Toolkit):
- With this new version of Teams Toolkit, updates are required to the Azure Active Directory template file, projectSettings.json, and the app manifest file. These updates are done automatically after performing a Teams Toolkit menu command, and don't change your project source code. The output window will shows the status of the update.
- The Tab application type in the Microsoft Teams App project template wizard includes the option to configure single sign-on or not. Add it later using Project > Teams Toolkit > Add Authentiation Code. Learn more about Teams Toolkit in the docs:

Markdown:
- We have added a very early preview of our markdown editor for Visual Studio. To enable the markdown editor, go to Tools > Manage Preview Features, then check the "Markdown language service" option.
- Once the feature is enabled, opening any .md file will open the new markdown editor in Visual Studio. To open the preview for the markdown, there is a Preview button at the bottom right of the editor (next to the Line and Column information).
- This experience is a very early preview and we expect much of it to change. If you have feedback on the experience, please join the conversation here on Developer Community.
- .NET Productivity:
- There is a new Inline Rename UI that allows you to rename a type. Press Ctrl+R,R to bring up the new Inline Rename experience. Notice that the new UI will now show up under the type with an option to rename comments, strings, and symbol files.
- There is now an option to disable Source Link and Embedded source. You can disable this in Tools > Options > Text Editor > C# > Advanced and deselect Enable navigation to Source Link and Embedded sources.
- You can now easily view a file’s structure at a glance in the Document Outline window. The Document Outline window displays the symbol tree of the file in the editor helping you quickly navigate and edit project files. You can open Document Outline by going to View > Other Windows > Document Outline or by using the shortcut Ctrl+Alt+T.

Test tools:
- Live Unit Testing now provides a button to reset all state. By going to Test > Live Unit Testing > Reset Live Unit Testing state for solution. Live Unit Testing Reset State
- Live Unit Testing now supports Razor files.
- Run Tests until failure helps you find flaky tests and will run your unit test until they reach a failure or until they reach the threshold set in Options.
- View code coverage report scoped down to only the files/lines you have changed with the new Code Coverage Changeset report.

Performance improvements:
- We have made performance improvement in the following areas of Visual Studio in this release :
- Find & Replace in Files
- Git branch switching
- Unit Test Performance
- Language service configuration switch optimization
- Responsive File Save
- C++ Indexing

Visual Studio on Dev Box:
- As a Dev Box is not on your local network, you'll need to use a public IP to connect via internet to any Macs on your local network.
- If the Android emulator won't load, ensure Hyper-V is enabled via {insert instructions here}. If the Hyper-V option was not checked off, enable it, then restart the Dev Box before trying to use the emulator.

From Developer Community:
- Runtime Text Template behaviour changed in Visual Studio 2022 17.3.x
- Terminal Default Profile Isn't Being Loaded Unless Developer PS Profile Is Deleted
- Visual Studio clears dirty flag before calling OnBeforeSave
- Internal error in UpToDateCheckImplicitConfiguredInputDataSource: ArgumentException: Must not be DateTime.MinValue
- Details for Installed MAUI packages are missing NuGet Project PM UI
- Regression in MFC class CSimpleStringT::CloneData, atlsimpstr.h (atlmfcinclude)
- Hot Reload C# things there are changes when there are none
- Task Failed - Activating language client HtmlLanguageClient: HtmlLanguageClient failed to initialize.
- Introduce the ability to roll back a Visual Studio Update
- Easily remove all out-of-support components
- Visual Studio Administrator Template (ADMX/ADML) Preview Feedback
- Intellicode Suggestions sometimes makes it impossible to type code (C#)


Microsoft Visual Studio Community 2022 17.3.6
- Adds support for Xcode 14.0 to .NET 6 for iOS/tvOS
- .NET MAUI 6.0 Servicing Release
- Addressed an intermittent crash when opening the debugger DataSet visualizer
- Administrators will be able to update the VS Installer on an offline client machine from a layout without updating VS


Microsoft Visual Studio Community 2022 17.3.5
Fixed:
- an issue where Visual Studio would get into a unresponsive state intermittently while closing WinForms .NET Designer
- When a user has HSTS enabled in their browser settings and adds a GitHub account to the Visual Studio keychain, an error message is displayed with a link to troubleshoot the issue
- an issue where Roslyn analyzers and source generators targeting version 4.3.0 would fail to load in Visual Studio
- Adds support for Xcode 14


Microsoft Visual Studio Community 2022 17.3.4
Issues Addressed in this release of 17.3.4:
- Stop issuing false positives for warning C4191
- This release fixes the following warning, "The value of the 'PublicKey' attribute in 'Microsoft .NET Framework 4.7.2 (x86 and x64)' does not match that of file 'C:Program Files (x86)Microsoft SDKsClickOnce BootstrapperPackagesDotNetFX472NDP472-KB4054530-x86-x64-AllOS-ENU.exe'. ", after publishing ClickOnce project in Visual Studio 17.3

Security Advisory:
- CVE-2022-38013 .NET Denial of Service Vulnerability A denial of service vulnerability exists in ASP.NET Core 3.1 and .NET 6.0 where a malicious client could cause a stack overflow which may result in a denial of service attack when an attacker sends a customized payload that is parsed during model binding.


Microsoft Visual Studio Community 2022 17.3.3
- Fixed an issue which would cause VS to hang when using rename in C# or VB.NET projects


Microsoft Visual Studio Community 2022 17.3.2
- Fixes the Toolbox -> Choose Items command when a non-English language is selected in Visual Studio
- The installer has been updated to handle internal dependencies that may be missing
- Invoking the Solution Explorer context menu will no longer cause VS to be unresponsive

From Developer Community:
- Feature unavailable due to an internal error
- Live Unit Testing - Link to code in the body when test is a failure links to the file in the lut instead of the original file
- VsixSignTool fails in pipeline with error code 80070020
- Error when publishing function app


Microsoft Visual Studio Community 2022 17.3.1
Type less, code more:
- IntelliCode is a powerful set of automatic code completion tools that understand your code context: variable names, functions, and the type of code you’re writing. This means that IntelliCode is able to complete up to a whole line at once, helping you code more accurately and confidently.
Develop apps faster:
- Hot Reload for .NET and C++ will save you time. Just make a change, and Hot Reload applies your edits to the running app so you can see them. Immediately. Without stopping to rebuild.

Scales to any project:
- Visual Studio 2022 is the best Visual Studio ever. Our first 64-bit IDE makes it easier to work with even bigger projects and more complex workloads. The stuff you do every day—like typing code and switching branches—feels more fluid more responsive. And out-of-memory errors? They’re about to be a distant memory.

Find and fix bugs fast:
Debugging isn’t your favorite part? It might be now. The built-in debugger in Visual Studio 2022 is now even smarter. You’ve got more power than ever to:
- Tackle issues wherever your app is running—locally, on a device, a remote server, or in Azure
- Use smart breakpoints to pause and manage execution to inspect bugs
- Jump back to specific lines of code—no need to restart sessions or manually recreate your app’s state

Designed for everyone:
- Visual Studio 2022 reflects our broader commitment to an excellent experience for all developers with updated icons, a new dark theme, and a focus mode that reduces distractions. Plus: more control over fine-tuning your workspace, including your layout, fonts, themes, icons, menus, custom notifications, and update schedule.


Microsoft Visual Studio Community 2022 17.3.0
Summary of What's New in this Release of Visual Studio 2022 version 17.3:
- MAUI workload GA Build
- MAUI/Blazor CSS Hot Reload support
- You'll now be able to try out a selection of new features in Visual Studio with each update, using our What's New feature
- Select each feature to learn more about the particular feature

What's New in Visual Studio:
Apple Developer Accounts:
- This preview includes initial support for Individual AppStoreConnect accounts which are needed for non-Enterprise Apple Developers
- To add an Individual account, open ToolsOptions and then select the "Apple Accounts" item located in the Xamarin section. In the "Apple Accounts", click the "Add Account..." button and select "Add Individual Account" and enter the AppStoreConnect API Key information.
- Once the account is created, certificates and provisioning profiles can be accessed via the "View Details" button

Known Issues:
- Automatic Provisioning may not work correctly for Individual accounts in some cases. To work around this, follow the instructions for manual provisioning.

Audio Cues in the Editor:
- We've introduced new audio cues in the Visual Studio editor. When enabled, Visual Studio will play sounds when the editing caret arrives on a line with a breakpoint, an error or a warning. By default, Visual Studio uses the same sounds as Visual Studio Code, but these sounds can be configured to the user's preference.
- To enable audio cues, head to ToolsOptions and look for "Preview Features" under Environment. In the Preview Features, the new option is "Enable Audio Cues for the editor". If it's checked, the next time Visual Studio is started, the sounds will play.
- To configure individual audio cues, tap the Windows key in either Windows 10 or Windows 11 and search for "Change system sounds". Under the Program Events, look for the "Microsoft Visual Studio" node in the Program Events tree. The new events are "Line has Breakpoint", "Line has Error" and "Line has Warning". This can be used to customize or disable individual sounds.

Git Tooling:
- Line-staging support, a.k.a interactive staging with the ability to stage specific lines and/or chunks of code right from the editor and the diff view. To get started, stage one of your recent changes by selecting the corresponding color margin and utilizing the Peek Difference UI to stage your change.

C++:
- The Arm64EC toolchain is no longer marked as experimental and is ready for production use.
- The Visual Studio Terminal can now be used as an SSH client with your stored SSH connections. With the C++ for Linux Tools installed, open the Terminal tool window and the Terminal dropdown will be populated with your stored connections. If selected, they will open a new Terminal window inside Visual Studio and a pseudoterminal on your remote system. Control characters, colors, and cursor positional awareness are all supported.
- Go to Definition will now remember the prior signature and navigate accordingly when a better match is not available (e.g. after you manually changed the signature of one of the pair).
- Improved responsiveness of Go To All. Previously, results appeared after you stopped typing. In the new experience, results will show as you type.
- In contexts requiring enum type completion (e.g. assignments to enum variables, case labels, returning enum type, etc.) the autocompletion list will now be filtered to just the matching enumerators and related constructs.
- Added NuGet PackageReference support for C++/CLI MSBuild projects targeting .NET Core. This change was made to unblock mixed codebases from being able to adopt .NET Core. This does not work for other C++ project types or any C++ project types targeting .NET Framework. There are no plans to extend PackageReference support to additional C++ scenarios as the team is working on separate experiences involving vcpkg which will work for non-MSBuild scenarios and add additional functionality.
- Added a Serial Monitor window for embedded development, available through Debug > Windows > Serial Monitor.
- Improved C++ indexing by ~66% compared to 17.2.
- Updated the version of CMake shipped with Visual Studio to version 3.23. See the CMake 3.23 release notes for details of what is available.
- Upgraded the versions of LLVM tools shipped with Visual Studio to v14. See the LLVM and Clang release notes for details of what is available.
- Updated the side by side Dev 16.11 C++ Toolset to version 14.29.30145.00. The latest version of the Dev 16.11 C++ Toolset contains important bug fixes, including fixing all remaining C++20 defect reports. For information about bug fixes, including C++20 defect reports in Dev 16.11
- We have made various improvements to the in-editor experience of C++ modules. "we're continuously working on improving the quality of the experience but encourage you to try in 17.3 and report remaining issues through Developer Community.

Debugging & Diagnostics:
- Diagnostics Analysis tools now include an analyzer that lists the unique call stacks in a memory dump along with the threads executing them.
- IEnumerable visualizers now support data export in CSV format. Just use the dropdown on the top right corner and select CSV.The Visualizer will also allow you to filter data based desired filter string. The Visualizer will return all the rows that contain a value that matches the filter string. You can also export the filtered and sorted results in CSV/Excel format.
- We also added the themeing support for IEnumerable and DataTable/DataSet visualizer, so both of these visualizer window are themed for Visual Studio’s dark, light and blue theme.
- Starting 17.3 preview 3 debugger will automatically reload pervious decompiled artifacts like symbols and PDB files. If you choose to decompile at any previous session the artifacts will automatically be reloaded for all the next sessions and will get you to the decompiled sources faster in External Sources node. This will still honor your JMC settings.
- Debugger now provides a new option to disable the load of NGEN or ready to load (RDR) images for managed code. You can change the settings under Tools > Options> Debugging > General > Prevent using precompiled images on module load or you can also easily search the settings using any of the keyword in the Visual Studio search bar.
- You will now see the Exception stack frames inside the Call Stack window, so for all async exceptions, you can quickly load symbols or locate sources and go directly to the site of the exception. Exception stack frames inside the Call Stack window will provide functionalities of the actual call stack.Features like automatic navigation, quickly switching back and forth between frames, and symbol load / decompile options to get back to the source code where the exception was thrown.

General:
- GitHub accounts now roam across machines when signing in on a new machine with the same personalization account (account shown in the top left of the account settings dialog).

Installer:
- You can now update all side-by-side versions of Visual Studio with an “Update all” button on the installer.
- Microsoft Teams Development Tools (Teams Toolkit):
- The Microsoft Teams App project template has been improved and now creates various types of Teams app, including notification bot, command bot, tab app and message extensions. You can now create and debug various Microsoft Teams App using Teams Toolkit for Visual Studio.
- We recommend creating a new project using the updated template for any existing Teams Apps you've created with previous versions of the Teams Toolkit.
- You can now choose when to sign-in with your M365 identity and register Teams app resources using the Project > Teams Toolkit > Prepare Teams App Dependencies menu option.
- Prepare Teams App Dependencies will register the Teams app and Bot for your Teams project.
- Updates to the manifest.template.json files can be synchronized with Teams Developer Portal for local debug by selecting "Prepare Teams App Dependencies" menu option again at any time.
- Updates to the manifest.template.json files can be synchronized with Teams Developer Portal for remote preview by selecting Project > Teams Toolkit > Update Manifest in Teams Developer Portal menu option.
- You can preview manifest file before synchronization by right click manifest.template.json file and use Preview Manifest File menu option.
- Use the Project > Teams Toolkit > Provision in the Cloud menu to create resources in an Azure subscription.
- Use the Project > Teams Toolkit > Deploy to the Cloud menu to publish code to those resources.
- You can open Teams app remotely in a browser that are created from the Provision menu using the Preview Teams app menu.
- You can zip the Teams app and generate app package by select Project > Teams Toolkit > Zip App Package menu option for sharing and uploading purpose.
- You can find all Teams Toolkit menu options by right click on the Teams app project, they are the same as the Project > Teams Toolkit menu.

.NET Productivity:
- In C# 10 we introduced Global Usings. Global Usings adds usings to the top of a file invisibly and automatically. We now surface an icon at the top of your file to let you know if Global Usings are active in your file and if you click on the icon, it will show you what those Global Usings are. Global Usings
- Peek Definition now supports source link, embedded source, and decompiled sources. Peek Definition

We added the following three options for collapsing and outlining views on file open:
- Collapse #regions on file open
- Collapse usings on file open
- Collapse implementations from metadata on file open
- You can now apply Fix All to both the Use expression body or block body and Convert to raw string literal refactoring.
- We now have a code fix that fixes invalid constraints. Place your cursor on the diagnostic squiggle in the editor. Press Ctrl+. to trigger the Quick Actions and Refactorings menu. Select Fix constraint. Fix Constraint
- We now have a refactoring that allows you to switch between top-level statements and the Program.Main style. Place your cursor on a top-level statement. Press Ctrl+. to trigger the Quick Actions and Refactorings menu. Select Convert to ‘Program.Main’ style program. Convert to Program.Main refactoring
- We added additional scopes to the Fix All operation. In addition to applying the Fix All operation to a Document, Project, and Solution, you can apply Fix All to a Containing Member and Containing Type. Fix All Containing Members and Containing Types
- We now automatically convert single line comments to doc comments when you add an additional forward slash to a single line comment.
- We now have a code style option that allows you to warn on possible exceptions in a foreach loop. Foreach loops implicitly casts to derived types by design. This was necessary before generics existed but can lead to runtime exceptions in some cases.

Personalization:
- Document management capabilities have been updated. Read our blog post to learn more.

These features include:
- Tabs arranged in multiple rows
- Restore recent document
- Modified dirty indicator
- Dropdown shows names of invisible docs in italics

Razor (ASP.NET Core) Editor:
- The new Razor editor now has full completion support inside of an .
- The new Razor editor now correctly handles completion for HTML attributes when typing = “ ”.
- The new Razor editor now support HTML, JavaScript, and CSS OnTypeFormatting.

Test tools:
- Parallel Discovery is now enabled by default when running tests from the Test Explorer. This enables Visual Studio to use available cores to discover tests in parallel and reduce the time to see tests in the Test Explorer.
- The Live Unit Testing window now has a status bar, similar to the Test Explorer. This should give you better insight on the operations ongoing in Live Unit Testing as well as visibly surface errors. Live Unit Testing Status Bar
- vstest.console now supports running assemblies of different target platforms and target frameworks in one request.
- Code Coverage now has a cache for static instrumentation for better performance.
- Microsoft.CodeCoverage.Console is now added to the command line tools.
- The default architecture for AnyCPU .NET Framework test projects changed from x86 to x64. This change unifies how the default architecture is determined across all types of test projects to be always based on the architecture of Visual Studio. Meaning that in x64 version of VisualStudio, x64 will be used, and in future ARM64 VisualStudio, ARM64 will be used. The same rule also applies to dotnet test, and vstest.console. To revert to using x86, navigate to Test > Processor Architecture for AnyCPU projects > x86
- Remote Testing now supports test runs against remote arm64 windows environments.
- The new build experience for [Live Unit Testing] is now enabled by default. Read our blog post to learn more.
- You can now choose to see code coverage information on the editor margin by selecting "Margin Glyphs" in the Code Coverage Results window. Convert to raw string
- Live Unit Testing now provides a button to reset all state. By going to Test > Live Unit Testing > Reset Live Unit Testing state for solution. Live Unit Testing Reset State
- Live Unit Testing now supports Razor files.

TypeScript and JavaScript Development:
- JavaScript and TypeScript files projects are now excluded from program analysis unless they are referenced by a tsconfig.json or jsconfig.json file. The result should be improved performance in large projects with lots of TypeScript and JavaScript files.
- JavaScript (.esproj) projects that are referenced from an ASP.NET project now provide an option to include production build output in ASP.NET project publishing.
- The TypeScript 4.7 language service and compiler are included in Visual Studio. See the TypeScript 4.7 announcement blog post for more.
- The new multi-target JavaScript debugger is now used by default in Node.js (.njsproj) projects.
- Auto-closing HTML tags in JavaScript and TypeScript React (.jsx/.tsx) files.
- Fixed an issue where Automatic Type Acquisition (ATA) did not work when the default TypeScript language server is selected.
- Fixed an issue where the dependencies node in Node.js (.njsproj) projects showed indirect dependencies when packages are restored using npm 7 or greater.

Security Advisory:
- CVE-2022-34716 .NET Spoofing Vulnerability External Entity Injection during XML signature verification
- CVE-2022-31012 Remote Code Execution Git for Windows' installer can be tricked into executing an untrusted binary
- CVE-2022-29187 Elevation of Privilege Malicious users can create a .git directory in a folder that is owned by a super-user
- CVE-2022-35777 Remote Code Execution Visual Studio 2022 Preview Fbx File parser Heap overflow Vulnerability
- CVE-2022-35825 Remote Code Execution Visual Studio 2022 Preview Fbx File parser OOBW Vulnerability
- CVE-2022-35826 Remote Code Execution Visual Studio 2022 Preview Fbx File parser Heap overflow Vulnerability
- CVE-2022-35827 Remote Code Execution Visual Studio 2022 Preview Fbx File parser Heap OOBW Vulnerability

From Developer Community:
- search in cmake view doesnt filter files
- "Go To Document" (F12) for C++ #include statements fails when using /external:I
- Error: Value cannot be null. Parameter name: path1
- devenv crashes while debugging
- Adding strings to resx file pops a modal error dialog
- Add include quick-action adds header along INCLUDES <> path rather than relative header via ""
- Outlining collapses code AFTER user navigates to it via search results item or go-to-definition, etc
- Tried to Hot Reload a .NET MAUI Blazor app and got an exception
- Pasted Comments Indentation Issue
- VS2019 standard exception headers: warning C5240: 'nodiscard': attribute is ignored in this syntactic position
- C6389 false positive on main etc
- XAML design mode in Blend 2019 (previously reported and closed)
- Visual Studio 2022 : Double Clicking on solution file in the Source Control Explorer opens the sln file as plain text
- Light Bulb Suggestion "Encode image in base64" Missing in Visual Studio 2022 CSHTML editor
- CSS editor says ::deep is not a valid pseudo-element
- After an install of 17.1.0 Preview 1.1, the IDE fails to launch with the following dialogs. Uninstalling and reinstalling fail to resolve.
- The “CompareBuildTaskVersion” task could not be loaded from the assembly
- MsBuild doesn't give /delayload flags to linker when using LLVM toolchain
- env in launch.vs.json doesn't work for native
- Support ::deep in .razor.css CSS isolation files to avoid validation warnings in the log
- Blend 2022 'visual studio xml editor package' package did not load correctly'
- Code coverage not generating results with visualstudio2022testagent
- The selected certificate is not valid for code signing
- Project options parameter values are retained in the same instance rather than resetting after the project creation
- .Net Async profiler tool doesn't show anything
- spacing fix-up A && B -> A&& B
- Git no longer supports 'preserve-merges', stop offering that option
- After fresh install of Visual Studio 2022 Version 17.1 "devenv.exe" does not start.
- PreFAST: integer status code works, class-holding-integer status code does not
- Unable to add Windows Application Packaging Project to Xamarin Forms Solution in Visual Studio Community 2022
- PreFAST: Incorrect Build break - error C2036: 'intarr (*)': unknown size
- JSON Visualizer confused by array containing numbers with decimal point
- Inline hints experience is very poor
- RequestExecutionQueue fails to dispose of a linked CancellationTokenSource
- create app packages crashes visual studio with no info as to why
- HTTP Configuration loaded as HTTPS configuration in Blazor Server Project
- Visual Studio hangs when trying to do a renaming of classes
- Syntax highlighting for variables/functions with keyword as name
- IDE freezes when building a .NET 6 project
- 'git' is not recognized as an internal or external command, operable program or batch file.
- DkmCustomUIVisualizerInfo and random order in context menu
- Can't run .NET MAUI project after adding it to a solution and setting it as the startup project
- Visual studio 2022 hangs when pasting in files or adding new files
- Autocompletion does not work with macro. (Visual Studio 2022 17.1)
- Continuous high CPU usage by Microsoft.ServiceHub.Controller.exe
- Crash of process devenv.exe System.NullReferenceException
- VS 2022 crash on file rename in Solution Explorer
- Format Document doesn't work on fxh
- Breakpoints are not being hit when debugging Xamarin application in Visual Studio 2022
- Generating a CMake cache using CMakePresets.json deletes folder content
- Go To Files doesn't show files inside folders when using "Show all files"
- Visual Studio should update Entitlements.plist when checking Health Kit option
- What is new is causing a goldbar on startup for performance
- MSIX Signing Extension Requires Basic Constraint extension but signtool.exe does not
- CSS validation warnings displayed for scrollbar-width and scrollbar-color
- Visual Studio 2022 crashes when selection "Select from Store" button
- Hot Reload not working on real iOS device
- Incorrect inheritance processing in CMakePreset.json
- Installer UI inaccurately shows "All installations are up to date"
- After using "Update All" button, all three instances show as up-to-date, but gray bar at the top still shows "Updating..."
- .NET Maui C# hot reload not working (Windows + Android apps)
- During debugging "Diagnostic Tools" setting failed with message: "Scratch directory does not exist!"
- New project dialog crashes VS
- Android SDK Manager and Device Manager not working
- Create a pull request from Git Changes Tab
- Property Window for XAML file for Xamarin Project is showing blank
- (CMake): Consecutive configures will sometimes delete the cache beforehand
- After recent VS 2022 preview 5.0 and as well as v6.0, I no longer can open the Web browser to create PR from the Git changes window
- Live Unit Testing fails to start due to modified collection in HostedLiveUnitTestingCommands.GetOrchestratorActivityStateWhenRunningAsync
- 1634213 - Pair To Mac fails with net6 when using external authenticated NuGet package sources
- 10020587 - Pair to mac fails with MAUI RC1 since it requires .NET SDK 6.0.3
- Can't Sign In When Reporting a Problem from Visual Studio Installer
- After upgrading to VS2022, ARM64 crashing on item enumeration
- Incorrect intellisense diagnostic for class template argument deduction involving variadic templates
- Handle errors when opening SSRS projects under TFS
- Compile Errors Appearing with the New Version
- Xaml Designer System.NullReferenceException
- EnvDTE.Solution.TemplatePath returns the wrong value in Visual Studio 17.3
- A valid provisioning profile for this executable was not found
- Xaml Designer System.NullReferenceException
- Restoring a nuget package from a private devops feed fails with 401 in Visual Studio 2022 (17.2.4)
- Publish can never confirm if the application started
- Access Violation in KernelBase.dll!WriteFile while loading symbols
- Visual distinction between downloaded/not downloaded items is awful in Source Control Explorer
- WPF: Create Data Binding dialog freezes when adding value converter
- Unable to create controller and view


Microsoft Visual Studio Community 2022 17.2.5
- Fixed bug in VC++ Runtime with broken links for MFC OLE Linking/Embedding Containers
- Fixed an issue where a SxS install of VS2022 and VS2015 (or older) causes VS to fail scanning for extensions
- Improved validation of container names when provisioning Azure Container Apps


Microsoft Visual Studio Community 2022 17.2.4
- Updated the side by side Dev 16.11 C++ Toolset to version 14.29.30145.00. The latest version of the Dev 16.11 C++ Toolset contains important bug fixes, including fixing all remaining C++20 defect reports. For information about bug fixes, including C++20 defect reports in Dev 16.11
- Fixed a Potential hang the first time a package is loaded (when we apply that package's settings via DTE.Properties) or in other scenarios that use DTE.Properties


Microsoft Visual Studio Community 2022 17.2.3
- Adds the Windows SDK (10.0.22621) for Windows 11, version 22H2, as an optional component in the Visual Studio installer
- Resolved an issue where clicking "Create a Pull Request" wouldn't open the browser to the hosting provider's create pull request page
- Adds a notification when Git detects an unsafe repository that and allows marking the repository as safe


Microsoft Visual Studio Community 2022 17.2.2
- Fixed a crash in the Package and Publish wizard when working with WinUI projects that target the 1.1.0 version of the Windows App SDK


Microsoft Visual Studio Community 2022 17.2.1
Fixed:
- false positive C26828 warnings on C++ enum types with overlapping values
- incorrect AddressSanitizer error reporting during scenarios where memory is allocated prior to ASAN initialization


Microsoft Visual Studio Community 2022 17.2.0
Installer:
- For 17.2, we fixed an issue preventing customers from installing Visual Studio due to a GPO policy setting in the system registry. Visual Studio will now function the same way that WebView2 functions with regard to this installation.

Editor:
- For 17.2, we have added a brand new global search experience to search for both code/symbols in you solution and features in Visual Studio that merges VS Search (Ctrl + Q) and Go To All (Ctrl + T). The new experience features a light-weight and dismissable UI, real-time symbol searching, nearly instant response times, powerful filtering mechanisms for files/types/members, and more! You can enable it Tools > Options > Environment > Preview Features > "New Visual Studio Search experience".
- Visual Studio can now automatically save code documents whenever the application loses focus. This feature can be accessed via Tools > Options > Environment > Document. If the "Autosave" option is checked, Visual Studio will attempt to save all dirty code documents whenever the Visual Studio application loses focus (e.g. when switching to another application in Windows).

C++:
- In 17.1 we introduced peripheral register and rtos views for embedded developers. We are continuing to improve the capabilities of those views with usability improvements in 17.2. Users can now click a pin icon next to peripherals, registers, or fields to pin them the top of the Peripheral View.
- Added compiler support for C++23 feature deducing this, available under the /std:c++latest flag.
- Added inline parameter name and type hint support, toggled by pressing Alt+F1 or double-tapping Ctrl. This behavior can be customized under Tools > Options > Text Editors > C/C++ > IntelliSense.
- Added experimental support for C++20 modules in CMake projects. This is currently only available with the Visual Studio (MSBuild) generator.
- Added IntelliSense support for C++23 features deducing this and if consteval.

In 17.1 we introduced peripheral register and RTOS views for embedded developers. We are continuing to improve the capabilities of those views with usability improvements in 17.2:
- The RTOS tool window is now hidden by default, this prevents showing a tool window with error messages that are not relevant when an RTOS is not being used.
- When a user double clicks on an RTOS object in the tool window it adds a watch for the object.
- When a user selects the stack pointer start/end values in the RTOS tool window it is opened in the memory window.
- Thread awareness has been added for device targets for the call stack window.
- Added implementaion of the remaining C++20 defect reports (a.k.a. backports). All C++20 features are now available under the /std:c++20 switch. For more information about the implemented backports, please see C++20 Defect Reports project on microsoft/STL GitHub repository and this blogpost
- Added various C++23 Library featues, available under the /std:c++latest flag. For details about the new features, please refer to the STL Repo changelog
- Improved performance of the initial C++ indexing by up to 20%, depending on the depth of the include graph.

Git Tooling:
- Enhanced line staging experience by allowing stage line adornment to work in different diff modes (side by side, inline, left, right view).
- Stage and Undo commands in peek toolbar now operate on the target hunk.
- Added the ability to enable Git commit-graph for better history and Git operations performance.
- Improved interactive staging by adding support for staging individual lines of code right from the editor and the diff view.
- Enhanced the branch checkout experience, a.k.a branch switching by adding in more options and context for when there are un-committed changes.
- Enhanced the detached HEAD experience by providing the option to keep or discard commits when switching to a branch.
- Added an option to include license template when creating a new repository.
- Line-staging support, a.k.a interactive staging with the ability to stage specific lines and/or chunks of code right from the editor and the diff view.
- Azure DevOps connection detection enhancements making it easier to related work items to commits.
- Visual Studio now consumes 64-bit Git for Windows

Test tools:
- You can now use a faster code coverage window with more flexible columns to organize and save your view. You can enable the code coverage experience improvements in Tools > Options > Environment > Preview Features.
- Remote Testing now supports test runs against remote arm64 windows environments.

Significant improvements across full functionality of Live Unit Testing are available under a preview feature flag including:
- Supporting more solutions out-of-the-box than before
- Better handling of large solutions
- Better default behavior working with large test sets
- Better cancellation abilities of test runs in progress
- More configuration options with new Live Unit Testing wizard and Lutignore file
- Enable this new Live Unit Testing build experience in Tools > Options > Environment > Preview Features and read our blog post to learn more.
- We are also previewing a more advanced test progress bar that includes more details on where the Test Explorer is in the test execution process with live updates.

.NET Productivity:
- We now surface embedded source and Source Link as part of Go to Implementation if a referenced assembly has embedded source or Source Link. This allows you to navigate to the original source files that implement the target symbol.
- In .NET 7 we added a new attribute called the StringSyntaxAttribute which will allow you to tell us what kind of data a string represents such as JSON, Regex, or DateTime. We added support for this attribute so you will get syntax highlighting for the new StringSyntaxAttribute for JSON.
- We added a diagnostic message for the new JSON StringSyntaxAttribute when there is a misplaced string literal in an object literal to say that a colon is expected.
- We now have a refactoring that wraps a collection of initializers for both Visual Basic and C#.
- We now support embedded languages for the new C# 11 language feature raw string literals. To use raw string literals, set the language version in your project file to preview: preview.
- Background Code Analysis now has more configuration options in Tools > Options allowing you to set the diagnostic scope to None in-order to turn off Background Code Analysis.
- Code Cleanup now supports all code style options.
- We added a new code fix for parameterless constructors inside of structs.
- We added support for StringSyntaxAttribute so you will get syntax highlighting in Visual Studio based on the type of data that the string represents.
- Quick Info will now display signatures of anonymous delegates.
- Double clicking on inline parameter or type hints will now insert parameter or type names.
- We added a new refactoring that removes unnecessary lambda expressions and calls the method group directly
- In C# 11 we added a new language feature called raw string literals. We now have a refactoring to convert a normal or verbatim string literal to a raw string literal.

NET Productivity:
- There is a new change in the compiler to not allow parameterless constructors inside of structs. We added a new code fix that will automatically fix this.
- In .NET 7.0 we added a new attribute called the StringSyntaxAttribute which will allow you to tell us what kind of data a string represents such as JSON, Regex, or DateTime. We added support for this so you will get syntax highlighting in Visual Studio based on the type of data that the string represents.
- Double clicking on inline parameter or type hints will now insert parameter or type names.
- We added a new refactoring that removes unnecessary lambda expressions and calls the method group directly. Place your cursor on an unnecessary lambda. Press Ctrl+. to trigger the Quick Actions and Refactorings menu. Select Remove unnecessary lambda expression.
- In C# 11 we are adding a new language feature called raw string literals. We now have a refactoring to convert a normal or verbatim string literal to a raw string literal. To use raw string literals, set the language version in your project file to preview: preview. Place your cursor on a normal or verbatim string. Press Ctrl+. to trigger the Quick Actions and Refactorings menu. Select Convert to raw string.

Razor (ASP.NET Core) Editor:
- The new Razor editor now shows you the colors inline for text document colors.
- The new Razor editor now supports the ability to collapse regions.
- The new Razor editor now supports the “wrap div” shortcut Shift+Alt+W.

IntelliCode:
- For 17.1, IntelliCode started suggesting quick actions for C# based on a user's intent in the IntelliSense list. For 17.2, these are now shown as auto-suggested code that appears in the editor upon typing.
- For 17.2, IntelliCode's suggestions for repeated edits also appear as auto-suggested code when the suggested edit only involves adding code. This applies to both edits that span single lines and multiple lines.

Container tools:
- You can now add Docker Compose container orchestration support to an Azure Functions project and debug it locally
- We added .NET 7 support

.NET Debugging with WSL:
- Improved troubleshooting for configuration issues including an automated installation of WSL.

Service Fabric:
- We added .NET 7 support

SQL Server Data Tools:
- Added support for column-level encryption in SQL projects targeting in Azure Synapse Analytics.

Web Tools:
- Creation of new Azure Function projects is now fully integrated into the general New Project dialog allowing you to pick and configure Azure Function triggers without the need for an additional dialog. You also get the option to create a dockerfile as part of the project creation. When further configuration through Connected Services is needed, the experience navigates you there and guides you through the rest of the steps.
- You can now connect your application to PostgreSQL (Postgres - Official Image | Docker Hub), MongoDB (Mongo - Official Image | Docker Hub) and SQLite (Data Source=Sqllite.db) through the Connected Services experience
- Warnings coming from scaffolded coded and its non-nullable properties will be hidden by default by adding the property "Nullable" with the value "annotions" in the corresponding .csproj file.
- The Add Dependency dialog in Connected Services now features a search experience.

General:
- Improved proxy support by detecting when users are behind a proxy and proactively prompting for credentials when Visual Studio needs to access online resources

Microsoft Teams development tools:
- The Microsoft Teams App project template has been improved and now creates configuration files consistent with the teamsfx CLI, including the .fx folder.
- We recommend creating a new project using the updated template for any existing Teams Apps you've created with previous versions of the Teams Toolkit.
- We've removed account selection and automatic registration of Teams resources from the Microsoft Teams App project template.
- You can now choose when to sign-in with your M365 identity and register app resources using the Project > Teams Toolkit > Configure Microsoft Teams App menu option.
- Updates to the manifest.*.template.json files can be synchronized with Teams Developer Portal by selecting this menu item again at any time.
- You can now create and debug Bots for Microsoft Teams.
- Create a new project using the Microsoft Teams App project template and select the Bot capability.
- Use the Project > Teams Toolkit > Configure Microsoft Teams app menu to register the app and Bot.
- You can now create resources for Tabs and Bots in your Azure subscription.
- Use the Project > Teams Toolkit > Provision in the Cloud menu to create resources in a subscription.
- Use the Project > Teams Toolkit > Deploy to the Cloud menu to publish code to those resources.
- You can open remotely hosted resources in a browser that are created from the Provision menu using the Preview Teams app menu.

Debugging & Diagnostics:
- We now support a new data visualizer to evaluate the IEnumerable interface implementations.
- IEnumerable visualizer will help explore larger collections objects in tabular view.
- We added support for Dependent Tracepoint.
- Now you can set any breakpoint dependent on the

Visual Paradigm Community Edition 17.0 查看版本資訊

更新時間:2022-11-09
更新細節:

What's new in this version:

Visual Paradigm Community Edition 17.0
Usability enhancements for team projects:
- Version 17.0 comes with an improved usability that focuses on making team work easier and faster. Various new features and critical changes are made to the features below:
- Model searching
- Better way to manage the deployment of plug-in
- Teamwork Server - Administration features
- Project creation

Huge usability boost for Enterprise Model Finder:
- The Enterprise Model Finder allows you to find model elements from within team projects quickly. Version 17.0 comes with a number of major changes that make the searching of data faster and the result easier to understand.
- Revamped layout: Results are displayed tidily in a table
- Expand search result progressively
- Search only the project(s) you interested with the new search scope feature
- Filter the model type you interested

Manage the rollout of plug-ins with Visual Paradigm Server:
Visual Paradigm supports a powerful API that allows you to add custom functionality by writing plug-ins. In version 17.0, project teams can manage the roll-out of plug-in by using Visual Paradigm Server. The changes are summaized below:
- Supported uploading custom plug-in to Visual Paradigm Server
- Users can connect to the server to install plug-ins

Project template - Get a head start on your work:
- Lets team members create a project by choosing a project template stored in your Visual Paradigm Server workspace

Unlike starting a project from scratch, a project template gives you the initial data you need to get started. Depending on the nature of your projects, your project templates could include corporate workflows, guidelines, glossary, and more. A project template simply allows you to get a head start on your work. Here are the benefits of start a project with a template:
- Save time and effort that might otherwise be lost in creating repetitive project content
- Establish common project bases for different users or teams to work on with
- Build consistency between similar projects

Manage team projects with folders:
Keep your teamwork projects directory organized using folders. In version 17.0, both the server and client are enhanced to improve the use and visualization of folders. Here is a list of actions you can perform:
- Create new project in a specific folder
- Open, switch and browse project through a project folder tree

Enhanced VP Server report and log:
The VP Server report is enhanced to present more information and in a more reader-friendly manner. Here are the changes:
- Information added: The member by which a project is deleted
- Information added: The date/time of the deletion of a project
- Use a separate worksheet to display the log related to project deletion

SysML enhancements:
- The following changes are made to the SysML modeling tools:
- Supported showing inherit receptions
- Supported defining OpaqueAction
- Supported the display of Quantity kind on value type
- Supported showing symbol and unit with the value type used
- Supported the creation of few more types of transition effects (UML Activity)
- Several enhancements on State Machine Diagram (related to SysML)

Layer based diagram comparison:
- The Visual Diff feature helps you compare two diagrams by showing their differences in a visual way. If you have ever created separate layers to organize the content of diagrams, you may find Visual Paradigm 17.0 useful because you can now narrow down the comparison to a specific layer in the diagram. This allows you to focus on specific kinds of data without being tied to changes that are not of interest.

New online diagrams: 3 breakdown structure chart:
Three new breakdown structure charts are introduced in version 17.0:
- Resource breakdown structure: a list of resources needed to deliver a project, presented in a structured manner
- Risk breakdown structure: Breaks down project risks starting with higher-level categories and continuing down into sub-levels of risk
- Functional decomposition diagram: Visualize the whole function or project along with all of the necessary sub-tasks needed to complete it.

New online diagrams: Functional Flow Block Diagram:
- Functional Flow Block Diagram (FFBD) is a flow chart of a system's functional flow. While FFBDs primarily focus on sequencing, it also expresses input and output data dependencies between functional blocks.

Enhancements for ArchiMate editor:
Two enhancements are made to our ArchiMate modeling tool:
- Project level presentation options for ArchiMate shapes (box vs symbol)
- Symbols are grouped by domains. These groups can be expanded and collapsed, so that you can focus on modeling with symbols from a particular domain without being side tracked by other symbols.

Doc. Composer enhancements:
Here are some of the highlighted changes made for Doc. Composer in version 17.0:
- Supported setting height for
- Supported apply margin-bottom on description property
- Supported outputting the changes between two revisions to a report


Visual Paradigm Community Edition 16.3
- Change log not available for this version


Visual Paradigm Community Edition 16.3
- 40 new chart types are added in the latest version of Visual Paradigm, each with a number of professionally designed chart templates for you to start quickly

OpenAPI (formerly Swagger) support:
- Design RESTful API and generate API definition in accordance with the OpenAPI specification. Two enhancements are made in the latest version of Visual Paradigm
- Support of OpenAPI specification v3 in API generation
- Supported importing Swagger, OpenAPI, YAML and JSON

Matrix enhancements:
- Identify the relationships among model elements with the use of a matrix. Two enhancements are made in the latest version of Visual Paradigm
- Supported multiple relationship types
- Supported showing elements' user ID in matrix's column and row header

Org. chart descendant's layout:
- Switch between the layouts of branches in an org. chart with one click. By default, org. chart units are arranged horizontally. You can switch to a vertical layout by right clicking on the diagram and selecting Presentation Options > Descendant Layout > Vertical from the popup menu.

Doc. Composer enhancements:
- Doc. Composer is a flexible document-generation-tools that allows you to create any kind of report you need. It features a rich collection of element templates that outputs different content from your model, in different layout and styles. You just need to drag and drop the templates you need onto the report, and that's it!
- In the latest version of Visual Paradigm, two enhancements are made -
- Supported organizing user-defined templates with folders
- Supported outputting PostMania post content to report

Shows package structure in name completion:
- The name completion feature provides a handy way to reuse existing elements. By typing a part of an element's name and hitting Ctrl-Space, a list of elements whose names match the entered text would appear. You can then select a name to reuse an element.
- In the latest version, a minor enhancement has been made to help you identify the location of a model element. Just by placing your mouse pointer over a name, its fully qualified name would appear as tooltip. This is particularly useful when there are multiple elements sharing the same names.

Show/hide call message return type:
- When an operation with return type is set to a sequence message as its operation, the name, parameter and return types of the operation would be presented. Now, you can hide away the return type of operations in sequence diagram.

Hexagonal Architecture Diagram:
- Hexagonal Architecture Diagram is a visual representation of hexagonal architecture. It aims at creating loosely coupled application components that can be easily connected to their software environment by means of ports and adapters. This makes components exchangeable at any level and facilitates test automation.
- The latest version of Visual Paradigm provides the symbols and templates you need to create your Hexagonal Architecture Diagram

4Qs Framework:
- The 4Qs framework is a framework for designing a sales system. It provides four distinct quadrants to organize staff and their processes, breaking down departmental barriers and making it easier for staff to anticipate how change can be made across the business.
- The latest version of Visual Paradigm features a number of 4Qs framework templates to support your planning and brainstorming needs

Re-arrange items in a CJM cell:
- Re-arrange touch-points, user actions, and any cell items in a Customer Journey Map easily with the new move up/down function

More primitive shape types:
- Supersede the default appearance of a shape by choosing a primitive shape type you preferred. The latest version of Visual Paradigm supported a number of new shape types. Now, you can select rectangle, rounded rectangle, oval, triangle, octagon, diamond, pentagon, trapezoid and hexagon.


Visual Paradigm Community Edition 16.2
- Change log not available for this version


Visual Paradigm Community Edition 16.1
- Change log not available for this version


Visual Paradigm Community Edition 16.0
Large-Scale Scrum Canvas:
- Large-Scale Scrum Canvas is a scrum tool built for every scrum team to plan, track and manage scrum projects through an intuitive visual canvas. Whether your software project involves a single team or multiple teams around the world, we keep everyone on the same page, same canvas.

Navigate project with ease:
- Manage product backlog, sprint planning, impediment, daily scrum, sprint review and other Scrum events and artifacts from within the same place - the Large-Scale Scrum canvas
- Works for any scale projects
- Dedicated canvas for every Scrum team to access the project and sprint details relevant. The canvas is designed to help make large-scale development efficient

Improve communication:
- Effectively communicate ideas the with documents generated from the information gathered under work items
- To use this feature, select Agile > Large-Scale Scrum Canvas from the toolbar
- LeSS (Large-Scale Scrum), is a trademark of The LeSS Company B.V

Form Builder - Design Your
- We support your data collection needs by introducing a new form builder that is feature-rich and intuitive. You can create your own forms using our drag-and-drop form builder that has all the layout tools, form fields and flexibility you need. Choose from a vast collection of form templates to create registration forms, order forms, feedback forms and more

Drag-and-drop form designer:


Rich collection of form objects:
- A rich set of fields is there to support both standard and advanced form design needs - text, image, choices, boolean, separator, etc.

Flexible layout:
- Easily adjust the ratio of fields through dragging the slider between fields. The result will reflect instantly as you drag.
- You can create a Form through the New Diagram window.
- Form sharing and data collectors

Share your form with your target audiences via a secure link or embed it into a page on your website:
- Web link: share your form via a secure link. We host your forms and help you collect the data you need to get business done.

Embedded code:
- An engaging form on your website is a great way to collect the information you need from your target audiences. You can embed your form seamlessly into a page on your website to collect data

Form Builder - Form Data Browser:
- Collected data can be viewed in a summary table or directly in the form editor. You can also export data in CSV format.
- Brosing form results

Quality control toolset:
- Quality control experts make use of the so-called "7 Basic Tools of Quality" to improve their organizations as part of an overall quality control effort. The 7 tools are graphing techniques that are commonly used for quality control troubleshooting purposes. Visual Paradigm features these 7 tools, along with a unique dashboard-like feature that helps you manage the use of these tools in different quality initiatives.
- 3 new chart makers for quality initiatives
- Our quality control toolset is enhanced to support three new chart types. Together with our flowchart maker, check sheet tool, scatter chart maker and cause and effect diagram tool, you can now perform quality with the help of all the 7 basic quality tools


Pareto Chart:
- Pareto Chart is a combination of bar chart and line chart, where individual values are represented in descending order by bars, and the cumulative total is represented by the line

Control Chart:
- Control Chart helps in studying whether a process is in control or not. In a Control Chart, process mean is plotted at center and the upper and lower control limits are plotted on both sides of it. The values lying outside the control limits indicate that the process is out of control

Histogram:
- Histogram is a kind of bar chart that shows the distribution pattern of data. Histograms are useful in studying patterns of distribution and in drawing conclusions about the process based on the pattern

Quality Control Canvas:
- Quality Control Canvas is a management tool that helps you manage your charts and diagrams created for quality initiatives. The canvas provides you with direct access to the various quality tools such as flowchart, control chart, cause and effect diagram, pareto chart, etc. You can simply click on a tool to start creating your chart and diagram

Dashboard of quality tools:
- Access to all the seven quality tools within the same place - the canvas. You don't have to move between pages and applications to find the tool you need

Keep all your works in one place:
- Each item in the canvas stores all the charts in same type, which makes it easy for you and your colleague to access your work

Intuitive chart editor:
- Easily input your data in a spreadsheet editor. The chart preview enables you to view the result instantly as you input your data.
To use this feature, select Tools > Quality Control from the toolbar.

Multiple templates to fit different quality initiatives:
- Multiple quality control templates are provided to support the different kinds of quality control needs

7 Basic Quality Tools:
- The 7 Basic QC Tools QC template provides quick access to the seven simple yet effective "tools of Improvement" suggested by Kaoru Ishikawa, one of the quality management gurus. The tools are widely used as visual problem-solving tool and as general management tools in design and delivery processes

Six Sigma (DMAIC):
- Six Sigma is an organization-wide approach used to specify how organization managers set up and achieve objectives. Six Sigma prescribes an improvement process called DMAIC. The DMAIC QC template visualizes the classification of different quality tools in the Six Sigma methodology.

PDCA:
- The PDCA-cycle is popular management method used for the continuous improvement of business processes and products. The PDCA QC template visualizes the use of quality tools in realizing continuous improvements throughout a PDCA cycle.
- Visualize your business model in a nice one-page canvas. The latest version of Visual Paradigm features an intuitive Business Model Canvas editor for you to build your Business Model Canvas quickly.

Business Model Canvas:
- You can create a Business Model Canvas through the New Diagram window
- Business Model Canvas is designed by Strategyzer.com
- The Business Model Canvas is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License
- Rich collection of professionally designed template
- Create your own Business Model Canvas with our pre-developed templates. No matter what niche you are in, you will be able to find a template that fits your need well. While you can use them all as they are, feel free to add your personal touch and customize them

- Basic
- Basic (Iconless)
- Basic (Watermark)
- Basic (Bullet Points)
- Icy
- Green Bean
- Blueberry
- Strawberry
- Elegant
- Navy
- Vibrant
- Bricks
- Lemon Tea
- Turquoise
- Wasabi
- Grapes
- Summer Fiesta
- Latte
- Light
- Traveling
- Blackboard
- Categorized

Analysis Canvas Tool - Build Your Own Canvas:
- If you want a way to capture and organize your ideas, then an analysis canvas is a useful, quick and easy way to do so. Categorize your ideas by splitting a canvas into multiple partitions. Add memo and sticky notes into the partitions to describe your ideas. Publish the canvas online and share it with your co-workers, partners and friends. Visual Paradigm provides a convenient Analysis Canvas tool that helps you achieve all these.

Analysis Canvas Tool:
Build your Analysis Canvas with ease:
- Build your canvas with ease
- Start from a pre-defined template or from scratch. Structure your ideas into different partitions with simple steps. Adjust the cell size by dragging the splitter.

Rich collection of memo and sticky notes:
- Jot your thoughts and ideas down onto the canvas as they develop and grow, using sticky notes and memos. A rich collection of notes and memos is provided. They have different looks and colors that serve and fit different needs and preferences.

100+ pre-designed Analysis Canvas templates:
- Over 100 professionally designed Analysis Canvas templates with ready-to-use layouts and icons are available. They serve as good starting points for you to build your own canvas
- 4 Quarters Canvas
- Contract Canvas
- 12 Months Canvas
- 4: Retrospective Canvas
- Personal Agility Canvas
- User Story Conversation
- Agile Sprint Rpt. Canvas
- Basic Kanban Canvas
- Milestone Mgmt. Def.
- Lean Change Canvas
- Project Canvas
- Project Canvas II
- Project Kick-Off Canvas
- Maker Project Canvas
- Program Canvas
- Change Mgmt. Canvas
- Behavior Change Canvas
- Data Canvas
- Project Charter Canvas
- Business Model Zen
- Business Model Archit.
- GovTech Business Model
- Open Business Model
- Business Model Inno.
- Universal Business Mdl.
- Mobile Application
- Partnership Canvas
- Partnership Match
- Elevator Canvas
- Service Model Canvas
- Co-creation Canvas
- Storytelling Product
- Process Model Canvas
- Digital Policy Model
- Context Map Canvas
- SAAS Business Canvas
- Operating Model Canvas
- Value Model Canvas
- Enterprise Design
- Business Support
- Business Pivot Canvas
- Outcome Based Map
- Social Business Model
- Business Analysis
- Ideation Canvas
- Universal Prob. Solving
- Kanban Canvas v1.0
- Go-Product Roadmap
- Product Development
- Product Management
- Hardware Product
- Minimum Viable Canvas
- Product Design Canvas
- Game Design Canvas
- 1-Page Game Design
- Design Thinking Venture
- Prototype Canvas
- Timebound Project
- Requirements Discovery
- User-Centered Design
- Platform Value Canvas
- Platform Idea Canvas
- Focused Innovation
- Open Innovation Project
- Innovation Project
- Employer Branding
- Product/Market Fit
- Customer-Value Canvas
- Strategic Partnership
- Digital Strategy Canvas
- Mission Model Canvas
- Core Story Canvas
- Cloud Strategy Canvas
- Product Vision Board
- Product Vision Board (Ext)
- Life Model Canvas
- Social Lean Canvas
- SWOT Canvas
- Opportunity Analysis Canvas
- Startup Analysis Canvas
- Startup Canvas
- Startup Marketing
- Market Analysis Canvas
- Disruption
- Deep Learning AI Canvas
- Experience Canvas
- Machine Learning
- Learning Ecosystem
- Consupremo API Canvas
- MVP Canvas
- Personal Impact Canvas
- Full Time Living Inno.
- LernOS Canvas
- Course Design Canvas
- HR Innovation Canvas
- Collaborative Creativity
- Employee Experience
- Team Canvas Basic
- Role Expectation Map
- Healthcare Lean Canvas
- Feedback Canvas
- Process Connector

- No more process silos! Manage your enterprise, business and IT processes with our all-round process management tools, and have they integrated using Process Connector. Process Connector provides process designers an option to establish a navigable linkage from one process to another. No matter you are working on Guide-Through process like TOGAF ADM Guide-Through, Just-in-Time process like PMBOK Just-in-Time or Process Canvas like Scrum Process Canvas, you can connect them using Process Connector.
- To use Process Connector, unlock your Guide-Through Process / Just-in-Time Process / Process Canvas to enter editing / authoring mode.

30+ new online diagrams:
- 30+ new types of diagram have be added into Visual Paradigm since V.15.2 ranging from software design, business design, UX design, flowcharting, quality control, mind mapping, cloud architecture design, and to decision analysis, etc. You want even more new types of diagram to fit your specific need? No problem! Simply suggest them in the User Forum

30+ new online diagrams:
- Software and business design
- Enterprise Integration Patterns diagram tool
- Enterprise Integration Patterns
- System context diagram tool
- System context diagram
- Arrow diagram software
- Arrow diagram
- Problem flow diagram tool
- Problem flow diagram
- Information flow diagram software
- Information flow diagram
- Affinity diagram tool
- Affinity diagram
- Interrelationship diagram tool
- Interrelationship diagram
- Causal loop diagram tool
- Causal loop diagram
- Enterprise architecture diagram tool
- Enterprise architecture diagram
- Dendrogram maker
- Dendrogram
- Flowchart makers
- Cross-functional flowchart maker
- Cross-functional flowchart
- Microsoft Azure
- SDL diagram
- Audit flowchart maker
- Audit flowchart
- Accounting flowchart maker:
- Accounting flowchart
- Organizational chart makers:
- Family tree maker
- Family tree
- Genogram software:
- Genogram

Kinship diagram maker:
- Kinship diagram
- Quality control diagrams

Threat modeling tool:
- Threat model

TQM diagram tool:
- TQM diagram
- Fault Tree Analysis software
- Fault Tree Analysis
- UX design

Site map diagram tool:
- Site map diagram
- Material design wireframe tool
- Material design diagram
- Atlassian wireframe tool
- Atlassian wireframe
- Wired UI diagram tool
- Wired UI diagram
- Fluent Design wireframe tool
- Fluent Design wireframe
- Mind Mapping

Concept map diagram tool:
- Concept map diagram
- Bubble diagram maker
- Bubble diagram
- Seating chart
- Create beautiful and professional seating chart in minutes with the help of the drag-and-drop feature and the full set of seating plan icons and props.
- Event Hall Seating Plan
- Banquet Hall Seating Plan
- Banquet Hall Seating Plan
- Restaurant Seating Plan
- Restaurant Seating Plan
- Huawei Cloud architecture diagram
- Design your Huawei Cloud architecture using the Huawei Cloud architecture tool. Full set of ready-made Huawei cloud symbols that help you accurately communicate your design ideas through Huawei architecture diagrams.
- Enterprise-level disaster tolerance service:
- Enterprise cloud disk solution
- Enterprise cloud disk solution
- SAP common architecture
- SAP common architecture
- Decision analysis and others

Decision tree tool:
- Decision tree

Timeline diagram:
- Turn your Google Sheet data into beautiful chart
- Turn your Google Sheet data into beautiful chart
- Automatically form a chart from data entered in your Google Sheet. With auto refresh, changes you made in the sheet will reflect in the chart automatically, keeping your work consistent.

Kerberos authentication:
- Kerberos is a network authentication protocol designed to provide strong authentication for client/server applications by using secret-key cryptography. Your team can now authenticate through Kerberos

Kerberos authentication:
- Edit Customer Journey Map's chart data via full editor
- You can use charts in a Customer Journey Map to represent statistical data. The experience of editing is now improved. You can now edit chart data via the full spreadsheet editor


Visual Paradigm Community Edition 15.2
- Change log not available for this version


Visual Paradigm Community Edition 15.1
- Minor bugfix


Visual Paradigm Community Edition 15.0
- Wireflow diagram - A wireframe-based flow chart: Wireframes is a widely adopted UX tool that allows designer and client to work together in identifying the content and functionality of screens. A wireflow makes UX even more effective by harnessing the power of wireframe and flowchart, creating a step-based UX diagram that illustrates the steps and decision points of particular scenarios and the possible navigation paths throughout these steps.
- Animating Wireflow diagram: As long as a user interaction involves alternate and exceptional cases, there are multiple paths of wireflow that can be navigated. To reduce the application complexity, the wireflow editor allows you to specify a particular path (or often called scenario) of wireflow to be animated, so that we can split a user feature to be in sync with the partition of a simple user story or testing scenario.
- STEPS Wizards: Analysis and Design Step-by-Step: Seamless Techniques Expressed in Prescribed Steps (STEPS) is a powerful and groundbreaking feature for software development. Like a recipe that tells you how to cook a meal, STEPS are recipes that lead you through a series of well-defined steps for conducting a particular (reusable) analysis or modeling pattern for certain aspect of your development process. Your team can reuse or choose the appropriate Wizard in your project from the default set provided by Visual Paradigm.
- Visual API designer for Swagger and API Blueprint: Design, describe and document RESTful API in a total graphical way. You can design RESTful API easily by creating simple Class Diagram, like the one below. The graphical design approach, along with our award-winning diagramming interface make API design simple, straight-forward and error free.
- Visual Paradigm Online: After five years of consolidation, our dedication of high quality service in Agile Development has positioned VPository as one of the leading platforms in the agile and visual modeling industry. To reflect this tremendous expansion of VPository, we announce the update of the brand identity from VPository to Visual Paradigm Online ("VP Online") to re-message the products and online services we supply.
- On-Demand Model ETL: Design your desirable views of model data in a tabular form for bulk-view/edit/prioritize/visualize using Model ETL big data technology.
- Upgrade to Hibernate 5.1: To ensure that your work continues to remain secure and robust, we have upgrade our ORM support to use Hibernate 5.1, the latest version of Hibernate.


Visual Paradigm Community Edition 14.2
Visual Paradigm 14.2 introduces a number of new features, which includes:
- Customer Journey Mapping (CJM)
- Automatic document generation from Customer Journey Map
- On-Demand Model ETL
- Tailoring Just-in-Time Process with custom diagrams and text
- Target-First BMM Guide-Through Process
- Baseline-First BMM Guide-Through Process (Extended version of the ordinary process)
- Automatic visualization of BMM traceaibilities with ArchiMate diagram
- Supported specifying stewardship for Means elements in BMM Guide-Through
- New deliverable for BMM Guide-Through: Business Motivation Model
- Online State Machine Diagram tool
- Online Activity Diagram tool
- Online Component Diagram tool
- Online Deployment Diagram tool
- Online Package Diagram tool
- Supported mixed use of notations for online diagrams (e.g. to draw Actor in Class Diagram
- Supported keeping commonly-used shapes for cross-diagrams reusability
- Supported importing palette from user-imported images (e.g. svg, png, jpg)
- Supported importing palette from Visio .vssx

Enhancements to Visual Paradigm 14.2 includes:
- Re-Designed Assessment form in BMM Guide-Through for better documentation of influencers' impacts
- Supported customizing the heading text for the document generated from a Just-in-Time form
- Supported customizing the prefix and suffix of content blocks in document generated from a Just-in-Time form
- Supported bi-directional project reference
- ArchiMate 3.0.1 connection rules
- Supported marking a PostMania topic as resolved
- Supported cloning member in VPository and Teamwork Server
- Supported different scope settings for rows and columns in matrix
- Supported automatic check-out of referenced project
- Re-designed product start page


Visual Paradigm Community Edition 14.1
General Fixes/Enhancements:
- Fixed no response when attempting to import a non-supported diagram type from Visual Paradigm Community Circle
- Fixed unable to mirror an element from referenced project
- Fixed not handling physical, logical and conceptual elements in ERWin importing
- Fixed diagram image preview not fully shown in Doc. Composer
- Fixed a VPository subscription issue
- Fixed wrongly allowed creating sub-diagram on locked model when create via New Diagram window
- Fixed a wrong referenced project path checking in using referenced project
- Fixed a compile error related to generated ORM code
- Fixed a potential hang issue related to pasting content into a form (TOGAF ADM Guide-through)
- Fixed a couple of issues related to C++ round-trip
- Fixed an undo issue related to Fact Model
- Fixed image exported for Maturity Analysis crops part of the label
- Fixed cannot drag & drop entity from reverse result to diagram on Mac
- Reduced VPository's subscription time
- Renamed Fact Diagram to Fact Model
- Removed the restriction of inner stage cannot exceed outer stage in Maturity Analysis
- Made UeXceler, Tasifier and PostMania enabled by default when creating a new project
- Made User Interface Diagram publicly available
- Made the selection of Just-in-Time process template unspecified by default in New Diagram window
- Supported retrieving the Doc Field for document components in Doc. Composer
- Supported retrieving the URI to use in developing plug-in for components in Doc. Composer

Scrum:
- Fixed UeXceler sometimes not working
- Fixed requirements under use case not being published to Project Publisher
- Made user story fall back to Affinity Table upon a failed attempt to move it to Spike List via drag and drop

Guide-through Process:
- Fixed duplicated deliverables in Architecture Repository

Online Drawing Tools:
- Fixed several issues related to activation editing in sequence diagram on web

Auto Screen Capture 2.5.1.5 查看版本資訊

更新時間:2022-11-09
更新細節:

Auto Screen Capture 2.5.1.4 查看版本資訊

更新時間:2022-11-08
更新細節:

Auto Screen Capture 2.5.1.3 查看版本資訊

更新時間:2022-11-07
更新細節:

Jenkins 2.361.3 查看版本資訊

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

What's new in this version:

- Fix a race condition that causes file descriptor leaks when cloud agents are created (regression in 2.294)
- Model link chevron is not in center in user build cause on console log
- Table columns get wider or smaller depending on the sort selection

Auto Screen Capture 2.5.1.2 查看版本資訊

更新時間:2022-10-31
更新細節:

Auto Screen Capture 2.5.1.1 查看版本資訊

更新時間:2022-10-28
更新細節:

What's new in this version:

- Fixed issue with One Time screen capture

Auto Screen Capture 2.5.1.0 查看版本資訊

更新時間:2022-09-02
更新細節:

What's new in this version:

- Fixed issues with the SFTP client and failed screenshot uploads to an SFTP server. A null reference exception error would be thrown during a series of attempts in uploading screenshots that previously failed to upload causing the user to exit the application and start the application again (thereby voiding the failed upload process). It was also discovered that, when screenshots that had previously failed to upload, would upload successfully later (after establishing a successful connection with the SFTP server) the screenshots would be uploaded to the incorrect location. They would be uploaded based on the Folder path and the Macro path instead of simply the Macro path (as they usually do upon successful upload). Now screenshots that previously failed to upload will be uploaded based on the Macro path to keep it consistent with how successfully uploaded screenshots are handled.