**Released: 2025-03-18**
- `NortonGuide.maybe` now accepts `str` as well as `Path`.
([16](https://github.com/davep/ngdb.py/pull/16))
- Handle parsing entries that contain an invalid `^a` (generally what should
have been a `^^a`). ([21](https://github.com/davep/ngdb.py/pull/21))
- Handle parsing entries that contain an invalid `^c` (generally what should
have been a `^^c`). ([21](https://github.com/davep/ngdb.py/pull/21))
- Handle 0xFF characters at the very end of a string.
([22](https://github.com/davep/ngdb.py/pull/22))
- Added `NortonGuide.file_size`.
([23](https://github.com/davep/ngdb.py/pull/23))
- Added more aggressive end-of-file checking (`NGEOF` more likely to be
raised when encountering a mangled/truncated guide).
([23](https://github.com/davep/ngdb.py/pull/23))
- Menu titles are prompts now have any RLE compression expanded.
([24](https://github.com/davep/ngdb.py/pull/24))