From 3ece55cb8334e4ad7c6c41fff8a4ace67cc70beb Mon Sep 17 00:00:00 2001 From: speedie Date: Wed, 1 Mar 2023 12:10:11 +0100 Subject: [PATCH] update releaseinfo --- TODO | 1 + docs/example.Xresources | 1 + docs/releaseinfo.md | 19 ++++++++----------- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/TODO b/TODO index ab3c8ed..54f52e6 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,4 @@ # TODO for spmenu - More example scripts +- Add configuration file using (probably) libconfig diff --git a/docs/example.Xresources b/docs/example.Xresources index 30da526..564f90b 100644 --- a/docs/example.Xresources +++ b/docs/example.Xresources @@ -1,3 +1,4 @@ +! spmenu default configuration in .Xresources format spmenu.font: Noto Sans Mono 8 spmenu.col_itemnormfg: #bbbbbb spmenu.col_itemnormbg: #222222 diff --git a/docs/releaseinfo.md b/docs/releaseinfo.md index ed9f457..58340f4 100644 --- a/docs/releaseinfo.md +++ b/docs/releaseinfo.md @@ -1,21 +1,18 @@ -### **spmenu 0.2** +### **spmenu 0.2.1** New release of spmenu. ### Changelog -- Add image support (using imlib2) -- Improve (by a lot) colored text -- Separate colorschemes -- Add right-to-left language support -- Add keybind array -- Add Vim-like modes to keybinds -- Fix typos -- Add a lot of arguments +- Improve image support, images can now be much larger without scaling issues. +- Add pango markup toggles +- Change default font +- If an image is bigger than the width/height of the X11 client, the X11 client will be resized on-the-fly. +- Fix image gaps and importantly width being added on when there is no image to display ### Installation Simply download and unpack the tarball, and `make clean install` as root. -- If you are on Gentoo, you can install `x11-misc/spmenu` by adding my overlay. -- I plan on writing an Arch AUR package eventually, but please feel free to do my job for me! +- If you are on Gentoo, you can install `x11-misc/spmenu` by adding my [overlay](https://codeberg.org/speedie/speedie-overlay). +- If you are on Arch, you can install `spmenu` through my [repository](https://git.speedie.gq/speedie-aur).