Commit graph

774 commits

Author SHA1 Message Date
Bosco Domingo 5f4681e4ed feat: add go.sum and go.work to Go detection 2025-03-03 13:59:11 +01:00
Muhammad Danish ea8a922968 chore: update winget config file location & extension 2025-03-03 13:59:11 +01:00
allcontributors[bot] 522783f83f docs: update website/docs/contributors.md [skip ci] 2025-03-03 13:53:08 +01:00
allcontributors[bot] 286c637ca1 docs: update website/docs/contributors.md [skip ci] 2025-03-03 12:57:23 +01:00
allcontributors[bot] 79952461fb docs: update website/docs/contributors.md [skip ci] 2025-03-01 17:32:17 +01:00
allcontributors[bot] 3c1eb253f5 docs: update website/docs/contributors.md [skip ci] 2025-03-01 17:14:56 +01:00
allcontributors[bot] ef435964a3 docs: update website/docs/contributors.md [skip ci] 2025-03-01 17:12:22 +01:00
Jan De Dobbeleer 93649abc21 feat(template): add global Version property 2025-02-27 08:48:41 +01:00
Jan De Dobbeleer c77fe2b61e chore(docs): update API dependencies 2025-02-27 08:48:41 +01:00
Jan De Dobbeleer 4037c38478 chore(docs): update docusaurus to latest 2025-02-27 08:48:41 +01:00
Jan De Dobbeleer 28f6c19309 feat(git): replace branch properties with template
BREAKING CHANGE: this removes branch properties from the git segment
and replaces them with a single template. To migrate, use the following
guide.

*branch_max_length*

`"branch_max_length": 5` -> `"branch_template": "{{ trunc 5 .Branch }}"`

This will turn `feature/test-this-branch` into `featu`

If you want to display a truncate symbol at the end of the branch name:

`"branch_template": "{{ truncE 5 .Branch }}"`

This will turn `feature/test-this-branch` into `feat…`

*full_branch_path*

`"full_branch_path": false` -> `"branch_template": "{{ base .Branch }}"`

This will turn `feature/test-this-branch` into `test-this-branch`
2025-02-27 08:48:41 +01:00
wiyco 81788727c2 feat(segments): add bun.lock file support for bun v1.2+ 2025-02-27 08:48:41 +01:00
allcontributors[bot] 76a21e11ee docs: update website/docs/contributors.md [skip ci] 2025-02-18 21:49:17 +01:00
abhro 75b10e7890 docs: fix: list in customize.mdx 2025-02-18 21:48:46 +01:00
allcontributors[bot] b291569a8f docs: update website/docs/contributors.md [skip ci] 2025-02-09 15:30:38 +01:00
allcontributors[bot] c273dc77a1 docs: update website/docs/contributors.md [skip ci] 2025-01-26 11:03:04 +01:00
allcontributors[bot] 592d439987 docs: update website/docs/contributors.md [skip ci] 2025-01-18 14:49:48 +01:00
Jan De Dobbeleer 43940f103f docs: fix version 2 reference
resolves #6060
2025-01-03 16:04:20 +01:00
allcontributors[bot] 4b33b8f1de docs: update website/docs/contributors.md [skip ci] 2025-01-01 22:53:13 +01:00
Tristan Leclair-Vani d0ef5d3670 docs: fix typo 2025-01-01 22:52:43 +01:00
allcontributors[bot] f9be062e0b docs: update website/docs/contributors.md [skip ci] 2024-12-22 20:37:33 +01:00
Jan De Dobbeleer 3b40f825c3 feat(git): expose .Rebase as an object
resolves #6044
2024-12-22 18:14:08 +01:00
Jan De Dobbeleer b4d0b42395 feat(font): cache zip files
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 / release (push) Blocked by required conditions
Azure Static Web Apps CI/CD / Build and Deploy (push) Has been cancelled
2024-12-19 20:43:02 +01:00
Jan De Dobbeleer 4d06374007 fix(font): specify CascadiaCode (MS) correctly
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
Release / msi (arm64) (push) Has been cancelled
Release / msi (x64) (push) Has been cancelled
Release / msi (x86) (push) Has been cancelled
Release / release (push) Has been cancelled
2024-12-18 15:54:16 +01:00
allcontributors[bot] 6cc4f5f06e docs: update website/docs/contributors.md [skip ci] 2024-12-18 08:56:05 +01:00
Jan De Dobbeleer a7ad857a2d feat(font): allow installing from a specific zip file folder
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
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 / release (push) Blocked by required conditions
2024-12-17 20:37:47 +01:00
Pavlo Golub 1ca96a12fa docs(go): update symbol
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 / release (push) Blocked by required conditions
Azure Static Web Apps CI/CD / Build and Deploy (push) Has been cancelled
resolves #4625
2024-12-14 16:16:03 +01:00
Jan De Dobbeleer c2734a97a5 feat(font): specify ttf or otf (default) using --ttf flag
resolves #5996
2024-12-14 16:16:03 +01:00
Jan De Dobbeleer 57f18f8ed2 feat(block): allow force rendering
resolves #6002
2024-12-14 16:16:03 +01:00
allcontributors[bot] 73359e27de docs: update website/docs/contributors.md [skip ci] 2024-12-14 16:11:33 +01:00
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