Skip to content

Commit

Permalink
Revert update to version number, add changes to 0.7.4 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alphillips-lab authored and huettenhain committed Oct 7, 2024
1 parent a6483ac commit 791b1ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@
> If a release contains only bugfix, it is marked as a 'bugfix release'.
> Otherwise, the changelog entries highlight only new or changed functionality.
## Version 0.7.5
- The a3x unit now is capable of decrypting EA05 formatted scripts, previously only capable of decrypting EA06 formatted scripts.

## Version 0.7.4
- The `--join` option of all path extraction units has been improved for producing paths that can always be used for dumping data to disk. This includes units to unpack archives, resources, or other embedded data that can be referenced by a name.
- The `ef` unit has a new option that specifies whether to follow (directory) symlinks / junctions or not.
- The key scaling method for `autoxor` was adjusted to produce less false positives when scanning for larger keys.
- The a3x unit now is capable of decrypting EA05 formatted scripts, previously only capable of decrypting EA06 formatted scripts.

## Version 0.7.3 - bugfix release

Expand Down
2 changes: 1 addition & 1 deletion refinery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
4. `refinery.units`: writing custom units, add command-line arguments, and how to use refinery
units within Python code.
"""
__version__ = '0.7.5'
__version__ = '0.7.3'
__distribution__ = 'binary-refinery'

from typing import Dict, List, Optional, Type, TypeVar, Iterable
Expand Down

0 comments on commit 791b1ac

Please sign in to comment.