Skip to content

Release: 3.2.0#361

Merged
EdwardLarson merged 112 commits into
masterfrom
release/3.2.0
Aug 10, 2023
Merged

Release: 3.2.0#361
EdwardLarson merged 112 commits into
masterfrom
release/3.2.0

Conversation

@EdwardLarson
Copy link
Copy Markdown
Contributor

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
Copy Markdown
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
Copy Markdown
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?

Comment thread ofrak_core/CHANGELOG.md Outdated
@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