This repository has been archived by the owner on Feb 13, 2020. It is now read-only.
Releases: n10v/nehm
Releases · n10v/nehm
4.1
4.0
- Added
sync
command. Thanks to Snake4life for idea! #11 - Got rid of
curl
dependency. Now you don't have to install evencurl
for workingnehm
! #15 - Added the ability to access more than 270 likes #17
- Delete the offset flag as we use now linked partitioning instead of offset-based pagination. More in commit description: 29cb18c
- Major performance and memory consumption improvements
- Made a lot of refactoring so code is much cleaner now
- Many minor improvements
3.2
- Add errors stack after the downloading if there were errors
- Add "ERROR: " and "WARNING: " prefixes for errors and warnings respectively
- Return warnings in cases, if you didn't set dlFolder and itunesPlaylist
nehm
will not colorize messages, if output isn't STDOUT- Minor performance, stability and binary size improvements
3.1
- If you didn't set
dlFolder
,nehm
will download tracks to home directory implicitly - If you didn't set
itunesPlaylist
,nehm
will not add tracks to iTunes implicitly - If there is any error in config, you will be notified before the showing of
tracks menu - Minor performance improvements
3.0.4
3.0.3
3.0.2
3.0.1
3.0
- Rewritten in Go: faster, less memory usage, more stable, easier to install (no need to install
Taglib
) nehm
can't download posts, because of changes in SoundCloud API :(nehm
command used to show list of likes, not help as earlier- Removed
configure
command. Now you should configurenehm
in configure file (more in README) - ... and some other improvements