2024.10.29 - Upstream rust code π and toggle paste mode π©π½βπ³
Changes
-
Use upstream rust pbcli π
- Until now sharepaste used a local fork of pbcli with UniFFI bindings
- Our UniFFI bindings contribution were reviewed and finally merged upstream in August
- So we can now use upstream directly! Enabling faster inclusion of new core features
-
Allow changing paste format manually with cute format toggle icon π©π½βπ³
- This one was a lot of work. Especially the icon placement.
- It is not straightforward (code wise). Had to be clever and use some workarounds.
- Am satisfied with it. But more efficient / simpler code is welcome!
-
Update and fix test
- We now use a long expiry paste on some server to test paste retrieval.
Full Changelog: 2024.10.21...2024.10.29
Upcoming
What to expect in upcoming releases
-
Adaptive navigation layout, that conforms to screen size (bottom/side/panel)
-
Simple local history/log of shared pastes
(no sensitive content, only metadata, delete links)