2024-11-13 09:45:41 by pin | Files touched by this commit (3) | |
Log message: shells/oh-my-posh: update to 24.3.0 Features cli: restore --version option (a0002e1) |
2024-11-09 20:45:37 by pin | Files touched by this commit (3) | |
Log message: shells/oh-my-posh: update to 24.2.2 v24.2.2 What's Changed Better installation instructions by @Etto48 in #120 Removed unused deps Updated upload-sarif to v3 v24.2.1 Bug Fixes migrate: create properties when nil (84e1e89) v24.2.0 Bug Fixes schema: add zig to segment enum (2a05bc8) Features language: allow tweaking version cache (7f97c36) Reverts segment: add to cache after rendering (f838eaf) |
2024-11-08 10:07:27 by pin | Files touched by this commit (3) | |
Log message: shells/oh-my-posh: update to 24.1.0 v24.1.0 Bug Fixes prompt: reset colors before printing fillers (1adf542) segment: add to cache after rendering (ce02759) templates: restore resolving logic (84d132e), closes #5848 Features segment: add aurelia (5ec18f2) zig lang supporting (6402d5d) v24.0.11 Bug Fixes templates: restore templates_logic (af76a9a) v24.0.10 Bug Fixes template: load cache before evaluation starts (86291dc) v24.0.9 Bug Fixes upgrade: restore caching mechanism (63d79fe) v24.0.8 Bug Fixes cli: revert breaking CLI change (466f9e7) segment: evaluate all needs (7de2809) v24.0.7 Bug Fixes cli: correct help text (472bd6f) template: add missing .PSWD (0a5e1f6) v24.0.6 Bug Fixes prompt: render segments when everything is executed (da6c925), closes #5816 v24.0.5 Bug Fixes prompt: render segments when everything is executed (da6c925), closes #5816 v24.0.4 Bug Fixes block: do not print newline when empty (014dc08) notice: validate correct keyword (c457f23) segment: ignore empty colors (225f6c6) v24.0.3 Bug Fixes init: use positional parameter (075eaca), closes #5804 v24.0.2 Bug Fixes build: reintroduce 386 builds (a54041e) v24.0.1 Bug Fixes image: initialize image correctly (0b76bea) v24.0.0 Features Auto upgrade oh-my-posh enable upgradenotice oh-my-posh disable upgradenotice Breaking changes Config: OSC99 is removed Set pwd: OSC99 instead of OSC99: true Segment: cache_timeout is removed Segment caching is now managed on a higher level, namely the segment itself. You \ can cache any segment for a specified amount of time by using the new cache \ field: { "type": "git", "cache": { "duration": "1minute", "strategy": "folder" } } Duration can take in values from 1second(s) to xmonths as well as the infinite \ keyword. The strategy can be folder or session, with folder being the default. \ Folder is smart enough to take into account SCM context in subfolder, as long as \ the SCM tool supports it. Segment: cache_version is removed The version is now cached for 24 hours by default. Use the above caching \ mechanism to tweak that even more. Block: type: linebreak is removed This was marked as deprecated for a long time and has now been removed. Add \ newline: true to the block you want to see on a new line. Block: horizontal_offset and vertical_offset are removed This was only relevant in they days where the block positioning wasn't that \ reliable yet, should no longer be needed. Changelog Bug Fixes color: resolve palette before ANSI conversion (6a8cecb), closes #5790 image: initialize image CLI correctly (4ebbdd3) windows: do not follow app store symlinks (ab39417) Code Refactoring segment: remove templates (42b776b) Features cache: add segment caching strategy (95d8546) cache: create .cache if no other options are found (fbcd78e), closes #5758 cache: remove segment specific caching (4fe6efc) cache: store cache on segment level (a45fb39) expose segment output text (9f57650), closes #5750 language: add version caching for 1 week (b3b41fc) notice: disable upgrade notice by default (efa8ef9) osc: remove OSC99 from config (0c6ab9b) project: add support for dart (17c19c3) project: add support for mojo (d64de61) remove offset settings from block (e7cbbde) segment: add mojo (6ae82f4) Performance Improvements add sync pool for template struct (84ac954) correctly align struct fields (d4b86e6) template: cache template functions (9e19420) BREAKING CHANGES segment: with templates being removed, this need to be a single template \ element now notice: changes disable_notice: false to upgrade_notice: true this is now completely deprecated and no longer supported osc: this requires to set pwd: OSC99 instead of OSC99: true Assets 28 |
2024-10-24 09:40:37 by pin | Files touched by this commit (3) | |
Log message: shells/oh-my-posh: update to 23.20.3 Bug Fixes - fish: do not accept autosuggestion by default (69ee58f) |
2024-10-19 17:35:23 by pin | Files touched by this commit (2) | |
Log message: shells/oh-my-posh: update to 23.20.2 Bug Fixes - uninstallDisplayIcon missing in Windows Registry (41b9c8f) |
2024-10-14 20:46:44 by pin | Files touched by this commit (2) | |
Log message: shells/oh-my-posh: update to 23.20.1 Bug Fixes - network: map SSID to .Name (2557ee2), closes #5742 |
2024-10-13 16:06:15 by pin | Files touched by this commit (2) | |
Log message: shells/oh-my-posh: update to 23.20.0 Features - init: clean cache files > 1 week automatically (49ea489) |
2024-10-12 08:17:38 by pin | Files touched by this commit (2) | |
Log message: shells/oh-my-posh: update to 23.19.0 v23.19.0 Features - python: make folder fallback env names customizable (daea525) v23.18.0 Features - upgrade: configure using cli (9fbc615), closes #5734 |
2024-10-08 05:33:28 by pin | Files touched by this commit (3) | |
Log message: shells/oh-my-posh: update to 23.17.0 Bug Fixes - init: rewrite theme blob url to raw url (dba953a) Features - color: enable accent color for macOS (addef65), closes #5711 |
2024-10-06 19:34:23 by pin | Files touched by this commit (3) | |
Log message: shells/oh-my-posh: update to 23.16.0 Features - build: embed timezone database (b3f3c0a) |