Skip to content

Releases: marin-m/pbtk

Minor fixes

27 Mar 01:52
6920d75

Choose a tag to compare

  • Support spawning Chrome or Chromium for the "web-extract" feature from within Snap
  • Fix debugging output

Mark the feature status in UI

18 Mar 16:23
daa5528

Choose a tag to compare

Mark the status of what works currently well in the UI - See issue #38 and others

Use Qt6 system themes with "uv"

04 Mar 13:13
4825c53

Choose a tag to compare

  • Add the system-pyside6 shim to pyproject.toml in order to use native Qt themes when installing with uv

This changeset does not impact the Flatpak distribution.

Implement a Flatpak and fix dependencies

04 Mar 08:22
09184d8

Choose a tag to compare

  • Implement Flatpak compatibility
  • Force the Protobuf Python module to 6.x as 7.x removes the FieldDescriptor.label field and other stuff (https://protobuf.dev/news/2025-09-19/#python-remove-apis)
  • Bump the target Python version specified in pyproject.toml to 3.9+ to content Dependabot

pyproject.toml fix

20 Feb 10:26

Choose a tag to compare

  • Specify the project.gui-scripts section in pyproject.toml for Windows compatibility

Publish to PyPI

17 Feb 04:12
407ae78

Choose a tag to compare

  • Fix invalid output when mixed-type reserved values are present (PR #32 thanks to @diogotr7)
  • Update project from PyQt3 to PySide6
  • Other minor fixes
  • Add pyproject.toml and publish to PyPI

2020 release

03 Mar 05:29

Choose a tag to compare

  • Fix various bugs in the Java extractor
  • Fix various bugs in the GUI
  • Update the web extractor
  • Improve the README with commands

1.0.4

20 Feb 18:54

Choose a tag to compare

  • Improved Java extractor, especially with Micro runtime
  • Editor now supports group, oneof, map types
  • Various fixes

1.0.3

18 Feb 10:50

Choose a tag to compare

  • Full Python 3.5 compatibility
  • Bundling jad, dex2jar with program
  • Java extractor improvement on edge cases
  • Other minor refactoring

First release

16 Feb 23:04

Choose a tag to compare

First release, includes everything that is good