Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Releases: n10v/nehm

4.1

19 Nov 09:52
Compare
Choose a tag to compare

Minor performance improvements

4.0

20 May 14:08
Compare
Choose a tag to compare
4.0
  • Added sync command. Thanks to Snake4life for idea! #11
  • Got rid of curl dependency. Now you don't have to install even curl
    for working nehm! #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

22 Oct 15:13
Compare
Choose a tag to compare
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

12 Oct 20:15
Compare
Choose a tag to compare
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

04 Sep 14:47
Compare
Choose a tag to compare
  • Now variables in config file are written in camel case, i.e.
    dl_folder now is dlFolder and itunes_playlist now is itunesPlaylist.
  • Less binary size, performance improvements and bug fixes

3.0.3

14 Aug 18:00
Compare
Choose a tag to compare
  • Minor performance improvements

3.0.2

07 Aug 05:12
Compare
Choose a tag to compare
  • Fixed list and offset flags (they didn't work earlier at all)

3.0.1

05 Aug 11:04
Compare
Choose a tag to compare
  • Fixed #5. Thanks redwards510 for report
  • Now tracks are downloaded with not so strict permissions (0766)

3.0

24 Jul 13:03
Compare
Choose a tag to compare
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 configure nehm in configure file (more in README)
  • ... and some other improvements

2.2.3

31 Dec 06:37
Compare
Choose a tag to compare
  • Fix #3. Thanks galaris for report