Housekeep and bump to 2.6

This commit is contained in:
Nguyễn Gia Phong 2023-01-03 22:32:02 +09:00
parent 47ae72ee80
commit 9435bfdf6d
No known key found for this signature in database
GPG Key ID: 27148B2C06A2224B
3 changed files with 14 additions and 4 deletions

View File

@ -1,6 +1,13 @@
Changelog
=========
Changes in 2.6.0
----------------
Added AMD GPU widget type for Linux.
Fixed typos in contrib widgets documentation.
Changes in 2.5.1
----------------

View File

@ -6,11 +6,11 @@
# Project information
project = 'Vicious'
copyright = '2020, vicious-widgets'
copyright = '2020-2023, vicious-widgets'
author = 'vicious-widgets'
# The full version, including alpha/beta/rc tags
release = '2.5.1'
release = '2.6.0'
# Add any Sphinx extension module names here, as strings.
# They can be extensions coming with Sphinx (named 'sphinx.ext.*')

View File

@ -1,4 +1,4 @@
-- contrib/amdgpu_linux.lua
-- AMD GPU widget type for Linux
-- Copyright (C) 2022 Rémy Clouard <shikamaru shikamaru fr>
--
-- This file is part of Vicious.
@ -15,9 +15,12 @@
--
-- You should have received a copy of the GNU General Public License
-- along with Vicious. If not, see <https://www.gnu.org/licenses/>.
local io = { open = io.open }
local tonumber = tonumber
local string = { match = string.match }
local tonumber = tonumber
local type = type
local helpers = require("vicious.helpers")
local _mem = nil