Commit graph

2681 commits

Author SHA1 Message Date
L. Yeung 4b71c2ba07 feat(path): respect folder_separator_icon in a colon-trailed root 2023-05-11 06:53:28 +02:00
Jan De Dobbeleer ddd4ecafc9 fix(windows): respect flag lengths 2023-05-10 20:19:51 +02:00
Jan De Dobbeleer 221cd7bad2 feat(linux): add installation script
resolves #3815
2023-05-10 20:19:51 +02:00
Jan De Dobbeleer 7d7a8c41c0 docs: add unix install script 2023-05-10 18:00:00 +02:00
Jan De Dobbeleer c5feb08791 fix(font): install all fonts in zip file 2023-05-10 12:48:38 +02:00
Jan De Dobbeleer 865374a0f5 fix(image): add background reset sequence 2023-05-09 11:44:11 +02:00
Jan De Dobbeleer c57975985f fix(font): migrate away from material icons
resolves #3818
2023-05-09 11:32:04 +02:00
allcontributors[bot] dbd37a7bd1 docs: update .all-contributorsrc [skip ci] 2023-05-09 11:09:58 +02:00
allcontributors[bot] 774ef884bb docs: update website/docs/contributors.md [skip ci] 2023-05-09 11:09:58 +02:00
Javier Dehesa 8f03f415e1 feat(python): add support for pyvenv.cfg prompt 2023-05-09 11:09:22 +02:00
allcontributors[bot] cef49107fb docs: update .all-contributorsrc [skip ci] 2023-05-09 09:07:11 +02:00
allcontributors[bot] 1185587fe4 docs: update website/docs/contributors.md [skip ci] 2023-05-09 09:07:11 +02:00
Matthew Miller dc085abb06
fix(owm): adjust icons outside of the MD range 2023-05-09 09:06:39 +02:00
Jan De Dobbeleer ca0a9c0e14 fix(winget): add installer switches 2023-05-08 20:43:54 +02:00
Jan De Dobbeleer 0f7c10328f feat(image): cache font instead of embedding 2023-05-08 20:43:54 +02:00
Jan De Dobbeleer b51d1de205
fix(cache): only store template cache on primary and transient 2023-05-08 13:35:06 +02:00
Jan De Dobbeleer 27dc979954
docs: add privacy policy link 2023-05-08 13:35:06 +02:00
Jan De Dobbeleer 9663a29fe6
feat(font): update to Nerd Font V3
BREAKING CHANGE: this deprecates support for Nerd Font V2 and
requires a compatible V3 Nerd Font. Note for users experiencing
issues with icons, update to the latest Nerd Font of your choice
2023-05-08 13:33:59 +02:00
Jan De Dobbeleer 1bcad8819c docs: add privacy policy 2023-05-08 12:44:57 +02:00
Jan De Dobbeleer 531166a35d docs: remove social integration 2023-05-06 20:34:23 +02:00
Jan De Dobbeleer 4cae83ced1 feat(windows): add installation method
resolves #3799
2023-05-06 20:32:21 +02:00
Jan De Dobbeleer 0a5230c8ca fix(notice): update brew command
resolves #3785
2023-05-06 20:11:26 +02:00
dependabot[bot] 0478fc0628 chore(deps): bump github/codeql-action from 2.3.2 to 2.3.3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.3.2 to 2.3.3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](f3feb00acb...29b1f65c5e)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-05 07:06:25 +02:00
Jan De Dobbeleer 289ca41709 fix(millis): do not create env 2023-05-04 10:51:32 +02:00
Jan De Dobbeleer 98529e4a79
chore(social): remove mastodon and fix bluesky 2023-05-04 10:36:07 +02:00
Jan De Dobbeleer cef5def472 fix(font): correct feedback on error
resolves #3782
2023-05-02 17:36:48 +02:00
Jan De Dobbeleer 96b3f01ae7 docs: update bluesky icon color 2023-05-01 10:08:19 +02:00
Jan De Dobbeleer 5b0cba36f0 chore(bluesky): update release text body 2023-05-01 10:07:21 +02:00
Jan De Dobbeleer 52e402d439 docs: update social links 2023-04-29 21:51:27 +02:00
Jan De Dobbeleer 7980b01621 docs(faq): clarify spaces in Windows Terminal 2023-04-29 11:58:21 +02:00
Jan De Dobbeleer a7a53e2998 chore(social): run jobs in parallel 2023-04-28 21:10:59 +02:00
Jan De Dobbeleer ebf7e382de docs: redirect old social handle 2023-04-28 14:17:53 +02:00
Jan De Dobbeleer 8352e48e78 docs(mastodon): migrate to hachyderm.io 2023-04-28 11:43:51 +02:00
Jan De Dobbeleer 1b781bb0c1 docs: add webfinger API 2023-04-28 11:13:52 +02:00
Jan De Dobbeleer 0b6cbdb542 chore: adjust import with wrapper 2023-04-28 09:18:39 +02:00
dependabot[bot] 819801be2c chore(deps): bump github/codeql-action from 2.3.1 to 2.3.2
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](8662eabe0e...f3feb00acb)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-28 06:38:46 +02:00
Jan De Dobbeleer f0c88efb40 fix(path): validate index before assignment
resolves #3768
2023-04-27 20:07:04 +02:00
allcontributors[bot] ca49814058 docs: update .all-contributorsrc [skip ci] 2023-04-27 16:52:15 +02:00
allcontributors[bot] 194048989a docs: update website/docs/contributors.md [skip ci] 2023-04-27 16:52:15 +02:00
Kushal-Chandar 156c99cff5 feat(themes): added go, python and rust to kushal theme 2023-04-27 16:51:36 +02:00
dependabot[bot] ded4b0bd03 chore(deps): bump github/codeql-action from 2.3.0 to 2.3.1
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](b2c19fb9a2...8662eabe0e)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-27 07:37:44 +02:00
Jan De Dobbeleer 5b51706b7a chore(social): add card instead of link 2023-04-26 16:38:39 +02:00
Jan De Dobbeleer b30965aca7 chore(social): post to bluesky using GitHub script 2023-04-26 08:37:32 +02:00
dependabot[bot] be44a3d974 chore(deps): bump sigstore/cosign-installer from 3.0.2 to 3.0.3
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](9e9de2292d...204a51a57a)

---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-26 06:54:33 +02:00
Jan De Dobbeleer 66ca5ccf1f feat(path): allow coloring the folder_separator_icon on cycle 2023-04-25 20:42:12 +02:00
Jan De Dobbeleer 5ca932ae11 chore: publish releases to bluesky 2023-04-25 18:13:58 +02:00
dependabot[bot] eac88036d1 chore(deps): bump yaml from 2.2.1 to 2.2.2 in /website
Bumps [yaml](https://github.com/eemeli/yaml) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v2.2.1...v2.2.2)

---
updated-dependencies:
- dependency-name: yaml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-25 18:00:09 +02:00
Jan De Dobbeleer 3562e54a16 feat(go): update dependencies 2023-04-24 10:37:54 +02:00
Jan De Dobbeleer e9104028d8 feat(go): update to 1.20.3 2023-04-24 09:25:06 +02:00
Jan De Dobbeleer 1e597a7c51 chore(template): add test cases to cleanTemplate 2023-04-24 09:14:50 +02:00