Skip to content

Commit

Permalink
release 1.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Aug 23, 2023
1 parent 2f4a9a5 commit 8563ff3
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
29 changes: 28 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
### mate-applets 1.27.1

* update translations
* trashapplet: Remove animation that hasn't worked in years
* trash, in-process: fix segfault with glib2.77.1
* use button-press-event as signal name
* timerapplet: fix build warning
* timer: fix in-process ATK warning
* Timer-catch the left click when under wayland
* Allow building all applets in or out of process
* Battstat: Port to in-process for wayland compatability
* timerapplet: port to in-process for wayland
* netspeed: port to in-process for wayland
* stickynotes: port to in-process for wayland
* multiload: port to in-process for wayland
* mate-weather-applet: port to in-process for wayland support
* drivemount-applet: port to in-process for wayland
* command: Port to in-process for wayland compatability
* charpick: port to in-process for wayland compatability
* geyes: Add support for building in-process
* cpufreq: port to in-process for wayland compatablity
* trash: port to in-process for wayland support
* battstat: Use libtool to build libapm
* Remove redundant case
* Add click-hide key to the stickynotes GSettings
* trashapplet: Replace the deprecated function (g_io_scheduler...) and remove the compilation warning

### mate-applets 1.27.0

* tx: sync with transifex
* update translations
* tx: migrate config file
* configure.ac: The macro 'AC_HELP_STRING' is obsolete
* stickynotes: bump gtksourceview 4
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dnl ***************************************************************************
dnl *** configure.in for MATE-APPLETS ***
dnl ***************************************************************************
AC_INIT([mate-applets], [1.27.0], [https://github.com/mate-desktop/mate-applets/issues],
AC_INIT([mate-applets], [1.27.1], [https://github.com/mate-desktop/mate-applets/issues],
[mate-applets], [https://mate-desktop.org])
AC_PREREQ(2.59)

Expand Down

0 comments on commit 8563ff3

Please sign in to comment.