| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| buku v5.1 source code.tar.gz | 2025-12-07 | 673.5 kB | |
| buku v5.1 source code.zip | 2025-12-07 | 734.5 kB | |
| README.md | 2025-12-07 | 1.2 kB | |
| Totals: 3 Items | 1.4 MB | 0 | |
buku v5.1 release notes.
- [x] auto-import from Brave Browser
- [x]
amd64docker image (will be built starting from next release) - [x] sorting bookmarks by absence/presence of a specific tag
- [x] reordering all bookmarks in DB (based on specified sorting)
- [x] support overriding default URI scheme for
browse()(@meonkeys) - [x] include a
Sec-Fetch-Modeheader when fetching a webpage (in case the website admin cares about that) - [x] source: renaming main file to
buku.py(which is the name it gets installed as) - [x] packaging: migrating from
setup.pytopyproject.toml(@branchvincent) - [x] packaging: installing the manpage into
pipxvenv (@branchvincent) - [x] Python: adding v3.14, removing v3.9
- [x] API: improved BukuCrypt
- [x] Bukuserver: Swagger-based interactive documentation for the web-API
- [x] Bukuserver: option to change initial value of Fetch checkbox in Create Bookmark form
- [x] Bukuserver: migrate from Bootstrap v3 to v4
- [x] migrate to the upcoming flask-admin v2 (see [#753]) (@LeXofLeviafan)