Releases: xoofx/LibObjectFile
Releases · xoofx/LibObjectFile
2.0.0
Changes
🚨 Breaking Changes
- ELF refactoring with breaking changes (PR #42)
✨ New Features
- Add check_wsl CI workflow (86b2e58)
🧰 Misc
Full Changelog: 1.1.1...2.0.0
Published with dotnet-releaser
1.1.1
Changes
✨ New Features
- Add tmp folder to .gitignore (b227b5d)
🐛 Bug Fixes
- Fix issue with shadow section of size = 1 (a7f0cd5)
Full Changelog: 1.1.0...1.1.1
Published with dotnet-releaser
1.1.0
1.0.0
Changes
✨ New Features
- Add nuget.org only config (f1906e9)
🐛 Bug Fixes
🚀 Enhancements
- Add support for PE (PR #34)
🧰 Maintenance
- Update ci.yml with nuget config (5c625fb)
📦 Dependencies
- Update dependencies, CI and some base class (6a93fe2)
🧰 Misc
- Update readme about Ubuntu 22.04 (bb7314c)
- Update readme.md (e2bc6eb)
- Update CI badge in readme (3a5cf38)
Full Changelog: 0.6.0...1.0.0
Published with dotnet-releaser
0.6.0
Changes
🐛 Bug Fixes
- Fix string collision when two sections have the same name (PR #33) by @filipnavara
🧰 Misc
Full Changelog: 0.5.0...0.6.0
Published with dotnet-releaser
0.5.0
Changes
🐛 Bug Fixes
- Fix counting the DwarfLineProgramTable layout (PR #23) by @filipnavara
- Fix read string bigger than 128 bytes from Stream. (PR #27) by @lucasgl
- Update unit tests and fix bugs to make them pass again (PR #32) by @filipnavara
- Fixes ci to use ubuntu-20.04 (5747489)
🚀 Enhancements
- Add support for building optimized string table (PR #30) by @filipnavara
- Make LEB128 size calculation branchless (PR #29) by @PaulusParssinen
- Add support for more than SHN_LORESERVE sections (PR #31) by @filipnavara
📦 Dependencies
- Bump library to use net7.0 (4338772)
🧰 Misc
Full Changelog: 0.4.0...0.5.0
Published with dotnet-releaser
0.4.0
Changes
🚀 Enhancements
- Add support for encoding location lists (PR #22) by @filipnavara
Full Changelog: 0.3.6...0.4.0
Published with dotnet-releaser
0.3.6
Changes
✨ New Features
🐛 Bug Fixes
- Fix FormatExceptions due to Enum.ToString not supporting precision (PR #15) by @tmds
- Fix SliceStream.Seek offset check (PR #19) by @filipnavara
🏭 Tests
- Fix TestDebugLineLibMultipleObjs (5f0887d)
🧰 Misc
- Don't make directory mandatory for DW_LNE_define_file (40b5602)
- Log a warning if an extended opcode has an invalid length (6a89355)
- Use dotnet-releaser, use net6.0 and update packages (f192089)
Full Changelog: 0.3.5...0.3.6