summaryrefslogtreecommitdiff
path: root/NEWS
blob: cae4c0152f50c467b8be82ba3d62a23b597bac86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
### mate-sensors-applet 1.21.0

### mate-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 GTK_POLICY_NEVER

### mate-sensors-applet 1.20.0

  * require GTK+ 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

### mate-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

### mate-sensors-applet 1.19.0

  * Translations update
  * sensor-applet.c: replace deprecated GtkMisc
  * sensor-applet.c: avoid deprecated GTK_STOCK_MISSING_IMAGE
  * sensor-config-dialog: avoid deprecated GtkAlignment
  * sensor-config-dialog: don't use deprecated GtkColorButton
  * prefs-dialog: add style class frame to scrolledwindow
  * prefs-dialog: avoid deprecated GtkAlignment
  * prefs-dialog: avoid deprecated GTK_VBUTTON_BOX, GTK_TYPE_{H,V}BOX
  * use GTK_ALIGN_CENTER for the sensor_applet grid

### mate-sensors-applet 1.18.0

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

### mate-sensors-applet 1.16.1

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

### mate-sensors-applet 1.16.0

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

### mate-sensors-applet 1.14.0

  * Some cleanups
  * Translations update
  * Fix Changelog generation

### mate-sensors-applet 1.12.1

  * Fix wrong size of GPU icon

### mate-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 GTK+3 fixes
  * Some more fixes and cleanups

### mate-sensors-applet 1.10.4

  * Fix regression that caused segfault

### mate-sensors-applet 1.10.3

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

### mate-sensors-applet 1.10.2

  * Reintroduce missing help

### mate-sensors-applet 1.10.1

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

### mate-sensors-applet 1.10.0

  * Add GTK3 support

### mate-sensors-applet 1.8.0

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

### mate-sensors-applet 1.5.0:

  * migrate to GSettings and remove MateConf usage
  * migrate to DBUS and remove MateComponent usage
  * remove libmate usage and use glib instead