Commit graph

744 commits

Author SHA1 Message Date
Jan De Dobbeleer 06a372424f feat(upgrade): select source 2024-12-07 14:50:30 +01:00
Jan De Dobbeleer 6533280ff6 chore(install): use CDN for unix 2024-12-01 17:37:37 +01:00
Jan De Dobbeleer 15c2aae9d5 chore(install): move to cdn 2024-11-30 11:27:49 +01:00
Jan De Dobbeleer 12fbb92d06 chore(install): remove quiet param
resolves #5962
2024-11-30 11:27:49 +01:00
allcontributors[bot] abd6551132 docs: update website/docs/contributors.md [skip ci] 2024-11-30 11:23:32 +01:00
Tucker Beck b4fe0a09ce feat(block): allow templates for filler text
Some checks failed
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
Release / msi (arm64) (push) Blocked by required conditions
Release / msi (x64) (push) Blocked by required conditions
Release / msi (x86) (push) Blocked by required conditions
Release / cdn (arm64) (push) Blocked by required conditions
Release / cdn (x64) (push) Blocked by required conditions
Release / cdn (x86) (push) Blocked by required conditions
Release / release (push) Blocked by required conditions
Azure Static Web Apps CI/CD / Build and Deploy (push) Has been cancelled
This change allows the user to specify a template for filler so that
different behavior can be configured when the block is handling an
overflow.

An example configuration might be:

```yaml
- type: prompt
  alignment: right
  filler: "{{ if .Overflow }} {{ else }}<#3d59a1,transparent>━</>{{ end }}"
  overflow: break
```

This would draw filler text ("-") when there is no overflow and empty
space when there is an overflow.
2024-11-28 19:49:48 +01:00
allcontributors[bot] 5e12c7948c docs: update website/docs/contributors.md [skip ci] 2024-11-28 19:45:52 +01:00
Jan De Dobbeleer e139f5eadd feat(scoop): remove option due to not correctly supporting MSI 2024-11-26 19:53:29 +01:00
Jan De Dobbeleer 642aadf984 fix(install): correctly download and run MSI
resolves #5937
2024-11-26 11:08:58 +01:00
Jan De Dobbeleer 29a89f4265 docs(cmd): initialize using clink config
resolves #5866
2024-11-25 08:18:39 +01:00
Noah Springer f9c0e25556 fix: adjust tauri and svelte segments 2024-11-25 08:18:39 +01:00
Jan De Dobbeleer 4c2f08c726 feat(install): migrate to MSI 2024-11-25 08:18:39 +01:00
Noah Springer 0d5cbc8ab3 feat(segment): add tauri and svelte
Some checks are pending
Code QL / code-ql (push) Waiting to run
Azure Static Web Apps CI/CD / Build and Deploy (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
2024-11-24 10:15:21 +01:00
Silzinc 9ba85ba449 feat(fortran): add segment through gfortran 2024-11-24 10:15:21 +01:00
allcontributors[bot] a522380ca8 docs: update website/docs/contributors.md [skip ci] 2024-11-24 10:08:44 +01:00
allcontributors[bot] b6cb04435a docs: update website/docs/contributors.md [skip ci] 2024-11-24 09:52:00 +01:00
allcontributors[bot] bfcecddd99 docs: update website/docs/contributors.md [skip ci] 2024-11-19 14:45:09 +01:00
Jan De Dobbeleer f1f9217c90 fix(language): disable cache by default 2024-11-17 12:21:19 +01:00
allcontributors[bot] c2ab69b8fc docs: update website/docs/contributors.md [skip ci] 2024-11-14 16:30:35 +01:00
L. Yeung dd62c23c62 docs: correct default value of cache_duration for language segments 2024-11-11 12:40:06 +01:00
L. Yeung f790b02b96 docs: add native_fallback property for mercurial segment 2024-11-11 12:40:06 +01:00
Jan De Dobbeleer 8295e48ed3 docs: add subscription links
Some checks failed
Code QL / code-ql (push) Has been cancelled
Azure Static Web Apps CI/CD / Build and Deploy (push) Has been cancelled
Release / changelog (push) Has been cancelled
Release / artifacts (push) Has been cancelled
2024-11-09 11:41:53 +01:00
Jan De Dobbeleer 665b487727 chore: remove all version 2 references
Some checks are pending
Code QL / code-ql (push) Waiting to run
Azure Static Web Apps CI/CD / Build and Deploy (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
2024-11-08 16:29:05 +01:00
Jan De Dobbeleer 7f97c36adb feat(language): allow tweaking version cache 2024-11-08 16:15:29 +01:00
Ernesto Cianciotta 5ec18f230f feat(segment): add aurelia 2024-11-07 20:40:04 +01:00
00ll00 6402d5d488 feat: zig lang supporting 2024-11-07 20:40:04 +01:00
allcontributors[bot] e335c4d325 docs: update website/docs/contributors.md [skip ci] 2024-11-07 16:33:15 +01:00
allcontributors[bot] 51b78fde00 docs: update website/docs/contributors.md [skip ci] 2024-11-07 11:43:18 +01:00
L. Yeung 48c4de31e5 docs(upgrade): update description of cache_duration property 2024-11-07 10:45:27 +01:00
Jan De Dobbeleer 63d79fe294 fix(upgrade): restore caching mechanism
Some checks failed
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
Azure Static Web Apps CI/CD / Build and Deploy (push) Has been cancelled
2024-11-06 19:37:13 +01:00
Jan De Dobbeleer 905dd2093d docs(segment): remove include folders from properties 2024-11-06 19:37:13 +01:00
Jan De Dobbeleer c457f23734 fix(notice): validate correct keyword 2024-11-04 20:06:11 +01:00
Jan De Dobbeleer 4ac1033706 refactor: move exclude/include folders to segment root 2024-11-04 12:15:40 +01:00
Jan De Dobbeleer 404f4e0f31 docs: use Config component instead of raw JSON 2024-11-04 12:15:40 +01:00
Jan De Dobbeleer d479ef88fd refactor: remove unused cache_version references 2024-11-04 12:15:40 +01:00
Oleksandr Babieiev d64de61436 feat(project): add support for mojo 2024-11-04 12:15:40 +01:00
Oleksandr Babieiev 2791f78e46 docs(project): adjust typo 2024-11-04 12:15:40 +01:00
Oleksandr Babieiev 6ae82f4c78 feat(segment): add mojo 2024-11-04 12:15:40 +01:00
Oleksandr Babieiev 17c19c3157 feat(project): add support for dart 2024-11-04 12:15:40 +01:00
Jan De Dobbeleer 87404454a4 refactor(upgrade): allow setting from CLI 2024-11-04 12:15:40 +01:00
Jan De Dobbeleer 724d25b4ee refactor: remove unused cache_timeout references 2024-11-04 12:15:40 +01:00
Jan De Dobbeleer 95d8546a8c feat(cache): add segment caching strategy 2024-11-04 12:15:40 +01:00
Jan De Dobbeleer efa8ef9880 feat(notice): disable upgrade notice by default
BREAKING CHANGE: changes `disable_notice: false` to `upgrade_notice`: true
2024-11-04 12:15:40 +01:00
allcontributors[bot] 1be8b31cde docs: update website/docs/contributors.md [skip ci] 2024-10-22 20:46:49 +02:00
Jan De Dobbeleer 2557ee2eab fix(network): map SSID to .Name
Some checks failed
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
Azure Static Web Apps CI/CD / Build and Deploy (push) Has been cancelled
resolves #5742
2024-10-14 13:47:35 +02:00
Jan De Dobbeleer b239a68d05 docs(install): adjust typo 2024-10-13 13:45:54 +02:00
Jan De Dobbeleer 745ec78586 docs(install): correct installation folder 2024-10-13 10:27:44 +02:00
allcontributors[bot] 1168a3a626 docs: update website/docs/contributors.md [skip ci] 2024-10-11 21:38:27 +02:00
Antonin Ruan 026fa16145 refactor(python): change fallback_names to default_venv_names 2024-10-11 21:37:55 +02:00
Antonin Ruan daea52598c feat(python): make folder fallback env names customizable 2024-10-11 21:37:55 +02:00