Ir para conteúdo

MBot

Membros
  • Postagens

    688
  • Registro em

  • Última visita

    Nunca
  • Dias Ganhos

    1

Posts postados por MBot

  1. This release is the seventh stable release of Windows Package Manager 1.6 for Windows 10 (1809+) and Windows 11. Experimental features have been disabled in this release. The store certificates in this release have been updated. The current store certificates will expire in early March 2024.

    The winget configure command is now a stable feature and can be used to automatically handle the setup and configuration requirements for an ideal development environment on your Windows machine. Applying a WinGet configuration file helps with installing and managing software packages, applications, programming languages, frameworks, tools, or settings necessary for a project.

    Support for package dependencies is also included in this stable release. You can also use the winget download command to download a package installer to your local machine.

    What's Changed

    Full Changelog: v1.6.3421...v1.6.3482

    Download

  2. This is the seventh development build after the Windows Package Manager 1.6 build for Windows 10 (1809+) and Windows 11. This build will be released to Windows Insider Dev builds and Windows Package Manager Insiders.

    Experimental features are enabled in this release. Winget also supports initiating a reboot if a package requires one to complete an install. Winget resume is a new feature that will support resuming an installation when coming back from a reboot. Run winget features to see which experimental features are enabled or disabled. Add the following to your settings (winget settings) file to enable the experimental features.

        "experimentalFeatures": {
    	  "directMSI": true,
              "windowsFeature": true,
              "resume": true,
              "configuration03": true,
              "reboot": true,
        },

    Windows Package Manager also includes Winget configuration, which automatically handles the setup and configuration requirements for an ideal development environment on your Windows machine. WinGet configuration file helps with installing and managing software packages, applications, programming languages, frameworks, tools, or settings necessary for a project.

    Check out our session at Microsoft Build to learn how to get your machine to a ready-to-code state.

    A prerelease version of the Microsoft.WinGet.Client PowerShell module has been published to the PowerShell Gallery. To install the latest version of the PowerShell module, run the following command in PowerShell 7+.

    Install-Module -Name Microsoft.WinGet.Client

    The PowerShell module requires App Installer (winget) to be installed. The Repair-WinGetPackageManager cmdlet (work in progress) is designed to install or repair App Installer.

    What's Changed

    New Contributors

    Full Changelog: v1.7.3172-preview...v1.7.3481-preview

    Download

  3. This release is the seventh stable release of Windows Package Manager 1.6 for Windows 10 (1809+) and Windows 11. Experimental features have been disabled in this release. The store certificates in this release have been updated. The current store certificates will expire in early March 2024.

    The winget configure command is now a stable feature and can be used to automatically handle the setup and configuration requirements for an ideal development environment on your Windows machine. Applying a WinGet configuration file helps with installing and managing software packages, applications, programming languages, frameworks, tools, or settings necessary for a project.

    Support for package dependencies is also included in this stable release. You can also use the winget download command to download a package installer to your local machine.

    What's Changed

    Full Changelog: v1.6.3421...v1.6.3842

    Download

  4. This is the sixth development build after the Windows Package Manager 1.6 build for Windows 10 (1809+) and Windows 11. This build will be released to Windows Insider Dev builds and Windows Package Manager Insiders.

    Experimental features are enabled in this release. Run winget features to see which experimental features are enabled or disabled. Add the following to your settings (winget settings) file to enable the experimental features.

        "experimentalFeatures": {
    	  "directMSI": true,
              "windowsFeature": true,
              "configuration03": true,
              "reboot": true,
        },

    Windows Package Manager also includes Winget configuration, which automatically handles the setup and configuration requirements for an ideal development environment on your Windows machine. WinGet configuration file helps with installing and managing software packages, applications, programming languages, frameworks, tools, or settings necessary for a project.

    Check out our session at Microsoft Build to learn how to get your machine to a ready-to-code state.

    A prerelease version of the Microsoft.WinGet.Client PowerShell module has been published to the PowerShell Gallery. To install the latest version of the PowerShell module, run the following command in PowerShell 7+.

    Install-Module -Name Microsoft.WinGet.Client

    The PowerShell module requires App Installer (winget) to be installed. The Repair-WinGetPackageManager cmdlet (work in progress) is designed to install or repair App Installer.

    What's Changed

    • Minor updates to App Installer

    Download

  5. This release is the sixth stable release of Windows Package Manager 1.6 for Windows 10 (1809+) and Windows 11. Experimental features have been disabled in this release.

    The winget configure command is now a stable feature and can be used to automatically handle the setup and configuration requirements for an ideal development environment on your Windows machine. Applying a WinGet configuration file helps with installing and managing software packages, applications, programming languages, frameworks, tools, or settings necessary for a project.

    Support for package dependencies is also included in this stable release. You can also use the winget download command to download a package installer to your local machine.

    What's Changed

    • Minor updates to App Installer.

    Full Changelog: v1.6.3133...v1.6.3421

    Download

  6. New Features

    • identification of programs written in Go, Rust, and .NET
    • extraction of strings embedded in Go programs
    • extraction of strings embedded in Rust programs

    Other Updates

    • updates to the IDA plugin
    • upgraded minimum required Python version to 3.8
    • various bug fixes
    • various code quality improvements

    Google Summer of Code 2023

    @Arker123 contributed the majority of features and improvements during the Google Summer of Code working closely with the Mandiant FLARE team. We'd like to thank him for the great collaboration and discussions before, during, and after the twelve week program.

    Contributors

    Thanks to all our contributors, including @symbolicvoid, @DiegoRomeo, @sara-rn and especially @Arker123

    Full Changelog: v2.3.0...v3.0.0

    Download

    • Add all standard colors for byte themes
    • Compare improvements:
      • Title shows full path if filenames are the same (thanks @usr-sse2)
      • Initial support for View menu applying to both sides (thanks @usr-sse2)
      • Window frame changes no longer affects document frame
      • Fix initial window size being small
    • Add -cmd argument to type commands which takes a procedure for customizing the value (see 9fa3f70 - documentation will be updated before release)

    Download

  7. This is the fifth development build after the Windows Package Manager 1.6 build for Windows 10 (1809+) and Windows 11. This build will be released to Windows Insider Dev builds and Windows Package Manager Insiders.

    Experimental features are enabled in this release. This preview release includes performance improvements as well as fixes for enabling Windows Features when running in packaged context. There are new experimental features for allowing winget to kick of a reboot if one is required and support for the new v0.3 configuration schema.

    Run winget features to see which experimental features are enabled or disabled. Add the following to your settings (winget settings) file to enable the experimental features.

        "experimentalFeatures": {
    	  "directMSI": true,
              "windowsFeature": true,
              "configuration03": true,
              "reboot": true,
        },

    Windows Package Manager also includes Winget configuration, which automatically handles the setup and configuration requirements for an ideal development environment on your Windows machine. WinGet configuration file helps with installing and managing software packages, applications, programming languages, frameworks, tools, or settings necessary for a project.

    Check out our session at Microsoft Build to learn how to get your machine to a ready-to-code state.

    A prerelease version of the Microsoft.WinGet.Client PowerShell module has been published to the PowerShell Gallery. To install the latest version of the PowerShell module, run the following command in PowerShell 7+.

    Install-Module -Name Microsoft.WinGet.Client

    The PowerShell module requires App Installer (winget) to be installed. The Repair-WinGetPackageManager cmdlet (work in progress) is designed to install or repair App Installer.

    What's Changed

    Full Changelog: v1.7.2782-preview...v1.7.3172-preview

    Download

  8. This release is the fifth stable release of Windows Package Manager 1.6 for Windows 10 (1809+) and Windows 11. Experimental features have been disabled in this release.

    The winget configure command is now a stable feature and can be used to automatically handle the setup and configuration requirements for an ideal development environment on your Windows machine. Applying a WinGet configuration file helps with installing and managing software packages, applications, programming languages, frameworks, tools, or settings necessary for a project.

    Support for package dependencies is also included in this stable release. You can also use the winget download command to download a package installer to your local machine.

    What's Changed

    Full Changelog: v1.6.2771...v1.6.3133

    Download

  9. ILSpy 8.x is based on .NET 6.0. All artifacts except the self-contained distribution are built framework-dependent, which means .NET 6.0.2 or later must be installed prior to starting ILSpy.

    New Language Features

    • C# 7.1 Pattern matching with generics
    • C# 8.0 Recursive patterns
    • C# 9.0 Relational patterns
    • C# 9.0 not patterns
    • C# 10.0 static abstract members in interfaces
    • C# 11.0 switch on (ReadOnly)Span<char>

    Contributions

    Enhancements

    • #3090: add support for the NUGET_PACKAGES environment variable
    • Fixed some quirks in our search: #3064, #3065 and #3038

    Performance

    • #3075: Avoid processing already-transformed blocks by introducing BlockTransformContext.IndexOfFirstAlreadyTransformedInstruction, which allows us to track already transformed instructions after a block has been merged into another by ConditionDetection.
    • #3075: Add NextSetBit operation to BitSet to avoid looking at every store bit individually in ReachingDefinitionsVisitor.GetStores()
    • #3075: Fix ILVariableEqualityComparer.GetHashCode
    • #3075: Improve performance of CSharpResolver.LookupSimpleNameOrTypeName in cases with a large number of local variables.
    • #3075: Eliminate recursion in some parts of the decompiler engine
    • ILSpy UI: #3057 - sub-optimal use of StringBuilder when constructing tree-node labels

    Bug fixes

    • #3061: Handler blocks of exception filter blocks do not have a header.
    • #3103: unaligned.stobj cannot be transformed into inline assignment
    • #3091: extension methods named Add were skipping some checks in AccessPathElement.IsMethodApplicable.
    • #3004: MetadataModule.ResolveEntity() returning null for System.IntPtr when C# 11 native integers are enabled.
    • #3105 - VS2017-2019 addin didn't properly match subdirectory structure of 2022 addin
    • #3014: Missing type information in lambda expressions

    And many other fixes, for a full list click here.

    Download

×
×
  • Criar Novo...