{"id":90808,"date":"2020-08-06T13:42:18","date_gmt":"2020-08-06T11:42:18","guid":{"rendered":"https:\/\/prohoster.info\/blog\/administrirovanie\/vyshlo-pervoe-obnovlenie-windows-package-manager-preview-v0-1-41821"},"modified":"2020-08-06T13:42:18","modified_gmt":"2020-08-06T11:42:18","slug":"vyshlo-pervoe-obnovlenie-windows-package-manager-preview-v0-1-41821","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/vyshlo-pervoe-obnovlenie-windows-package-manager-preview-v0-1-41821","title":{"rendered":"The first update of Windows Package Manager Preview (v0.1.41821) has been released.","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>We present the first update for the Windows Package Manager. If you are a participant in the program <noindex><a rel=\"nofollow\" href=\"https:\/\/insider.windows.com\/\">Windows Insider<\/a><\/noindex> or Package Manager Insider, you should already have the latest updates installed. If you are an insider and do not have them, please open the store and check for updates. If you prefer to simply download the client, visit the releases page at <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/microsoft\/winget-cli\/releases\">GitHub<\/a><\/noindex>. If you want to receive automatic updates from the store, you can join the <noindex><a rel=\"nofollow\" href=\"http:\/\/aka.ms\/winget-InsiderProgram\">Package Manager Insider<\/a><\/noindex>. <\/p>\n<p><img decoding=\"async\" alt=\"The first update of Windows Package Manager Preview (v0.1.41821) has been released.\" src=\"\/wp-content\/uploads\/2020\/08\/0324b444d76d49db89a27f17145384b8.jpeg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<noindex><a rel=\"nofollow\" name=\"habracut\"><\/a><\/noindex><\/p>\n<h2>What's New<\/h2>\n<p>\nThis version of the client allows you to create and save your favorite settings, as well as includes new packages and bug fixes. <\/p>\n<h4>Parameters<\/h4>\n<p>\nThe client now has a settings.json file. To open the JSON file in your default editor, simply run <i>winget settings<\/i>. Currently, in the file, you can customize a couple of things to your liking. For example, I have set the style to 'rainbow' for the progress indicator. Options such as 'accent' (default) and 'retro' are also available. <\/p>\n<p><img decoding=\"async\" alt=\"The first update of Windows Package Manager Preview (v0.1.41821) has been released.\" src=\"\/wp-content\/uploads\/2020\/08\/4ca065f837585d4934a872fa8f6f43ac.jpeg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nAnother parameter that may interest you is 'autoUpdateIntervalInMinutes'. It allows you to change the frequency with which the client checks the list of available packages. This can be particularly useful if you have a slow internet connection. By default, the interval is set to five minutes.<\/p>\n<p><b>Note:<\/b> it does not run in the background, but occurs only during command execution. If desired, you can disable this by setting the value to '0'. In that case, you will need to manually check for updates by running the command<\/p>\n<pre><code class=\"xml\">winget source update<\/code><\/pre>\n<p><\/p>\n<h4>Bug fixes<\/h4>\n<p>\nWe have begun addressing issues with 'non-us-ASCII characters' and case sensitivity. There was also a problem with support for interactive installation, but that has now been resolved.<\/p>\n<pre><code class=\"xml\">winget install  -i<\/code><\/pre>\n<p><\/p>\n<h2>Community Heroes<\/h2>\n<p>\nThe response to the project has been incredible. A huge number of people contributed to the discussion and formation of the list of available packages, with over 800 packages added to the community repository. Special thanks to <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/philipcraig\">@philipcraig<\/a><\/noindex>, <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/edjroot\">@edjroot<\/a><\/noindex>, <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/bnt0\">@bnt0<\/a><\/noindex>, <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/danielchalmers\">@danielchalmers<\/a><\/noindex>, <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/superusercode\">@superusercode<\/a><\/noindex>, <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/doppelc\">@doppelc<\/a><\/noindex>, <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/sachinjoseph\">@sachinjoseph<\/a><\/noindex>, <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/ivan-kulikov-dev\">@ivan-kulikov-dev<\/a><\/noindex>, <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/chausner\">@chausner<\/a><\/noindex>, <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/jsoref\">@jsoref<\/a><\/noindex>, <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/DurableMicron\">@DurableMicron<\/a><\/noindex>, <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/Olifant1990\">@Olifant1990<\/a><\/noindex>, <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/MarcusP-P\">@MarcusP-P<\/a><\/noindex>, <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/himejisyana\">@himejisyana<\/a><\/noindex> and <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/dyl10s\">@dyl10s<\/a><\/noindex>.<\/p>\n<h2>What happens next<\/h2>\n<p><\/p>\n<h4>Feature Toggle <\/h4>\n<p>\nWe needed a way to release experimental features without causing issues for you. Working with feature toggles was the first step, allowing us to test in practice that client behavior would be within expectations while you also have the opportunity to test new features.<\/p>\n<h4>Microsoft Store<\/h4>\n<p>\nOur initial support will likely be limited to free apps rated 'E' (for Everyone). This will be the first release with feature toggles, so you can experience what it's like to test experimental features. We'll start with the basics and add more over time.<\/p>\n<h4>Key Features<\/h4>\n<p>\nOne way we determine what to implement next is by filtering known proposals on GitHub based on '+1' (the thumbs-up icon). This allows us to see high demand for topics such as 'Update,' 'Delete,' and 'List of Available Apps,' as well as support for installing .zip files, store apps, and standalone applications (e.g., adding .exe to your path). Built-in support for PowerShell also ranks high on this list. <\/p>\n<h4>Microsoft Community Package Repository <\/h4>\n<p>\nOur bot is working diligently to approve more packages. It\u2019s not as smart as we\u2019d like, but it's learning. We've just taught it to provide more accurate error messages for various situations. Now it will inform you of hash mismatches or errors related to accessing the installer file. We will continue to develop our bot as our goal is to simplify the addition of your packages.<\/p>\n<p>Be sure to check out the client proposals on <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/microsoft\/winget-cli\/issues\">GitHub <\/a><\/noindex>and give a '+1' to any features you would really like to see.<br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/company\/microsoft\/blog\/513522\/\">habr.com<\/a> <\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u041f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u043c \u043f\u0435\u0440\u0432\u043e\u0435 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0434\u043b\u044f Windows Package Manager. \u0415\u0441\u043b\u0438 \u0432\u044b \u044f\u0432\u043b\u044f\u0435\u0442\u0435\u0441\u044c \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a\u043e\u043c \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u044b Windows Insider \u0438\u043b\u0438 Package Manager Insider, \u0442\u043e \u0443 \u0432\u0430\u0441 \u0443\u0436\u0435 \u0434\u043e\u043b\u0436\u043d\u044b \u0431\u044b\u0442\u044c \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u044b \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f. \u0415\u0441\u043b\u0438 \u0436\u0435 \u0432\u044b \u044f\u0432\u043b\u044f\u0435\u0442\u0435\u0441\u044c \u0438\u043d\u0441\u0430\u0439\u0434\u0435\u0440\u043e\u043c, \u0438 \u0443 \u0432\u0430\u0441 \u0438\u0445 \u043d\u0435\u0442, \u0442\u043e \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0435 \u043c\u0430\u0433\u0430\u0437\u0438\u043d \u0438 \u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u043d\u0430\u043b\u0438\u0447\u0438\u0435 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439. \u0415\u0441\u043b\u0438 \u0432\u044b \u043f\u0440\u0435\u0434\u043f\u043e\u0447\u0438\u0442\u0430\u0435\u0442\u0435 \u043f\u0440\u043e\u0441\u0442\u043e \u0441\u043a\u0430\u0447\u0430\u0442\u044c \u043a\u043b\u0438\u0435\u043d\u0442, \u043f\u0435\u0440\u0435\u0439\u0434\u0438\u0442\u0435 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u0432\u044b\u043f\u0443\u0441\u043a\u043e\u0432 \u043d\u0430 [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":90809,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[688],"tags":[],"class_list":["post-90808","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-administrirovanie"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u041f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u043c \u043f\u0435\u0440\u0432\u043e\u0435 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0434\u043b\u044f Windows Package Manager.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Yuri Gagarin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/vyshlo-pervoe-obnovlenie-windows-package-manager-preview-v0-1-41821\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47\u0412\u044b\u0448\u043b\u043e \u043f\u0435\u0440\u0432\u043e\u0435 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 Windows Package Manager Preview (v0.1.41821) | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u041f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u043c \u043f\u0435\u0440\u0432\u043e\u0435 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0434\u043b\u044f Windows Package Manager.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/vyshlo-pervoe-obnovlenie-windows-package-manager-preview-v0-1-41821\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2020-08-06T11:42:18+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2020-08-06T11:42:18+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47The first update of Windows Package Manager Preview (v0.1.41821) has been released | ProHoster","description":"Introducing the first update for Windows Package Manager.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/vyshlo-pervoe-obnovlenie-windows-package-manager-preview-v0-1-41821","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"en_US","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47\u0412\u044b\u0448\u043b\u043e \u043f\u0435\u0440\u0432\u043e\u0435 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 Windows Package Manager Preview (v0.1.41821) | ProHoster","og:description":"\u041f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u043c \u043f\u0435\u0440\u0432\u043e\u0435 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0434\u043b\u044f Windows Package Manager.","og:url":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/vyshlo-pervoe-obnovlenie-windows-package-manager-preview-v0-1-41821","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2020-08-06T11:42:18+00:00","article:modified_time":"2020-08-06T11:42:18+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"90808","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":null,"breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2021-02-28 12:42:23","updated":"2022-09-28 21:56:15","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/90808","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=90808"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/90808\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media\/90809"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=90808"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=90808"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=90808"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}