Skip to content
This repository has been archived by the owner on Jul 23, 2022. It is now read-only.

tinyDLM v1.1

Latest
Compare
Choose a tag to compare
@guimauveb guimauveb released this 16 Oct 14:55
· 92 commits to master since this release

Version 1.1 fixes the following bugs

- Buffer overflow caused by not allocating space for '\0' in some screen printing functions
- Buffer overflow caused by an index value becoming negative
- Segmentation fault caused by trying to access a std::map::iterator value after having been erased 

UI updates

- 'Add a new download' window now uses a curses menu to select between close / schedule / start instead of a key combination

New features

- Duplicate filenames are automatically appended with a number corresponding to the number of duplicates already encountered

Notes

On macOS Big Sur, since an unkown change the linker is unable to find some libraries. Unfortunately I don't have time to investigate. It still works fine on Linux and previous macOS versions.