numbat:master

Last commit made on 2024-02-24
Get this branch:
git clone -b master https://git.launchpad.net/numbat

Branch merges

Branch information

Name:
master
Repository:
lp:numbat

Recent commits

76c506d... by David Peter <email address hidden>

Update book/src/cli-installation.md

68fbde9... by Archisman Panigrahi

Add info about architecture for PPA and AUR

636a3ca... by Archisman Panigrahi

Numbat PPA for Ubuntu and derivatives

c164d91... by David Peter <email address hidden>

Make to_markup more flexible

4932f49... by David Peter <email address hidden>

Format datetime values using datetime(…) function

84ece3f... by David Peter <email address hidden>

Move HtmlFormatter to core

0cb8aef... by David Peter <email address hidden>

Always embed modules

This enables embedding of modules into the binary, even in debug mode.
The idea of rust-embed to load files from disk when in debug mode is
neat, but I've tripped over this one too many times. It's just confusing
that things behave differently in debug and release mode. So let's fix
this.

46c84ec... by David Peter <email address hidden>

Do not add opening paren when completing conversion functions

736e91d... by Hamir Mahal <email address hidden>

refactor: readability improvement with `is_empty`

397235b... by Hamir Mahal <email address hidden>

refactor: remove manual impl. of `Option::map`