Skip to content

Releases: buster/rrun

v0.2.3

18 Feb 20:49
Compare
Choose a tag to compare

updates gtk deps and crates.io version

v0.2.2

06 Feb 10:28
Compare
Choose a tag to compare
  • update dependencies
  • updates gtk deps
  • updates clap
  • updates env_logger
  • updates regex
  • update toml
  • updates clap
  • fix regex update
  • update changelog

v0.2.1

25 Jun 20:02
Compare
Choose a tag to compare

Update for GTK-rs changes

Configurable UI & Caching

02 Feb 01:22
Compare
Choose a tag to compare

This release add the ability to override the entire design of the app by creating and editing one or both of the following files:

~/.config/rrun/rrun.glade
~/.config/rrun/style.css

It also contains the necessary command line interface required for caching completions.

v0.1.0

09 Jan 10:22
Compare
Choose a tag to compare

With much help from @nightscape , this release adds a configuration file to easily define new completions.
rrun has become much more flexible now!

Version 0.0.6 - working with Rust Beta & lowered Dependencies

08 May 15:33
Compare
Choose a tag to compare
  • Switched from gtk::SearchEntry to gtk::Entry to lower the dependency on GTK 3.10+.
  • This makes rrun build on travis again.
  • Also rrun builds in Rust Beta and, thus, should also run with the Rust final.

v0.0.5

27 Mar 09:37
Compare
Choose a tag to compare
  • add buildpackage commands to Makefile
  • change tag version format
  • Update README.rst
  • repair travis image
    which is still red anyway..
  • add debian package files
  • update to latest rust
  • add build dependency versions
  • remove examples
  • updater copyright

v0.0.4

12 Mar 18:19
Compare
Choose a tag to compare
  • Requires bash
  • Supports adding to the history through "history -s" in bash
  • prevents "compgen" calls from cluttering the history