Skip to content

Commit a885686

Browse files
committed
Add changelog for 4.1.0.0
1 parent 9070b75 commit a885686

File tree

2 files changed

+43
-26
lines changed

2 files changed

+43
-26
lines changed

changelog.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
VSDebugPro_4-1-0-0
2+
[+] Added Arm64 install target
3+
[+] Dumping, writing memory of C# / .NET in preview
4+
[+] New settings backend. All user settings are now stored in AppData
5+
[+] MOTD messages via DNS
6+
[+] Added handling of https:// in console
7+
[+] New Logo
8+
[*] Updated settings ui
9+
[*] Fixed the look of console window bottom bar
10+
[*] Fixed saving of settings, aliases, command history
11+
[*] Code cleanup, refactoring
12+
13+
VSDebugPro_4-0-1-0
14+
[*] Code cleanup, refactoring, small fixes
15+
116
VSDebugPro_4-0-0-0
217
[+] Added support for VS2022
318
[+] Moved to NET 4.8

license.txt

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -25,29 +25,31 @@
2525
* SOFTWARE.
2626
*
2727
* Extended WPF Toolkit�
28-
* https://github.com/xceedsoftware/wpftoolkit
29-
* Microsoft Public License (Ms-PL)
30-
*/
31-
32-
Microsoft Public License (MS-PL)
33-
34-
This license governs use of the accompanying software. If you use the software, you
35-
accept this license. If you do not accept the license, do not use the software.
36-
37-
1. Definitions
38-
The terms "reproduce," "reproduction," "derivative works," and "distribution" have the
39-
same meaning here as under U.S. copyright law.
40-
A "contribution" is the original software, or any additions or changes to the software.
41-
A "contributor" is any person that distributes its contribution under this license.
42-
"Licensed patents" are a contributor's patent claims that read directly on its contribution.
43-
44-
2. Grant of Rights
45-
(A) Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create.
46-
(B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software.
47-
48-
3. Conditions and Limitations
49-
(A) No Trademark License- This license does not grant you rights to use any contributors' name, logo, or trademarks.
50-
(B) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically.
51-
(C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software.
52-
(D) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license.
53-
(E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.
28+
* https://github.com/xceedsoftware/wpftoolkit
29+
* Microsoft Public License (MS-PL)
30+
*
31+
* This license governs use of the accompanying software. If you use the software, you
32+
* accept this license. If you do not accept the license, do not use the software.
33+
*
34+
* 1. Definitions
35+
* The terms "reproduce," "reproduction," "derivative works," and "distribution" have the
36+
* same meaning here as under U.S. copyright law.
37+
* A "contribution" is the original software, or any additions or changes to the software.
38+
* A "contributor" is any person that distributes its contribution under this license.
39+
* "Licensed patents" are a contributor's patent claims that read directly on its contribution.
40+
*
41+
* 2. Grant of Rights
42+
* (A) Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create.
43+
* (B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software.
44+
*
45+
* 3. Conditions and Limitations
46+
* (A) No Trademark License- This license does not grant you rights to use any contributors' name, logo, or trademarks.
47+
* (B) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically.
48+
* (C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software.
49+
* (D) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license.
50+
* (E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.
51+
*
52+
*
53+
* VSDebugPro UI Element may contain fragments of work from Icon Scout
54+
* https://iconscout.com/licenses#simple_license
55+
/

0 commit comments

Comments
 (0)