Skip to content

Commit 14f4dc6

Browse files
chore(main): release 0.7.1
1 parent bf86ab7 commit 14f4dc6

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

.github/release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.7.0"
2+
".": "0.7.1"
33
}

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# Changelog
22

3+
## [0.7.1](https://github.com/jghauser/papis.nvim/compare/v0.7.0...v0.7.1) (2025-05-11)
4+
5+
6+
### Features
7+
8+
* add snacks picker and move telescope codes to search ([355bd7c](https://github.com/jghauser/papis.nvim/commit/355bd7cfc7eb9b5add3db3b0dd665f28d74cbf8d))
9+
* add snacks picker and move telescope codes to search ([783fe55](https://github.com/jghauser/papis.nvim/commit/783fe551c69007bd3111ed328d90c2a7cad1b1be))
10+
* add typst support ([490bce4](https://github.com/jghauser/papis.nvim/commit/490bce48530b1379a4a11c10810ed0e36669040f))
11+
* **completion:** add blink.cmp completion provider ([288f626](https://github.com/jghauser/papis.nvim/commit/288f626b50d537a0a4d1858bca9f6a4a5d5e757f))
12+
* make keymaps less nested ([ab50f8c](https://github.com/jghauser/papis.nvim/commit/ab50f8c04ca4f383d342f773f0d51d8b95c60bf9))
13+
* make keymaps less nested ([22a30d8](https://github.com/jghauser/papis.nvim/commit/22a30d8c494b9f9009c01fa80533dfd707099ba5))
14+
* **papis-storage:** robust handling of library import errors ([11dff5a](https://github.com/jghauser/papis.nvim/commit/11dff5ac579616b8835f3d53fae8978bf4374617))
15+
* **papis-storage:** robust handling of library import errors ([4b274a2](https://github.com/jghauser/papis.nvim/commit/4b274a2e315396202f6754cce5147e6e200a2c7c))
16+
* **search:** pick provider automatically by default ([e90ac0f](https://github.com/jghauser/papis.nvim/commit/e90ac0f1900f8ac8d23b0db1d776679d0e700dc2))
17+
* **search:** sort by time_added for snacks picker ([5c290f3](https://github.com/jghauser/papis.nvim/commit/5c290f307168ab63496f3cdaf865829c7ffcef4e))
18+
* **search:** use keymaps from config for telescope and snacks ([c4566cb](https://github.com/jghauser/papis.nvim/commit/c4566cbfff7382ab5dd0c25a4dd43e49f10e6b02))
19+
20+
21+
### Bug Fixes
22+
23+
* **at-cursor:** also strip white space at beginning and end of ref ([551920c](https://github.com/jghauser/papis.nvim/commit/551920cd8bcb5950d277a9627c6faf0cd6075977))
24+
* **at-cursor:** also strip white space at beginning and end of ref ([788bbab](https://github.com/jghauser/papis.nvim/commit/788bbabd60fbbea184555fe3dd550fd30ded8953))
25+
* **at-cursor:** correctly handle citet/citep in tex ([f8c0ec7](https://github.com/jghauser/papis.nvim/commit/f8c0ec7480d86f9105633557651e860f83a8c8ed))
26+
* **at-cursor:** correctly handle citet/citep in tex ([e6bea82](https://github.com/jghauser/papis.nvim/commit/e6bea82de8ad781e54727fd42939501fcf3f17e8))
27+
* **at-cursor:** get latex cite formats to work (v2) ([68457df](https://github.com/jghauser/papis.nvim/commit/68457df80b1330be656984e81d21755cfbd6952b))
28+
* **at-cursor:** get latex cite formats to work (v2) ([73accac](https://github.com/jghauser/papis.nvim/commit/73accac713caf7e2fac68670a145e53f38ed77b3))
29+
* **at-cursor:** refs are also terminated by `]` ([bf1ee96](https://github.com/jghauser/papis.nvim/commit/bf1ee966268fd128a9133d7d3a887744f5a16c76))
30+
* **data:** make reset_db more robust ([c7fd4e7](https://github.com/jghauser/papis.nvim/commit/c7fd4e7bdf01647a24d0ec60d4fa238fd142bb77))
31+
* **health:** correct error message about wrong yq ([5adfba2](https://github.com/jghauser/papis.nvim/commit/5adfba24b622a63f5a65ea0e6e85e7ebd040b572))
32+
* **health:** correct error message about wrong yq ([657089e](https://github.com/jghauser/papis.nvim/commit/657089e007f6c99dfcf61585b9c73b6367d31faa))
33+
* Papis search command for snacks ([e3e664d](https://github.com/jghauser/papis.nvim/commit/e3e664d1ae9420764fa57ed29b7825fe4c0b1cde))
34+
* proper error handling ([96a30da](https://github.com/jghauser/papis.nvim/commit/96a30daa1ef5575393ac1b257cc2d6e60facf9af))
35+
* **search:** better error messages ([4d4d6b2](https://github.com/jghauser/papis.nvim/commit/4d4d6b2a9bbc5ff20ad8f280cb5c1daa1d821d4b))
36+
* **search:** make snacks use precalculated values ([d2042b2](https://github.com/jghauser/papis.nvim/commit/d2042b2dab604a6a82ce8ab90cf3490e1bbfdd33))
37+
* **search:** snacks source name ([e873c78](https://github.com/jghauser/papis.nvim/commit/e873c78e1a2719ce978278d7263592de35c04883))
38+
* **search:** wrap snacks preview window if configured ([8b02402](https://github.com/jghauser/papis.nvim/commit/8b024028bb73bd7128e77b62b2ac1792b9b7677d))
39+
* **utils:** don't insert empty lines in preview window etc ([bf86ab7](https://github.com/jghauser/papis.nvim/commit/bf86ab7d4eef65a63297fef733d9a13f447dd928))
40+
341
## [0.7.0](https://github.com/jghauser/papis.nvim/compare/v0.6.1...v0.7.0) (2024-09-03)
442

543

0 commit comments

Comments
 (0)