Skip to content

Commit

Permalink
Bumped to version 2.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikelChan committed Sep 6, 2021
1 parent 9d6d9fe commit 5203ee8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
7 changes: 4 additions & 3 deletions AFSPacker/AFSPacker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>false</SelfContained>
<Version>2.0.0</Version>
<Authors>PacoChan</Authors>
<Company />
<Version>2.1.0</Version>
<Authors>MaikelChan / PacoChan</Authors>
<Company>MaikelChan / PacoChan</Company>
<Description>Tool to extract and create AFS files.</Description>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.1.0] - 2021-09-06
### Added
- Entry block alignment is now configurable.
- Implemented null entries, which are entries that have no data. Some games have entries like that. This was implemented in 1.x versions of AFSPacker, but wasn't present in 2.0.0.

### Changed
- Metadata format has been upgraded from v1 to v2, which include several changes. This is not a problem for existing projects, as any v1 metadata.json will be upgraded automatically to v2.

### Fixed
- More checks to avoid an entry name having more than 32 characters.

## [2.0.0] - 2021-09-01
### 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.
Expand Down

0 comments on commit 5203ee8

Please sign in to comment.