Skip to content

Releases: danpashin/twackup-rs

v2.0.2

21 Dec 09:57
Compare
Choose a tag to compare

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

16 Dec 15:36
Compare
Choose a tag to compare

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

17 Nov 18:24
Compare
Choose a tag to compare

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

1.0.0

30 Nov 07:49
7d5e268
Compare
Choose a tag to compare

First public release