From 964066a8b1fbadc4bc2e3ae6413c8a7f78ab3650 Mon Sep 17 00:00:00 2001 From: UnownBot Date: Mon, 21 Sep 2026 18:08:18 -0400 Subject: [PATCH] New version: Arelle.Arelle version 2.45.2 --- .../2.45.2/Arelle.Arelle.installer.yaml | 32 ++++++++++++++ .../2.45.2/Arelle.Arelle.locale.en-US.yaml | 44 +++++++++++++++++++ .../a/Arelle/Arelle/2.45.2/Arelle.Arelle.yaml | 8 ++++ 3 files changed, 84 insertions(+) create mode 100644 manifests/a/Arelle/Arelle/2.45.2/Arelle.Arelle.installer.yaml create mode 100644 manifests/a/Arelle/Arelle/2.45.2/Arelle.Arelle.locale.en-US.yaml create mode 100644 manifests/a/Arelle/Arelle/2.45.2/Arelle.Arelle.yaml diff --git a/manifests/a/Arelle/Arelle/2.45.2/Arelle.Arelle.installer.yaml b/manifests/a/Arelle/Arelle/2.45.2/Arelle.Arelle.installer.yaml new file mode 100644 index 0000000000000..9e3b3522b1fff --- /dev/null +++ b/manifests/a/Arelle/Arelle/2.45.2/Arelle.Arelle.installer.yaml @@ -0,0 +1,32 @@ +# Created by Anthelion using komac v2.17.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + +PackageIdentifier: Arelle.Arelle +PackageVersion: 2.45.2 +UpgradeBehavior: install +ReleaseDate: 2026-09-21 +Installers: +- Architecture: x64 + InstallerType: nullsoft + Scope: machine + InstallerUrl: https://github.com/Arelle/Arelle/releases/download/2.45.2/arelle-win-2.45.2.exe + InstallerSha256: 771447BF5E90366EBC5EF33DDAFF66DCCB4A7D82364F524CE2B3907A79A0EA98 + ProductCode: Arelle + AppsAndFeaturesEntries: + - Publisher: arelle.org + ProductCode: Arelle + InstallationMetadata: + DefaultInstallLocation: '%ProgramFiles%\Arelle' +- Architecture: x64 + InstallerType: zip + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: arelleCmdLine.exe + PortableCommandAlias: arelleCmdLine + - RelativeFilePath: arelleGUI.exe + PortableCommandAlias: arelleGUI + InstallerUrl: https://github.com/Arelle/Arelle/releases/download/2.45.2/arelle-win-2.45.2.zip + InstallerSha256: 13396A010859A31EA2A2FD0A9507F90250EF596FC62FC67060DD75A387831850 + ArchiveBinariesDependOnPath: true +ManifestType: installer +ManifestVersion: 1.12.0 diff --git a/manifests/a/Arelle/Arelle/2.45.2/Arelle.Arelle.locale.en-US.yaml b/manifests/a/Arelle/Arelle/2.45.2/Arelle.Arelle.locale.en-US.yaml new file mode 100644 index 0000000000000..36c91c0ae17ef --- /dev/null +++ b/manifests/a/Arelle/Arelle/2.45.2/Arelle.Arelle.locale.en-US.yaml @@ -0,0 +1,44 @@ +# Created by Anthelion using komac v2.17.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + +PackageIdentifier: Arelle.Arelle +PackageVersion: 2.45.2 +PackageLocale: en-US +Publisher: Arelle +PublisherUrl: https://arelle.org/ +PublisherSupportUrl: https://groups.google.com/d/forum/arelle-users +Author: Workiva, Inc. +PackageName: Arelle +PackageUrl: https://github.com/Arelle/Arelle +License: Apache 2.0 +LicenseUrl: https://github.com/Arelle/Arelle/blob/HEAD/LICENSE.md +Copyright: Copyright © 2011-present Workiva, Inc. +CopyrightUrl: https://arelle.readthedocs.io/en/latest/license.html +ShortDescription: Arelle is an end-to-end open source XBRL platform +Description: Arelle is an end-to-end open source XBRL platform, which provides the XBRL community with an easy to use set of tools. It supports XBRL and its extension features in an extensible manner. It does this in a compact yet robust framework that can be used as a desktop application and can be integrated with other applications and languages utilizing its web service, command line interface, and Python API. +Moniker: arelle +ReleaseNotes: |- + What's Changed + - Reduce base memory usage (#2606) @austinmatherne-wk, @aaroncameron-wk + - Load and validate perf improvements (#2605) @austinmatherne-wk, @aaroncameron-wk + - EBA 3.5 xbrldi prefix (#2608) @austinmatherne-wk, @derekgengenbacher-wf + - Table Constraints Report Column and Cell Validation (#2602) @austinmatherne-wk, @derekgengenbacher-wf + - Fix schema all compositor (#2604) @austinmatherne-wk, @derekgengenbacher-wf + - Implement base64Binary pattern matcher for improved validation (#2600) @volodymyrtur-wk, @derekgengenbacher-wf + - Update UKSEF validation rules and enhance target attribute checks (#2579) @volodymyrtur-wk, @derekgengenbacher-wf + - Type hint audit ModelObject (#2596) @austinmatherne-wk, @derekgengenbacher-wf + - Remove broken/unused modules (#2601) @austinmatherne-wk, @stevenbronson-wk + - Accept full XML Schema year range in table constraints (#2594) @austinmatherne-wk, @derekgengenbacher-wf + - Update EFM conformance suite (#2598) @austinmatherne-wk, @stevenbronson-wk + - WebCache: retry downloads failing with transient HTTP or connection errors (#2589) @hermfischer-xb, @austinmatherne-wk, @claude, @hermfischer + - RSS feed validation: collect garbage after each item (#2593) @hermfischer-xb, @austinmatherne-wk, @claude, @hermfischer + - Reject invalid CLI parameter names (#2590) @austinmatherne-wk, @derekgengenbacher-wf + - Hong Kong IRD: nvad_identifiers validations (#2565) @aaroncameron-wk, @austinmatherne-wk + + ⬆️ Dependencies + 2 changes + - Bump ixbrl-viewer from 1.5.5 to 1.5.6 in the python-dependencies group across 1 directory (#2599) @dependabot[bot], @austinmatherne-wk + - Bump the python-dependencies group across 1 directory with 9 updates (#2597) @dependabot[bot], @austinmatherne-wk +ReleaseNotesUrl: https://github.com/Arelle/Arelle/releases/tag/2.45.2 +ManifestType: defaultLocale +ManifestVersion: 1.12.0 diff --git a/manifests/a/Arelle/Arelle/2.45.2/Arelle.Arelle.yaml b/manifests/a/Arelle/Arelle/2.45.2/Arelle.Arelle.yaml new file mode 100644 index 0000000000000..367809669976d --- /dev/null +++ b/manifests/a/Arelle/Arelle/2.45.2/Arelle.Arelle.yaml @@ -0,0 +1,8 @@ +# Created by Anthelion using komac v2.17.0 +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + +PackageIdentifier: Arelle.Arelle +PackageVersion: 2.45.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.12.0