Skip to content

Commit 307f729

Browse files
New version: mortenn.BrowserPicker version 3.0.3 (microsoft#349580)
1 parent 06b5d3c commit 307f729

3 files changed

Lines changed: 83 additions & 0 deletions

File tree

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Created with komac v2.15.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: mortenn.BrowserPicker
5+
PackageVersion: 3.0.3
6+
InstallerLocale: en-US
7+
InstallerType: wix
8+
Scope: machine
9+
InstallModes:
10+
- interactive
11+
- silent
12+
- silentWithProgress
13+
UpgradeBehavior: install
14+
Dependencies:
15+
PackageDependencies:
16+
- PackageIdentifier: Microsoft.DotNet.DesktopRuntime.9
17+
ProductCode: '{93A632E7-B95D-4D59-A204-2AEDDA680600}'
18+
ReleaseDate: 2026-03-18
19+
AppsAndFeaturesEntries:
20+
- DisplayName: BrowserPicker
21+
ProductCode: '{93A632E7-B95D-4D59-A204-2AEDDA680600}'
22+
UpgradeCode: '{31E74D4E-57DD-4786-BEB8-B9B8188F2764}'
23+
InstallationMetadata:
24+
DefaultInstallLocation: '%ProgramFiles%\BrowserPicker'
25+
Installers:
26+
- Architecture: x64
27+
InstallerUrl: https://github.com/mortenn/BrowserPicker/releases/download/v3.0.3/BrowserPicker.msi
28+
InstallerSha256: 1DBFC243FA5B3AD7B1DB27444874C81D9DA19E4820DE632DDD90E2122967A1C1
29+
ManifestType: installer
30+
ManifestVersion: 1.12.0
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Created with komac v2.15.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: mortenn.BrowserPicker
5+
PackageVersion: 3.0.3
6+
PackageLocale: en-US
7+
Publisher: Runsafe
8+
PublisherUrl: https://github.com/mortenn
9+
PublisherSupportUrl: https://github.com/mortenn/BrowserPicker/issues
10+
Author: Morten Nilsen
11+
PackageName: Browser Picker
12+
PackageUrl: https://github.com/mortenn/BrowserPicker
13+
License: MIT
14+
LicenseUrl: https://github.com/mortenn/BrowserPicker/blob/HEAD/LICENSE
15+
Copyright: Copyright (c) 2018 Morten Nilsen
16+
CopyrightUrl: https://github.com/mortenn/BrowserPicker/blob/main/LICENSE
17+
ShortDescription: Smart browser selector for Windows
18+
Description: |-
19+
A default browser replacement for windows to let you pick your preferred browser on the fly or in
20+
accordance with your own rules.
21+
22+
You can easily configure it to use Firefox for github.com and slashdot.org, but leave Edge to
23+
handle microsoft.com and even let Internet Explorer handle that old internal LOB app you'd rather
24+
not use but must.
25+
ReleaseNotes: |-
26+
Highlights
27+
- Automatic launches now close BrowserPicker cleanly.
28+
- Disabled browser defaults remain visible in test results.
29+
- Fixed theme colors in the defaults grid.
30+
- Fixed the matcher-type dropdown size in the defaults grid.
31+
- Disabled and removed browser labels are dimmed and struck through.
32+
- Browser dropdowns hide disabled and removed browsers.
33+
- Launch profiles now load development logging settings.
34+
- Updated Microsoft.Extensions.Hosting and System.Drawing.Common to 10.0.5.
35+
Resolved issues
36+
- #227 BrowserPicker no longer remains running after an automatic browser launch.
37+
Included pull requests
38+
- #233 Fix defaults behavior for disabled browsers
39+
- #232 Fix process exit after automatic browser launch
40+
- #231 Bump System.Drawing.Common from 10.0.3 to 10.0.5
41+
- #229 Bump Microsoft.Extensions.Hosting from 10.0.3 to 10.0.5
42+
Full Changelog: v3.0.2...v3.0.3
43+
ReleaseNotesUrl: https://github.com/mortenn/BrowserPicker/releases/tag/v3.0.3
44+
ManifestType: defaultLocale
45+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with komac v2.15.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: mortenn.BrowserPicker
5+
PackageVersion: 3.0.3
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)