Skip to content

Commit

Permalink
Small corrections to CHANGELOG and README.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikelChan committed Sep 1, 2021
1 parent d47952d commit 3b23daa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Complete rewrite. Now it's easier to use, it's able to handle more AFS variations and can recreate them in the exact same format variation as in the original AFS archive. It doesn't require any extra input or configuration by the user. All necessary data to recreate the AFS is stored in a metadata.json file.
- AFS archives that contain files with directory data will be extracted maintaining the same folder structure.
- Now it requires .Net Core 3.1 instead of .Net Framework 4.7.2.
- Now it requires .NET Core 3.1 instead of .NET Framework 4.7.2.
### Added
- New command to previsualize information about the contents of an AFS archive.
- New `-i` command to previsualize information about the contents of an AFS archive.
### Fixed
- Recent fixes for AFS Packer 1.2.x are in this version aswell.
- Recent fixes for AFS Packer 1.2.x are in this version as well.
- Better handling of AFS archives that contain file names with invalid characters or paths.
- Better error checking to inform the user if something goes wrong.
### Removed
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ AFS Packer is powered by [AFSLib](https://github.com/MaikelChan/AFSLib), a libra
## Requirements
The program requires the [.NET Core Runtime 3.1](https://dotnet.microsoft.com/download/dotnet-core/3.1) and it works on Windows, Linux and MacOS.

## Changelog
You can check the changelog [here](https://github.com/MaikelChan/AFSPacker/blob/v2/CHANGELOG.md).

## Usage
```
AFSPacker -e <input_afs_file> <output_dir> : Extract AFS archive
Expand Down

0 comments on commit 3b23daa

Please sign in to comment.