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.

31 lines
1.6KB

  1. v1.4
  2. nsmd command line option --load-session to directly load one (Berkelder, Rik)
  3. Better detection of clients that failed to launch leads to faster session startup (by 5 seconds)
  4. Users get informed by label if an executable is not present on the system or permission denied
  5. Fixed reply for listing sessions from a plain "Done." to proper reply path with empty string as terminal symbol "/reply", "/nsm/server/list", ""
  6. /nsm/server/list "" raises NSM_API_VERSION_MINOR from 1 to 2 (1.1 -> 1.2)
  7. Fix operation reply to last treated client instead to reply to sender (Picot, Mathieu / houston)
  8. Optional-gui support to nsm.h, for other applications to include and use. (Meyer, Hermann / brummer )
  9. Legacy-GUI: Rewrite labels and buttons with better descriptions.
  10. Legacy-GUI: Prevent "Add New Client"->empty string from adding a broken client entry.
  11. Legacy-GUI: Scale icons, support more icon formats.
  12. v1.3.2
  13. Rename new-session-manager executable to nsm-legacy-gui to prevent future confusion.
  14. v1.3.1
  15. Add header copyright even to unchanged files to adhere to stricter packaging requirements.
  16. Meson can now switch off individual executables and will stop/error when trying to build without dependencies.
  17. v1.3
  18. Rebranding to "new session manager"
  19. Upstream GUI tools "non-session-manager" and "nsm-proxy" converted to standard FLTK instead of a custom toolkit
  20. New message /nsm/gui/session/root raises NSM_API_VERSION_MINOR from 0 to 1 (1.0 -> 1.1)
  21. Changed build system to meson
  22. License upgraded to GPLv3
  23. Simplified file structure
  24. Fix compiler warnings.
  25. v1.2.1
  26. Current state of upstream Non Session Manager including unreleased /nsm/gui/session/root