Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v2.1.0
    e776588a · Fix: Typo ·
    Release v2.1.0
    
    - The scheduler can signal daemons in all login sessions
    - rpid returns a PID in edge cases
      - When the root process is not found, returns the first ancestor PID
      - When the root process is the current process, returns the current
        process PID
  • v2.0.0
    Release: v2.0.0
    
    - Use named pipes instead of signals to send requests to the daemon
    - Each login session has its own named pipe tied to the PID of the
      login process, so daemons and schedulers in other sessions won't
      conflict with one another
    - Introduce the reserved "daem" namespace for native daemon commands
    
    TODO: Enable the scheduler to be able to signal daemons in all login
    sessions. This is useful for global updates, like if you change the
    volume and want the change reflected on all status bars.
  • v1.0.1
    Release: v1.0.1
    
    - Fix the scheduler waiting for the beginning of the next day
    - The scheduler checks for the daemon PID each time before signaling
      the daemon
  • v1.0.0
    Release: v1.0.0
    
    - Rename module directory to mod
    - Add commands
  • v0.1.0
    3c56b604 · Feat: MIT License ·
    Release: v0.1.0