Releases: danpashin/twackup-rs
Releases · danpashin/twackup-rs
v2.0.2
This is a bug-fix release with lots of small issues fixed
Bug fixes
- Bar buttons (remove, share) now respond to content - if there's no such, they are disabled
- Fix invalid margins for select circle in package cells
- Disk statistics now reloads smoother and don't blink
- Fix possible race condition when saving muiltiple debs in database
- Fix not presenting detailed package view on iPad in the two-windows state
- Fix critical bug not parsing packages tagged with "deinstall" state
- Learn more button in package detail view now fallbacks to homepage if not depiction available
- English localization is fixed now
- Fix some really small memory leaks
Improvements
- Bzip2 compression is now supported
- By tapping on the tabbar item, you can return to the previous screen or to the top of the list
- Add helping views with some description if no content is available
- Detail view is now responsive and supports scrolling
v2.0.1
What's Changed
- Add fully functional FFI
- Add fully functional GUI written in Swift on top of FFI
Full Changelog: v2.0.0...v2.0.1
v2.0.0
CLI
- Add options to change deb compression type and level. Now supports gzip, zstd and xz types
- Improve logging system
- Add some colors to cli commands errors
Under the hood
- Update all dependencies with security fixes
- Split project into the library and CLI interface
- Refactor all modules - rebuilding, archiving, dpkg database parsing. Now they are working as expected and pass tests
- Document every public part of library
- Migrate to Tokio instead of threadpools