Skip to content

Commit

Permalink
release 1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Jul 21, 2023
1 parent 9ed76d0 commit 55e830c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 168 deletions.
180 changes: 13 additions & 167 deletions NEWS
@@ -1,167 +1,13 @@
### cafe-sensors-applet 1.24.1

* Translations update
* add git.mk to generate .gitignore
* build: prevents two consecutive slashes in plugin file path
* build: Fix G_LOG_DOMAIN for sensors applet
* sonypi-plugin.c: Make sonypi plugin portable to GNU/Hurd
* libsensors-plugin: Port to GRegex
* Replace g_malloc0 with g_new0 and g_strdup
* build: silent build warnings for distcheck
* use default CAFE_COMPILE_WARNINGS level
* build: show configure summary

### cafe-sensors-applet 1.24.0

* Translations update

### cafe-sensors-applet 1.23.0

* Translations update
* Remove trailing whitespaces
* Change url project's website
* [ci] Add cppcheck html report
* [ci] Enable Clang Static Analyzer
* help: update copyright
* Help: Use XInclude instead of ENTITY for legal.xml

### cafe-sensors-applet 1.22.0

* Translations update
* Initialize Travis CI support
* Make translatable the copyright in about dialog

### cafe-sensors-applet 1.21.1

* Translations update
* disable deprecation warnings for distcheck
* Add NetBSD support.
* Use make functions for HELP_LINGUAS
* add help to transifex config

### cafe-sensors-applet 1.21.0

* Translations update
* Fix copyright for plugin files
* Add dummy plugin
* UDisks2 plugin cleanup

### cafe-sensors-applet 1.20.1

* Translations update
* fix save order of sensors v2
* prefs-dialog: drop unneeded space in general tab
* prefs-dialog: set a min_width for enable_column
* prefs-dialog: use hscrollbar-policy CTK_POLICY_NEVER

### cafe-sensors-applet 1.20.0

* require CTK+ 3.22 and GLib 2.50
* build: enable udisk2 plugin again
* Translations update
* Remove deprecated udisks plugin
* udisks plugin: fix memory management for GValue variables
* Remove deprecated eee plugin
* Fix popup shower on removed HDD
* ibm-acpi.c: Fix build warning:
* eee-plugin.c: Fix build warning:
* active-sensor.c: Fix build warning:
* sensors-applet.c: Fix build warning:
* update copyright year to 2018
* Fix indents
* Fix project cleanup

### cafe-sensors-applet 1.19.1

* Translations update
* Stop jumping applet as numbers change
* fix save order of sensors
* updated hide temperature units
* remove code duplication

### cafe-sensors-applet 1.19.0

* Translations update
* sensor-applet.c: replace deprecated CtkMisc
* sensor-applet.c: avoid deprecated CTK_STOCK_MISSING_IMAGE
* sensor-config-dialog: avoid deprecated CtkAlignment
* sensor-config-dialog: don't use deprecated CtkColorButton
* prefs-dialog: add style class frame to scrolledwindow
* prefs-dialog: avoid deprecated CtkAlignment
* prefs-dialog: avoid deprecated CTK_VBUTTON_BOX, CTK_TYPE_{H,V}BOX
* use CTK_ALIGN_CENTER for the sensor_applet grid

### cafe-sensors-applet 1.18.0

* NEWS: use consistent, project wide, markdown-like formatting
to make generating release announcements easier
* Build: require cafe-panel >= 1.17
* Move to CTK+3 (require CTK+ >= 3.14), drop CTK+2 code and
--with-ctk build option
* Fix some CTK+ deprecations
* Some more fixes and cleanups
* Translations update

### cafe-sensors-applet 1.16.1

* Update tooltip only when mouse is over the applet (fixes some
OpenGL issues in fullscreen apps)

### cafe-sensors-applet 1.16.0

* Make distcheck use currently selected CTK+ version
* Translations update

### cafe-sensors-applet 1.14.0

* Some cleanups
* Translations update
* Fix Changelog generation

### cafe-sensors-applet 1.12.1

* Fix wrong size of GPU icon

### cafe-sensors-applet 1.12.0

* Add support for nvidia thermal and cooler sensors (requires
libxnvctrl >= 256.25)
* Add mbmon plugin
* Make udisks plugin poll for new value
* Retrieve strings directly from gschema (requires intltool 0.50.1)
* Some CTK+3 fixes
* Some more fixes and cleanups

### cafe-sensors-applet 1.10.4

* Fix regression that caused segfault

### cafe-sensors-applet 1.10.3

* Set icons for prefs and about dialogs
* Several small cleanups and bugfixes
* Several help fixes

### cafe-sensors-applet 1.10.2

* Reintroduce missing help

### cafe-sensors-applet 1.10.1

* Fix sensor config dialog (was non-responsive)
* Fix display of sensors in CTK+3 build
* Updated translations

### cafe-sensors-applet 1.10.0

* Add CTK3 support

### cafe-sensors-applet 1.8.0

* Use yelp-tools instead of cafe-doc-utils

### cafe-sensors-applet 1.5.0:

* migrate to GSettings and remove CafeConf usage
* migrate to DBUS and remove CafeComponent usage
* remove libcafe usage and use glib instead
### cafe-sensors-applet 1.25.0

* initial release: mate-sensors-applet 1.24.1 fork
* update FUNDING.yml
* ci: enable Github Actions
* rename MATE -> CAFE
* port from GTK to CTK
* hddtemp and mbmon: avoid deprecated 'GTimeVal' and 'g_get_current_time'
* update authors
* po,Makevars: supress progress indicators
* build: avoid obsolete AC_HEADER_STDC and AC_PROG_LIBTOOL
* update translations
* sensors-applet: show icons in buttons and menus
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,6 +1,6 @@
# ================= initialization =================== #

AC_INIT([CAFE Sensors Applet], [1.24.1], [https://cafe-desktop.org],
AC_INIT([CAFE Sensors Applet], [1.25.0], [https://cafe-desktop.org],
[cafe-sensors-applet])

AC_CONFIG_SRCDIR([sensors-applet/main.c])
Expand Down

0 comments on commit 55e830c

Please sign in to comment.