Skip to content

Tags: redballoonsecurity/ofrak

Tags

ofrak-v3.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release: 3.2.0 (#361)

* Empty ProjectManager with button to enter it

* Some arrangement

* Scrolling, unified project view

* initial adventure/project implementation

* Exclusive checkboxes with focus

* iterate a bit on adventure data structure

* Do checkbox better

* tests, rename to projects, more implementation

* Mostly focusing elemetns and css

* Use panes and some other small changes

* Move titles outside of content boxes

* Use panes and some other things

* updating version strings

* Hookedup project creation to backend

* Missed something

* Add proper response to server routes

* Use project given from server

* Get scripts from server

* Run a project, but resource view does not open automatically

* Script runs on project start

* Run project opens resource view

* Accidentally deleted script element

* Select any project from frontend

* Can clone project from git

* Little bit of startview css

* Startview css and formatting things

* Better toolbar

* Back button, some fortmatting, css etc

* Back buttons

* Changeable project location, and some other things

* check for existence of project dir, and only slurp it up when interacting with projects

* disable project management buttons when inputs not populated

* Remove package-lock.json

* Add project metadata and save option

* add frontend/backend support to list project scripts in RunScript dropdown

* Added ability to delete files

* see/change which scripts are associated with each binary

* Hide project option if no project and add .trash when deleting

* remove leading /

* another leading slash

* postmerge cleanups

* remove unused imports

* oops

* Do mypy's bidding

* make associated script checkboxes work with script reset

* core init script functionality

* removing debug print

* refactor ProjectManagerCheckbox.svelte a bit, better styling

* add some on-hover hints for checkboxes, rename "Run" to "Launch"

* only show project options if experimental settings enabled

* add checkbox for experimental feature to landing page

* remove duplicated CSS class

* update version numbering

* isolate non-python dependencies

* correct script options to binary options

* Some tests for projects

* fix typo

* save project test

* test delete

* refactor bincopy dependency checking for function coverage

* double check dependencies on bincopy

* update experimental features checkbox colors

* test get project script

* update version numbers

* Test git clone

* Test open project

* linting

* remove empty test, use HTTPS instead of git URLs, fix project id to session id

* Changelog

* frontend lint from merge conflict

* update old project tests, fix minor bugs, use init script by default

* finish renaming "adventure" to "project"

* fix very dumb typo

* remove dead code, refactor for test coverage

* update changelog link and test coverage

* update version numbers

* flesh out changelog a bit more

* update version numbers to final release

* correctly update PatchMaker version

* fix project file deleting so that trashed files are restored on load if the metadata is not updated, and update GUI when files deleted

* throw error to notify user if they try to Launch with no binary selected

---------

Co-authored-by: Dan Pesce <[email protected]>
Co-authored-by: edward <[email protected]>
Co-authored-by: Dan Pesce <[email protected]>
Co-authored-by: dannyp303 <[email protected]>

ofrak-patch-maker-v4.0.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release: 3.2.0 (#361)

* Empty ProjectManager with button to enter it

* Some arrangement

* Scrolling, unified project view

* initial adventure/project implementation

* Exclusive checkboxes with focus

* iterate a bit on adventure data structure

* Do checkbox better

* tests, rename to projects, more implementation

* Mostly focusing elemetns and css

* Use panes and some other small changes

* Move titles outside of content boxes

* Use panes and some other things

* updating version strings

* Hookedup project creation to backend

* Missed something

* Add proper response to server routes

* Use project given from server

* Get scripts from server

* Run a project, but resource view does not open automatically

* Script runs on project start

* Run project opens resource view

* Accidentally deleted script element

* Select any project from frontend

* Can clone project from git

* Little bit of startview css

* Startview css and formatting things

* Better toolbar

* Back button, some fortmatting, css etc

* Back buttons

* Changeable project location, and some other things

* check for existence of project dir, and only slurp it up when interacting with projects

* disable project management buttons when inputs not populated

* Remove package-lock.json

* Add project metadata and save option

* add frontend/backend support to list project scripts in RunScript dropdown

* Added ability to delete files

* see/change which scripts are associated with each binary

* Hide project option if no project and add .trash when deleting

* remove leading /

* another leading slash

* postmerge cleanups

* remove unused imports

* oops

* Do mypy's bidding

* make associated script checkboxes work with script reset

* core init script functionality

* removing debug print

* refactor ProjectManagerCheckbox.svelte a bit, better styling

* add some on-hover hints for checkboxes, rename "Run" to "Launch"

* only show project options if experimental settings enabled

* add checkbox for experimental feature to landing page

* remove duplicated CSS class

* update version numbering

* isolate non-python dependencies

* correct script options to binary options

* Some tests for projects

* fix typo

* save project test

* test delete

* refactor bincopy dependency checking for function coverage

* double check dependencies on bincopy

* update experimental features checkbox colors

* test get project script

* update version numbers

* Test git clone

* Test open project

* linting

* remove empty test, use HTTPS instead of git URLs, fix project id to session id

* Changelog

* frontend lint from merge conflict

* update old project tests, fix minor bugs, use init script by default

* finish renaming "adventure" to "project"

* fix very dumb typo

* remove dead code, refactor for test coverage

* update changelog link and test coverage

* update version numbers

* flesh out changelog a bit more

* update version numbers to final release

* correctly update PatchMaker version

* fix project file deleting so that trashed files are restored on load if the metadata is not updated, and update GUI when files deleted

* throw error to notify user if they try to Launch with no binary selected

---------

Co-authored-by: Dan Pesce <[email protected]>
Co-authored-by: edward <[email protected]>
Co-authored-by: Dan Pesce <[email protected]>
Co-authored-by: dannyp303 <[email protected]>

ofrak-patch-maker-v4.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release/3.1.0 (#329)

* bumping versions, changelog

* update versions and changelog

* fix reactive loop causing auto scroll

* set version to 3.1.0

* update version and changelog

* bump ofrak_patch_maker required version

---------

Co-authored-by: edward <[email protected]>

ofrak-v3.1.0

update versions and changelog

ofrak-type-v2.2.0

final version bumps

ofrak-patch-maker-v4.0.0

final version bumps

ofrak-v3.0.0

bump pre release num

ofrak-v2.2.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release/ofrak 2.2.1 (#246)

* remove pyyaml 6.0 pin

* handle missing uber-apk-signer properly and os-agnostic

* dockerstub goes to tmp dir with absolute path

* bump changelog and version

* bump version num in the GUI

* update reedsolo pin

* Bump ofrak_core requirements to latest versions

* reword changelog

---------

Co-authored-by: edward <[email protected]>
Co-authored-by: Wyatt <[email protected]>

ofrak-v2.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
increment ofrak_core version number (#207)

* increment ofrak_core version number

* fix bug: reactively update dataLength

---------

Co-authored-by: edward <[email protected]>

ofrak-v2.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
rename references to AutoAttributes in frontend (#189)

* rename references to AutoAttributes in frontend

* change GUI display version to match OFRAK's

* strip "AttributeType" from displayed attributes names

Co-authored-by: edward <[email protected]>