Assists music production by grouping standalone programs into sessions. Community version of "Non Session Manager".
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

99 lines
4.1KB

  1. #Changelog
  2. Format: Double ## for a version number followed by a space, ISO-Date, Semantic Versioning:
  3. ## YYYY-MM-DD major.minor.patch
  4. Two empty lines before the next entry.
  5. External contributors notice at the end of the line: (LastName, FirstName / nick)
  6. ## 2021-01-15 1.5.0
  7. WARNING: Next scheduled release (2021-04-15) will switch the default session root
  8. to $XDG_DATA_HOME ( default on most distributions: ~/.local/share/nsm/ )
  9. With the next release prepare to do one of the following:
  10. * Move old sessions to the new root directory (preferred)
  11. * Symlink "~/NSM Sessions" to the new root directory
  12. * use the nsmd --session-root commandline argument.
  13. nsmd:
  14. Fix session discovery to not report nested sessions anymore. Also more robust file system error handling.
  15. Command line option --quiet: Suppress messages except warnings and errors
  16. Protect against orphaned clients or daemons when the server, or even a GUI, crashes.
  17. Replace cowboy-slang in info-level OSC with descriptive, technical messages.
  18. Legacy-GUI:
  19. Fix manpage description and usage with the correct executable name
  20. Fix resizing to very small and back. ( / TheGreatWhiteShark )
  21. NSM-Proxy:
  22. Multiple layout and style fixes. Better texts for beginners.
  23. API:
  24. NSM_API_VERSION_PATCH from 0 to 1 (1.1.0 -> 1.1.1)
  25. Please see API document chapter "Changes in API Version 1.1.1"
  26. Extras:
  27. This repository now contains extras (libraries, programs, documentation etc.)
  28. Extras are technically not connected to the main programs of this repository.
  29. There is no dependency to any "extra" nor any license implications.
  30. Please read extras/README.md.
  31. nsm.h was moved to extras/nsm.h
  32. "extras/pynsm" is now a part of NEW-SM. It was a standalone git repo until now.
  33. ## 2020-07-15 1.4.0
  34. Add documentation and manpages.
  35. Legacy-GUI:
  36. Overhaul look and feel.
  37. Rewrite labels and buttons with unambiguous descriptions.
  38. Protect text-input dialog windows from empty strings, like "Add New Client" or "New Session"
  39. Scale icons, support more icon formats.
  40. Show all icons and buttons when attaching to a running nsmd session
  41. Various small fixes.
  42. Always show correct session name, no matter how the session was loaded or how the GUI was started
  43. nsmd:
  44. NSM_API_VERSION_MINOR from 0 to 1 (1.0 -> 1.1)
  45. Repair nsmd to correctly send client data when running headless and a GUI announces later.
  46. ClientId generation now prevent collision with existing IDs.
  47. nsmd command line option --load-session to directly load one (Berkelder, Rik)
  48. Better detection of clients that failed to launch leads to faster session startup (by 5 seconds)
  49. Users get informed by client-label if an executable is not present on the system or permission denied
  50. Fixed reply for listing sessions from a plain "Done." to proper reply path with empty string as terminal symbol "/reply", "/nsm/server/list", ""
  51. Fix operation reply to last treated client instead to reply to sender (Picot, Mathieu / houston)
  52. /nsm/gui/session/name send consistent session name/relative-path pair to the annouced GUI, no matter how the session was loaded.
  53. nsm.h
  54. :optional-gui: support to nsm.h, for other applications to include and use. (Meyer, Hermann / brummer)
  55. ## 2020-06-20 1.3.2
  56. Rename new-session-manager executable to nsm-legacy-gui to prevent future confusion.
  57. ## 2020-06-20 1.3.1
  58. Add header copyright even to unchanged files to adhere to stricter packaging requirements.
  59. Meson can now switch off individual executables and will stop/error when trying to build without dependencies.
  60. ## 2020-06-17 1.3.0
  61. Rebranding to "new session manager"
  62. Upstream GUI tools "non-session-manager" and "nsm-proxy" converted to standard FLTK instead of a custom toolkit
  63. Changed build system to meson
  64. License upgraded to GPLv3
  65. Simplified file structure
  66. Fix compiler warnings.
  67. ## 2020-04-19 1.2.1
  68. Current state of upstream Non Session Manager v1.2 including unreleased /nsm/gui/session/root
  69. ## 2017-07-08 1.2.0
  70. Last release of Non-Session-Manager.
  71. Commit 1904aba516341287ac297cefbbcd185f643e5538
  72. ## 2012-03-03 1.1.0
  73. Initial release of Non-Session-Manager.
  74. https://non.tuxfamily.org/wiki/2012-03-03%20Release%20Announcement%20v1.1.0