Skip to content

Releases: Achno/gowall

v0.1.9

15 Nov 21:03
Compare
Choose a tag to compare
  • Big Feature 🚀 Added img to pixel art ❗ ❗
    The documentation can be found here along with visual examples ;)
  • Finally Docs 📚 : https://achno.github.io/gowall-docs/ Not just relying on the README for documentation anymore. Every feature there has a visual example. Also its a place i can share tips and tricks for gowall for how to avoid bad conversions (check here.
  • Feature 🚀 Added Remove background from image. The documentation for this can be found here
  • Feature 🚀 Added Replace a specific color in an Image. Incredibly convenient if the background of the image is a solid color or you just want to change something in the image. The documentation can be found here
  • Shell Completions ⌨ Shell completion guide for zsh bash fish powershell available : here

Thats all for this time ;) See you in the next release (i have left an easter egg 🥚 in the docs site for the future features in the next update)

v0.1.8

11 Sep 16:13
45c8791
Compare
Choose a tag to compare
  • Feature 🚀 Added the ability to create a border for an image. View number 11 in the Usage section to see an example image. You can specify color and border thickness (pixels) .The syntax is:
 gowall draw ~/Pictures/img.png -c #5D3FD3 -b 5
  • Feature 🚀 Added the ability to change image formats
    For example from .webp to .png (of course you can change to any format you want)
 gowall convert ~/Pictures/img.webp -f png

This eliminates the reason for you to go to image converter websites
With gowall the conversion happens instantly whereas in most converter websites it can take seconds

  • Added NixOS installation method

v0.1.7

16 Aug 15:02
Compare
Choose a tag to compare
  • Big Feature 🚀 added Extracting color pallete from wallpaper ( yes like pywal , in under 150ms) ❗❗
    Usage : gowall extract ~/Pictures/pagoda.jpeg -c 6
    The -c flag specifies the number of colors to return ( in this case it returns 6 hex colors: #130C0C #3E3D3D #A33234 #757271 #908F8D #C6C6C6 )

    In order to preview the colors of all the hex color codes at once you use the -p flag
    Example : gowall extract ~/Pictures/pagoda.jpeg -pc 6. It should have opened a url in your default web browser , simply copy-paste the hex codes from your terminal and view the colors :)

  • Feature 🚀 Added Wallpaper of the day with gowall -w.
    It fetches the top wallapper and displays it on your terminal if you are running kitty , else opens your default image viewing application

  • Quality Feature Added a way to print the hex color codes of all themes , so you can trim them down and help you create your custom color scheme.
    gowall list -t catppuccin --> prints all the hex codes of catppuccin
    The general syntax is gowall list -t <theme_name>

    You can also use gowall list -pt <theme_name to open a hex previewer and paste the hex colors of the theme for you to view !

(Saves you time tracking down the colors for a theme and enables you to tweak the theme with custom themes even faster)

v0.1.6

09 Aug 14:50
Compare
Choose a tag to compare
  • Big Feature 🚀 Added Image previewing ❗ ❗ If you are using a terminal which supports images (Kitty) it will print the image to the terminal. Anything other than kitty it will open your default image viewing application of your operating system.

    Image previewing is on by default for single image processing. You can disable it if you want in ~/.config/gowall/config.yml with EnableImagePreviewing: false

  • Quality feature Improved error handling and now errors are shown in red to be easier to see : example

  • Quality feature You can capitalize the name of the theme however you want instead of only lowercase : ex. gowall ... -t catppuccin == gowall ... -t CATPPUCCIN == gowall ... -t Catppuccin

  • Fixed bug 🐛 where gowall threw a panic if you did not specify the filepath

v0.1.5

01 Aug 15:03
Compare
Choose a tag to compare
  • Big Feature 🚀 : Added support to convert / invert a whole directory with the # delimiter, check out 4. in the Usage section

  • Quality Feature : added gowall -v displays the version of gowall to help with those building from source to stay up to date

  • Themes 🎨 Added 5 new themes to play around with (Tokyo-storm/dark/moon + cyberpunk and more)

  • Fixed concurrency bug 🐛 where ::: Image 4 Completed , NUMBER_OF Images left ::: NUMBER_OF was wrongly displayed

v0.1.4

29 Jul 20:02
Compare
Choose a tag to compare
  • Big Feature 🚀 : Added custom themes, users can now define custom themes in ~/.config/gowall/config.yml check out the Theme section for more info ( PR #2)

  • Themes 🎨 Added 11 new themes to play around with

  • Fixed bug #4 where gowall convert path/img.png without specifying the theme did not convert to catppuccin (its the default) correctly

  • Fixed bug with duplicate names in config.yml

  • Added installation instructions for Void Linux ( Maintainer : elbachir-one )

Initial Release

27 Jul 14:38
Compare
Choose a tag to compare
v0.1.0

updated README