aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md11
3 files changed, 8 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c8aa5e2..0ee7ace 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -71,7 +71,7 @@ dependencies = [
[[package]]
name = "bibiman"
-version = "0.6.2"
+version = "0.6.4"
dependencies = [
"arboard",
"biblatex",
diff --git a/Cargo.toml b/Cargo.toml
index ccfbeab..8f8f9b1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bibiman"
-version = "0.6.2"
+version = "0.6.4"
authors = ["lukeflo <lukeflo_git@posteo.de>"]
license = "GPL-3.0-or-later"
edition = "2021"
diff --git a/README.md b/README.md
index ef2720b..7795e60 100644
--- a/README.md
+++ b/README.md
@@ -46,9 +46,8 @@ Of course, this can be aliased if you only use one main file. E.g. in
## Features
-For now, `bibiman` only has some very basic features implemented which are
-important for my personal workflow. There are more to come, the list will be
-updated:
+For now, `bibiman` only has mainly features implemented which are important for
+my personal workflow. There are more to come, the list will be updated:
- [x] **Browse** through the bib entries using _Vim-like keybindings_ and a
_fuzzy search_ mode.
@@ -69,6 +68,9 @@ updated:
the Hayagriva Yaml style doesn't offer keywords; s. issue in
[Hayagriva repo](https://github.com/typst/hayagriva/issues/240)).
+**Please feel free to suggest further features through the issue
+functionality.**
+
## Keybindings
Use the following keybindings to manage the TUI:
@@ -131,8 +133,7 @@ and `start` on Windows. Thanks to the report from @bastislack in #2 MacOS seems
to work.
_However, Windows does not work. Have to figure this out. Reports from some
-Windows users are very welcome. Reports from some Windows users are very
-welcome._
+Windows users are very welcome._
Furthermore, DOIs have to begin with either `https://doi...` as full URL or
`10.(...)` as regular DOI style. URLs work if they begin with either `http...`