Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • debian/1.4-2

    mako-notifier Debian release 1.4-2
    
  • v1.4.1

    ad972999 · Bump to v1.4.1 ·
    mako v1.4.1
    
    This release contains a few new features and bug fixes. New features
    include:
    
    * `makoctl menu` to choose a notification action
    * A CLI flag to use a custom config file path
    * Improved touch support (multiple touches)
    
    Thanks to all contributors!
    
    Ashkan Kiani (1):
          Add variant for int32_t and fallback error message
    
    Bill Doyle (1):
          Support image-path and more deprecated hints
    
    Dasith Gunawardhana (1):
          Add --config option
    
    Martin Michlmayr (2):
          Allow access to icons in AppArmor profile
          Fix typo in man page
    
    Ryan Adolf (2):
          Add support for tracking multiple touches
          wayland.c style: break if statements into blocks
    
    Simon Ser (4):
          readme: link to the spec
          readme: add jq to list of deps
          Split out configuration docs
          Bump to v1.4.1
    
    rpigott (1):
          Include list command in makoctl zsh completions
    
    xPMo (2):
          makoctl: fix test command in "invoke"
          Support choosing a notification action with 'makoctl menu' (#195)
    
  • upstrea/1.4.1

    ad972999 · Bump to v1.4.1 ·
  • upstream/1.4.1

    ad972999 · Bump to v1.4.1 ·
  • debian/1.4-1

    mako-notifier Debian release 1.4-1
    
  • debian/1.4-1_bpo10+1

    mako-notifier Debian release 1.4-1~bpo10+1
    
  • debian/1.3-1

    mako-notifier Debian release 1.3-1
    
  • v1.4

    mako v1.4
    
    This release polishes icon support introduced in v1.3 and adds a few other
    cool features. Highlights:
    
    * Icon support is now complete
    * Touchscreens are now supported
    * makoctl can now list current notifications
    * makoctl can now list and invoke notification actions
    * A D-Bus service file has been added
    * Various bug fixes
    
    Thanks to all contributors!
    
    AN3223 (1):
          Fixed typo, critiera -> criteria
    
    Bill Doyle (1):
          Allow listing and invoking actions with makoctl (#158)
    
    Daniel Eklöf (1):
          makoctl: unbreak 'dismiss' and 'invoke' called without argument
    
    Joe Lanford (1):
          Add icon_data hint support
    
    Meiyo Peng (1):
          Add a D-Bus service file for mako
    
    Michael Aquilina (1):
          Fix typo in man s/backslack/backslash
    
    Sauyon Lee (2):
          Properly URL decode file:// URIs
          notification.c: use correct format arguments
    
    Simon Ser (4):
          meson: bump version to v1.3
          readme: add gdk-pixbuf dependency
          Add ListNotifications to D-Bus API
          readme: add IRC channel
    
    Stephen Brown II (1):
          Add exact-string matching to criteria
    
    bschacht (1):
          fix typo
    
    qvm1Wak (1):
          Error for when users run Mako and it's already running. (#160)
    
    sheenobu (1):
          Initial touch support
    
    vilhalmer (1):
          Add hint about removing quotes in the config file
    
    xdavidwu (2):
          Add image-data hint support
          Fix memory leak if there are multiple icon data
    
  • upstream/1.4

  • v1.3

    mako v1.3
    
    Many changes in this release! The biggest new features are:
    
    * Grouping (#98 and #111)
    * Icons (#115 and #128)
    * Progress bar indicator (#109)
    * Rounded corners (#134)
    
    Big thanks to all contributors!
    
    Packager maintainers: this release contains an optional AppArmor policy and ZSH
    completions. See Meson options to enable them. Please read the AppArmor policy
    if you plan to use it.
    
    Below is the detailed shortlog.
    
    Anton Älgmyr (18):
          Fix rounding errors because of double->int conversion
          Add icon support
          Add --max-icon-size to documentation
          Add dep to CI config
          Add meson flag, redo code to use `gdk_cairo_set_source_pixbuf`
          Move guards
          Add --show-icons (and add missing help text for --max-icon-size)
          get_icon -> create_icon
          Remove duplicate prototype
          --show-icons -> --icons
          Fix style issues
          icon now pointer and part of notification, ifdef only in icon.c
          Explicit build option for no icons, don't fallback on missing deps
          Icon should be NULL for hidden notification
          Go back to storing full scale image
          Small fixes
          Move style check to `handle_notify`
          Advertise icon capability iff icons are used
    
    Cameron Nemo (1):
          AppArmor profile
    
    Clément Martinez (2):
          Add progress indicator
          Add color operator for progress indicator
    
    DarkDefender (1):
          Update README.md with dbus dependency and elogind tip
    
    Denis Zheleztsov (1):
          Add missing border-radius option
    
    Eyal Sawady (1):
          Add support for rounded notifications
    
    Quentin Bourgeois (3):
          Print usage message when not enough or too many argument are given on CLI
          Add a basic makoctl and mako completion function for ZSH
          Add some options into helper output
    
    Simon Ser (11):
          ci: also build without icons
          build: depend on gobject for g_error_free
          build: depend on glib too
          man: fix mixed up headings
          Move shell completions to contrib/, disable by default
          Move AppArmor to contrib/
          meson: split completions logic
          meson: add a man-pages option
          ci: build man pages
          ci: enable all features by default
          Drop GDK dependency
    
    Stephen Brown II (1):
          Add 'center' anchor option, and re-organize order of options
    
    emersion (4):
          Bump to v1.2
          Use frame scheduling when drawing frames
          Use wl_surface.damage_buffer
          readme: add instructions for sway
    
    vilhalmer (36):
          Add create_criteria_from_notification
          Add summary and body to criteria
          Add parse_criteria_spec
          Add group_criteria_spec to style
          Group notifications when adding or removing them
          Fix up circular dependencies
          Make sure all notification string fields are valid
          Fix minor identity crisis
          Fix typo in ci manifest
          Return the same id when replacing a notification
          Nullify things in reset_notification
          Record group_index and group_count
          Start group_index at 0, -1 for ungrouped
          Add group_index and grouped criteria
          apply_criteria_field should always return early
          group_index -> group-index in criteria
          Notifications are ungrouped when created
          Explain grouping and group_index better
          Fix pointer clobbering in group_notifications
          Fix reversed groups
          Fix group-index error message
          Add group_count format specifier
          Add `none` criteria spec and use for grouping
          Regroup notifications on config reload
          Add hidden style to skip grouped notifs in render
          Insert default grouped styles into criteria list
          Store raw criteria strings for debugging
          Rename group option to group-by and expose on cli
          Rename hidden style to invisible
          Update manpage
          De-nit
          Check if wl_pointer exists before releasing it
          Always print help when asked
          Add resolve_icon to support icon names
          Don't render icon if they're disabled in the style
          Add to manpage
    
    xdavidwu (3):
          icon.c: fix build without icons support
          parse_config_arguments: add missing icon-path option
          resolve_icon: also try second level relative dir name for icon size and scale
    
  • upstream/1.3

  • debian/1.2-1

    mako-notifier Debian release 1.2-1
    
  • upstream/1.1

    54bed472 · Bump to v1.1 ·
    Upstream version 1.1
    
  • upstream/1.2

    Upstream version 1.2
    
  • v1.2

  • v1.1

    54bed472 · Bump to v1.1 ·
  • v1.0