Commit Graph

16 Commits

Author SHA1 Message Date
4f70f90d2b Bump version to 0.4.0
Minor version change for the breaking change in the public API of Plugin (now uses HashSet instead of Vec for cells and worlds).
2022-09-30 16:44:16 -04:00
22c5744cd5 Bump to version 0.3.4 2022-09-30 12:26:42 -04:00
7932d98e72 Bump version to 0.3.3 2022-03-26 16:26:46 -04:00
3ae52b32bb Bump version to 0.3.2 2022-03-03 01:06:08 -05:00
f6a74ded01 Bump version to 0.3.1 2021-08-27 00:41:28 -04:00
173289a7e8 Bump version to 0.3.0
Bumping minor version because type change in `PluginHeader` from `&str` to `Cow<str>`.
2021-07-23 23:15:33 -04:00
151ff191cc Parse strings in Windows-1252 encoding
According to UESP, this is what strings in plugin files are encoded in: https://en.uesp.net/wiki/Skyrim_Mod:File_Format_Conventions

Decoding from this encoding fixes parsing some files with zstrings that contain special characters like umlauts.
2021-07-23 23:14:08 -04:00
261c0e21c3 Bump version to 0.2.1 2021-07-21 22:23:28 -04:00
bb08e26b95 Bump version to 0.2.0 2021-07-19 00:24:48 -04:00
c20f4f71dd Bump to version 0.1.4 2021-07-15 10:35:36 -04:00
12beff1014 Prevent reading past TES4 record in header parse
Bump version to 0.1.3
2021-06-12 22:54:10 -04:00
c952eeac7a Upgrade version to 0.1.2 2021-05-29 16:22:38 -04:00
0e3d127779 Patch version 0.1.1 2021-05-20 22:22:17 -04:00
9c7d850298 Typo fix 2021-05-20 22:21:27 -04:00
af8e66fa66 Add documentation 2021-05-20 20:47:50 -04:00
200cf73248 Add parser and cli, basic extraction done 2021-05-20 01:33:11 -04:00