diff --git a/automatic/firefox/README.md b/automatic/firefox/README.md index 47d402270..9225d5d4a 100644 --- a/automatic/firefox/README.md +++ b/automatic/firefox/README.md @@ -1,24 +1,8 @@ -# [firefox-dev](https://chocolatey.org/packages/firefox-dev) +# [firefox-beta](https://chocolatey.org/packages/firefox-beta) -Firefox Developer Edition replaces the Aurora channel in the Firefox Release Process. Like Aurora, features will land in the Developer Edition every six weeks, after they have stabilized in Nightly builds. +Firefox Beta builds are for Firefox enthusiasts to test what's destined to become the next stable release of [Firefox](https://chocolatey.org/packages/firefox). -By using the Developer Edition, you gain access to tools and platform features at least 12 weeks before they reach the main Firefox release channel. - -Additionally, the following experimental developer tools are persistent features of Firefox Developer Edition: - -##### [WebIDE](https://developer.mozilla.org/docs/Tools/WebIDE) - -Allows you to develop, deploy and debug Web apps directly in your browser, or on a Firefox OS device. It lets you create a new Firefox OS app (which is just a web app) from a template, or open up the code of an existing app. From there you can edit the app’s files. It’s one click to run the app in a simulator and one more to debug it with the developer tools. Web IDE - YouTube - -##### [Valence](https://developer.mozilla.org/docs/Tools/Firefox_Tools_Adapter) (previously called Firefox Tools Adapter) - -Lets you develop and debug your app across multiple browsers and devices by connecting the Firefox dev tools to other major browser engines. Valence also extends the awesome tools we've built to debug Firefox OS and Firefox for Android to the other major mobile browsers including Chrome on Android and Safari on iOS. So far these tools include our Inspector, Debugger and Console and Style Editor. - -#### [Web Audio Editor](https://developer.mozilla.org/docs/Tools/Web_Audio_Editor) - -Inspect and interact with Web Audio API in real time to ensure that all audio nodes are connected in the way you expect. - -Additional developer tools also available in the release build (via F12 key): [Responsive Design View](https://developer.mozilla.org/docs/Tools/Responsive_Design_View), [Page Inspector](https://developer.mozilla.org/docs/Tools/Page_Inspector), [Web Console](https://developer.mozilla.org/docs/Tools/Web_Console), [JavaScript Debugger](https://developer.mozilla.org/docs/Tools/Debugger), [Network Monitor](https://developer.mozilla.org/docs/Tools/Network_Monitor), and [Style Editor](https://developer.mozilla.org/docs/Tools/Style_Editor). +After spending six weeks in [Firefox Developer Edition](https://chocolatey.org/packages/firefox-dev), we take the features that are stable enough, and create a new version of Firefox Beta. ## Package Parameters @@ -29,11 +13,10 @@ Additional developer tools also available in the release build (via F12 key): [R Every 6 weeks, Firefox developers take the current stable features of each build and introduce them into the next stable channel for further development. The Developer Edition is a special build containing features never moved forward since they would be rarely used by the average user and needlessly consume resources. - [Firefox](https://chocolatey.org/packages/firefox) -- [Firefox Beta](https://chocolatey.org/packages/firefox-beta) -- Firefox Developer Edition (you are here) +- Firefox Beta (you are here) +- [Firefox Developer Edition](https://chocolatey.org/packages/firefox-dev) - [Firefox Nightly](https://chocolatey.org/packages/firefox-nightly) -[Mozilla Developer Network documentation](https://developer.mozilla.org/en-US/Firefox/Developer_Edition) [Privacy policy](https://www.mozilla.org/en-US/privacy/firefox/) **Please Note**: This is an automatically updated package. If you find it is diff --git a/automatic/firefox/firefox.json b/automatic/firefox/firefox.json index 7524be2a0..652802382 100644 --- a/automatic/firefox/firefox.json +++ b/automatic/firefox/firefox.json @@ -1,4 +1,4 @@ { - "beta": "85.0.5-beta", + "beta": "85.0.6-beta", "dev": "85.0.5-beta" } diff --git a/automatic/firefox/firefox.nuspec b/automatic/firefox/firefox.nuspec index de5eb774c..751a6afff 100644 --- a/automatic/firefox/firefox.nuspec +++ b/automatic/firefox/firefox.nuspec @@ -22,26 +22,26 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - firefox-dev + firefox-beta - 85.0.5-beta + 85.0.6-beta Maurice Kevenaar - Firefox Developer Edition + Firefox Beta Mozilla - https://www.mozilla.org/firefox/developer - https://cdn.jsdelivr.net/gh/mkevenaar/chocolatey-packages@b40e08792b4d113bcb96960eaa184c093471a01e/icons/firefox-dev.png + https://www.mozilla.org/firefox/beta + https://cdn.jsdelivr.net/gh/mkevenaar/chocolatey-packages@92fc1201bdb7d7deb90a0b4ec4b12f26e6e5412c/icons/firefox-beta.png Mozilla Foundation - browser mozilla firefox developmer admin foss cross-platform - https://www.mozilla.org/en-US/firefox/developer/notes/ + browser mozilla firefox beta admin foss cross-platform + https://www.mozilla.org/firefox/beta/notes/ https://www.mozilla.org/en-US/MPL/2.0/ false https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/firefox @@ -49,25 +49,9 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe http://hg.mozilla.org/releases/mozilla-beta/ https://bugzilla.mozilla.org/ Web browser of the latest features in a more stable environment - - 0.28.0 + 0.28.1 Maurice Kevenaar diff --git a/automatic/vscode-vsliveshare/tools/chocolateyInstall.ps1 b/automatic/vscode-vsliveshare/tools/chocolateyInstall.ps1 index 6d42bd04e..ebe1614c6 100644 --- a/automatic/vscode-vsliveshare/tools/chocolateyInstall.ps1 +++ b/automatic/vscode-vsliveshare/tools/chocolateyInstall.ps1 @@ -1,3 +1,3 @@ $ErrorActionPreference = 'Stop' -Install-VsCodeExtension -extensionId 'ms-vsliveshare.vsliveshare@1.0.3375' +Install-VsCodeExtension -extensionId 'ms-vsliveshare.vsliveshare@1.0.3449' diff --git a/automatic/vscode-vsliveshare/vscode-vsliveshare.nuspec b/automatic/vscode-vsliveshare/vscode-vsliveshare.nuspec index 366a8e7ac..9d21fac7e 100644 --- a/automatic/vscode-vsliveshare/vscode-vsliveshare.nuspec +++ b/automatic/vscode-vsliveshare/vscode-vsliveshare.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 1.0.3375 + 1.0.3449 Maurice Kevenaar