Skip to content

Releases: jantari/poshwal

Version 2021.11.23

23 Nov 21:26
Compare
Choose a tag to compare

Changes:

  • Windows Terminal theme is now saved to a dedicated settings fragment (in ${env:LOCALAPPDATA}\Microsoft\Windows Terminal\Fragments\poshwal) instead of main settings file.
  • This also means profiles will no longer be forced to the poshwal theme, only the profiles that have the "Generated by poshwal" theme selected will use it. Re-running poshwal updates this theme in-place

Version 2020.05.23

23 May 14:33
Compare
Choose a tag to compare

Changes:

  • Support newer versions of wt that use settings.json
  • Support for newer wt versions
  • Added initial support for the new windows terminal (wt)
  • Refined background color choosing algorithm

Version 2019.03.05

05 Mar 21:58
Compare
Choose a tag to compare

Changes:

  • Cleaned up C++ helper and removed code for logging to a file (binary size now less than half)
  • Logic fix where the prevalence of a color in the image was not being counted properly, this should lead to themes more representative of what you see in the image
  • Fix to not allow the background and text colors to be the same anymore
  • Some improvements to the logic for choosing a background color, handle edge case where it could pick a one-off color that only 1 pixel has as the background
  • Actual logic for picking Color 15 (White) instead of blindly filling its spot

Initial public release - v2019.01.11

11 Jan 19:02
Compare
Choose a tag to compare

This is the first public release - v2019.01.11

In addition to all the source, it includes the compiled binary version of 'cpp_consoleattacher'.