Skip to content

Commit

Permalink
1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgesStavracas committed Dec 12, 2022
1 parent 72fcf9f commit 88af6c8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
16 changes: 16 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Changes in 1.16.0
=================
Released: 2022-12-12

- Introduce a new background monitoring service. This allows desktop
environments to list applications that are running in background, that is,
sandboxed applications running without a visible window. Desktop environments
can display these background running applications in their interfaces, and
allow users to control their execution.
- Introduce the Global Shortcuts portal. This portal allows applications to
register and receive keyboard shortcuts even when they're not focused. This
was a highly requested feature, especially on Wayland desktops. There are
improvements to come, but portal backends can now implement this new portal.
- Various CI improvements
- Translation updates

Changes in 1.15.0
=================
Released: 2022-08-11
Expand Down
7 changes: 3 additions & 4 deletions RELEASE_HOWTO.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
# Steps for doing a xdg-desktop-portal release

- git clean -fxd
- ./autogen.sh && make -C po/ update-po
- meson setup . _build && ninja -C _build/ xdg-desktop-portal-update-po
- git add po/*po && git commit -m "Update po files"
- git clean -fxd
- add content to NEWS
- git commit -m <version>
- git push origin main
- ./autogen.sh --enable-docbook-docs
- make all
- make distcheck
- meson setup . _build -Ddocbook-docs=enabled
- ninja -C _build dist
- git tag <version>
- git push origin refs/tags/<version>
- upload tarball to github as release
Expand Down

0 comments on commit 88af6c8

Please sign in to comment.