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.

43 lines
1.8KB

  1. 1.4
  2. Add documentation and manpages.
  3. Legacy-GUI:
  4. Overhaul look and feel.
  5. Rewrite labels and buttons with unambiguous descriptions.
  6. Protect text-input dialog windows from empty strings, like "Add New Client" or "New Session"
  7. Scale icons, support more icon formats.
  8. Show all icons and buttons when attaching to a running nsmd session
  9. Various small fixes.
  10. nsmd:
  11. NSM_API_VERSION_MINOR from 0 to 1 (1.0 -> 1.1)
  12. Repair nsmd to correctly send client data when running headless and a GUI announces later.
  13. ClientId generation now prevent collision with existing IDs.
  14. nsmd command line option --load-session to directly load one (Berkelder, Rik)
  15. Better detection of clients that failed to launch leads to faster session startup (by 5 seconds)
  16. Users get informed by client-label if an executable is not present on the system or permission denied
  17. Fixed reply for listing sessions from a plain "Done." to proper reply path with empty string as terminal symbol "/reply", "/nsm/server/list", ""
  18. Fix operation reply to last treated client instead to reply to sender (Picot, Mathieu / houston)
  19. nsm.h
  20. :optional-gui: support to nsm.h, for other applications to include and use. (Meyer, Hermann / brummer )
  21. 1.3.2
  22. Rename new-session-manager executable to nsm-legacy-gui to prevent future confusion.
  23. 1.3.1
  24. Add header copyright even to unchanged files to adhere to stricter packaging requirements.
  25. Meson can now switch off individual executables and will stop/error when trying to build without dependencies.
  26. 1.3
  27. Rebranding to "new session manager"
  28. Upstream GUI tools "non-session-manager" and "nsm-proxy" converted to standard FLTK instead of a custom toolkit
  29. Changed build system to meson
  30. License upgraded to GPLv3
  31. Simplified file structure
  32. Fix compiler warnings.
  33. 1.2.1
  34. Current state of upstream Non Session Manager v1.2 including unreleased /nsm/gui/session/root