Commit graph

138 commits

Author SHA1 Message Date
Jan De Dobbeleer 8276799e9a feat(winget): support x86
resolves #2307
2022-05-22 20:35:16 +02:00
Jan De Dobbeleer 098dcfd88b chore: remove the powershell module 2022-05-19 08:04:13 +02:00
Samuel D. Leslie 7bb927d55c
feat(scoop): add POSH_THEMES_PATH environment variable 2022-05-16 07:00:35 +02:00
Jan De Dobbeleer 7ea9fd7855 revert(winget): use real silent modes
This reverts commit 8e1e4ae6d1.
2022-04-29 00:18:06 +02:00
Jan De Dobbeleer 3d10587041 fix: install to correct registry entry
resolves #2184
2022-04-29 00:18:06 +02:00
Jan De Dobbeleer 8e1e4ae6d1 feat(winget): use real silent modes 2022-04-27 23:22:48 +02:00
L. Yeung a9671df378 refactor(pwsh): use dynamic module for init 2022-04-26 20:22:40 +02:00
Jan De Dobbeleer 7540a5e3b2 fix(pwsh): keep a working version 2022-04-26 09:08:30 +02:00
Jan De Dobbeleer f8e5ff5be4 feat: deprecate pwsh module 2022-04-26 08:01:26 +02:00
L. Yeung c37733e3ec refactor(pwsh): purify global scope and environment 2022-04-21 13:05:52 +02:00
Jan De Dobbeleer 112043f805 feat: simpler cli interface 2022-03-25 19:08:29 +01:00
Jan De Dobbeleer d796ff166e feat(pwsh): allow POSH_PATH override
resolves #1919
2022-03-14 12:56:23 +01:00
Jan De Dobbeleer 10d56a8551 refactor(cli): migrate to cobra 2022-03-12 23:05:57 +01:00
Jan De Dobbeleer c9f5c09fd6 fix(pwsh): return cache path correctly
resolves #1858
2022-03-03 08:04:52 +01:00
denelon 3911c0b6ee chore(winget): change license to MIT 2022-02-28 18:32:18 +01:00
denelon 9f5d3224a1 chore(winget): add "oh-my-posh" tag
The Windows Package Manager has identified users searching for
"oh-my-posh". This PR adds the tag.
2022-02-28 18:32:18 +01:00
Jan De Dobbeleer f865f92633 fix(pwsh): validate the cache path
relates to #1833 #1828
2022-02-28 12:58:25 +01:00
Jan De Dobbeleer ca3b9ef955 chore: adjust license 2022-02-28 07:48:03 +01:00
Jan De Dobbeleer 70b7c4b7c5 chore(winget): remove global user scope
resolves #1829
2022-02-28 07:43:45 +01:00
Jan De Dobbeleer b5672434fc feat(pwsh): download to correct location
resolves #1589
2022-02-27 19:47:04 +01:00
Jan De Dobbeleer 876033f2d8
chore: packages and .github under MIT 2022-02-25 23:37:13 +01:00
Jan De Dobbeleer 6d03130443 feat(inno): add POSH_THEMES_PATH to env on install 2022-02-21 13:20:39 +01:00
Jan De Dobbeleer 4a713b2a23 fix(pwsh): use module qualified cmdlet for expand 2022-02-13 14:16:51 +01:00
Jan De Dobbeleer 4fe1feb488 chore(winget): implement manifest 1.1.0
resolves #1693
2022-02-05 20:37:48 +01:00
Laurent Nullens 6e91805aa7
feat(pwsh): don't overwrite dev build 2022-02-03 10:28:47 +00:00
Jan De Dobbeleer 6c88285d64
fix(scoop): correct URL post installation
resolves #1617
2022-01-20 13:18:00 +01:00
Jan De Dobbeleer 06231cb08e feat(windows): build 386 version of installer 2022-01-19 10:41:19 +01:00
Jan De Dobbeleer 37e96ef968 fix(pwsh): store the executable inside user HOME folder 2022-01-14 22:45:00 +01:00
Jan De Dobbeleer b93ab4e82d fix(winget): add switches to install silently 2021-12-30 19:39:35 +01:00
Jan De Dobbeleer 53470eb3cb fix(inno): allow install for all users
resolves #1415
2021-12-30 15:51:31 +01:00
Jan De Dobbeleer 5d1cd6209a fix(pwsh): force console to UTF-8 from module 2021-12-27 13:39:43 +01:00
Jan De Dobbeleer af639a2b7b fix(pwsh): print error when install fails in module
relates to #1498
2021-12-27 11:26:57 +01:00
Ben Gelens 5c5f0fe157
fix(pwsh): correct path separator 2021-12-16 19:53:46 +01:00
Jan De Dobbeleer adb49d1cd0 fix(pwsh): alert when we can't download dependencies
resolves #1382
2021-12-09 00:17:05 +01:00
Jan De Dobbeleer 4f921dbb0f
fix(winget): adjust templates to latest spec
relates to https://github.com/microsoft/winget-pkgs/pull/36977
2021-12-05 20:49:50 +01:00
lnu 82cad90aa0 fix(pwsh): restore pwsh 5 support
In PowerShell 6+, the default encoding is UTF-8 without BOM on all
platforms.
In Windows PowerShell, the default encoding is usually Windows-1252,
an extension of latin-1, also known as ISO 8859-1.
2021-11-30 06:41:40 +01:00
Jan De Dobbeleer e526491ae5
fix(pwsh): temporarily drop support for 5 2021-11-29 19:09:31 +01:00
Jan De Dobbeleer 603c4da30b fix(pwsh): publish module without irrelevant files 2021-11-28 19:08:21 +01:00
Jan De Dobbeleer 64a9e65e74 docs(windows): simplify installation guide 2021-11-28 15:24:48 +01:00
Jan De Dobbeleer a2be3faefe refactor: display themes function in PowerShell 2021-11-28 15:24:48 +01:00
Jan De Dobbeleer 8c0d33cf13 feat(pwsh): sync themes un update/install 2021-11-28 15:24:48 +01:00
Jan De Dobbeleer 50ee821688 chore(pwsh): print version on install 2021-11-28 15:24:48 +01:00
Jan De Dobbeleer a357becb85 feat: pwsh module as install facilitator 2021-11-28 15:24:48 +01:00
Jan De Dobbeleer 5b5666b5b0 feat: add go-releaser 2021-11-25 10:58:30 +01:00
Hasan Cem Cerit 7627a65c66 fix: add FullName for explicit path 2021-11-23 16:48:43 +01:00
Jan De Dobbeleer d422325f98 feat(pwsh): download executable from module 2021-11-22 11:53:28 +01:00
lnu 9f200a8930 ci: remove wsl executable from windows packages
for wsl, a manual install is required(linux install).
2021-11-22 10:49:41 +01:00
denelon 4359450542
feat(winget): add oh-my-posh tag
The Windows Package Manager has identified users searching for "oh-my-posh". This adds the tag.
2021-11-09 21:23:04 +01:00
Laurent Nullens 5321ae116e
feat(pwsh): missing hyperlinks for Get-PoshThemes -list (#1166) 2021-11-04 08:24:46 +01:00
Jan De Dobbeleer 3c3da5e9df chore(pwsh): warm user we're unable to set the console to UTF-8
relates to #1100
2021-10-28 11:42:37 +02:00