Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: 3.2.0 #361

Merged
merged 112 commits into from
Aug 10, 2023
Merged

Release: 3.2.0 #361

merged 112 commits into from
Aug 10, 2023

Conversation

EdwardLarson
Copy link
Collaborator

Added

  • Add a JFFS2 packer and unpacker. (#326)
  • Add method to Resource and data service to search for patterns in its data (#333)
  • Add search bars to GUI in order to search for a string or bytes within a resource. (#345)
  • Add Identifier, Unpacker, Packer for Intel Hex format. (#349)
  • Add unpackers for EXT filesystems (versions 2 through 4). (#337)
  • A new feature that allows users to create an OFRAK "project" that contains a collection of scripts and binaries. (#360)

Changed

  • Support uploading files in chunks to handle files larger than 2GB from the GUI (#324)
  • Do not look for the ofrak_patch_maker toolchain.conf in /etc so local installs do not need escalated permissions. (#342)

Fixed

  • Save resources affected by data patches and dependency updates on a resource being saved (#355)

Dan Pesce and others added 30 commits June 28, 2023 18:41
@whyitfor
Copy link
Contributor

Right now the dependencies are:

install_requires=[
        "ofrak_io>=1.0,==1.*",
        "ofrak_type>=2.2.0rc0,==2.*",
        "ofrak_patch_maker>=4.0.1rc0,==4.*",
    ]

Is there a reason these can't be >= to the currently released versions of these packages?

Copy link
Contributor

@whyitfor whyitfor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comment. Were you planning on releasing ofrak patch maker 4.1.0 with this release?

ofrak_core/CHANGELOG.md Outdated Show resolved Hide resolved
@EdwardLarson EdwardLarson merged commit 53503f3 into master Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants