Skip to content
Tags give the ability to mark specific points in history as being important
  • 1.5.0
    Release 1.5.0
    
    Added
    -----
    
    * meson option `-Denable-svg=[auto|enabled|disabled]`. When disabled,
      _librsvg_ is no longer a dependency and SVG icons are
      disabled. Default: `auto`.
    * meson option `-Denable-png=[auto|enabled|disabled]`. When disabled,
      _libpng_ is no longer a dependency and PNG icons are
      disabled. Default: `auto`.
    * meson option `-Denable-cairo=[auto|enabled|disabled]`. When
      disabled, fuzzel will not be able to draw rounded corners, nor
      support SVGs (regardless of what `-Denable-svg` is set to)
      (https://codeberg.org/dnkl/fuzzel/issues/10).
    * `-I,--no-icons` command line option; disables all icons
      (https://codeberg.org/dnkl/fuzzel/issues/12)
    * FreeBSD port.
    * `-x,--horizontal-pad` and `-y,--vertical-pad` command line options
      (https://codeberg.org/dnkl/fuzzel/issues/12).
    * `--line-height` and `-letter-spacing` command line options
      (https://codeberg.org/dnkl/fuzzel/issues/12).
    
    Changed
    -------
    
    * PNGs are now loaded and rendered with _libpng_ instead of _cairo_.
    
    Fixed
    -----
    
    * Wrong colors when not fully opaque.
    * Rendering of SVGs containing multiple icons.
    * Font being incorrectly scaled on rotated monitors.
    * PPI being calculated incorrectly.
    * Crash on keyboard input when repeat rate was zero (i.e. no repeat).
    
    Contributors
    ------------
    
    * [magenbluten](https://codeberg.org/magenbluten)
    * jbeich
  • 1.4.2
    Release 1.4.2
    
    Fixed
    -----
    
    * Subpixel antialiasing was not applied correctly on opaque
      backgrounds.
  • 1.4.1
    Release 1.4.1
    
    Fixed
    -----
    
    * Incorrect extension for man pages.
  • 1.4.0
    Release 1.4.0
  • 1.3.0
    Release 1.3.0
    
    * Fixes to zsh completions
    * New dependencies: tllist and fcft. The move to fcft brings a lot of
      font rendering improvements.
  • 1.2.0
    Release 1.2.0
    
    * Project name change: f00sel -> fuzzel
    * Font fallback; fuzzel now uses fontconfig+freetype directly to
      render glyphs (instead of cairo). This allows us to do font fallback
      when a glyph cannot be found in the primary font.
    * Unbreak PKGBUILD with **pacman-5.2**
    * Verify the Wayland compositor implements the minimum interface
      versions we require (or higher)
    * Improved zsh completions
    * Internal refactoring that will ease continued development
    * Various minor bug fixes
  • 1.1.0
    1.1.0
    
    * Zsh completions
    * Icon theme can now be specified on the command line with -i,--icon-theme
    * Better XDG icon theme matching
    * Add support for SVG icons in XDG icon theme directories
    * Add support for 'scalable' XDG icon theme directories
    * -d,--dmenu mode (read entries from stdin, write selected one to stdout)
  • 1.0.1
    Release 1.0.1
    
    This release adds the -v,--version command line option.
  • 1.0.0
    472cc3cb · PKGBUILD: set version ·
    Release 1.0.0
  • 0.9.0
    A pre-1.0 tag, to enable some kind of versioning