Skip to content

Commit 8544f1d

Browse files
committed
V3.1.3 Commit
1 parent beb34a1 commit 8544f1d

File tree

11 files changed

+214
-136
lines changed

11 files changed

+214
-136
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,19 @@ All notable changes to this project will be documented in this file.
1313
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1414
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1515

16+
## [3.1.3] - 2025-07-27
17+
18+
Minor update for **Cavasik**
19+
20+
### Added
21+
- No additions
22+
23+
### Changed
24+
- Flathub branding colors
25+
26+
### Fixed
27+
- Fixed smoothness bug due to Cava's new range -> Now animations aren't erratic
28+
1629
## [3.1.2] - 2025-07-25
1730

1831
Minor update for **Cavasik**

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ message: "If you use this software in your work, or make a fork of it, please ci
33
authors:
44
- given-names: "TheWisker"
55
title: "Cavasik Project"
6-
version: 3.1.2
6+
version: 3.1.3
77
date-released: 2023-06-18
88
url: "https://github.com/TheWisker/Cavasik"

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1 align="center">Cavasik</h1>
22
<div align="center">
3-
<a href="https://github.com/TheWisker/Cavasik">
3+
<a href="https://github.com/TheWisker/Cavasik">
44
<img width="400" src="./assets/icons/io.github.TheWisker.Cavasik.png">
55
<a>
66
</div>
@@ -29,7 +29,7 @@ Here are the **steps** involved when making a contribution:
2929
- **Clone** the fork locally
3030
- Make the **changes and additions** desired to the cloned fork
3131
- **Modify** the [CHANGELOG.md][changelog] file, following its structure.
32-
- **Modify** the [meson.build][meson] and [CITATION.cff][citation] file, updating their **version number** using [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
32+
- **Modify** the [meson.build][meson], [package.json][packagejson] and [CITATION.cff][citation] file, updating their **version number** using [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
3333
- Add the following **header** to newly added code files:
3434

3535
```
@@ -67,6 +67,7 @@ You can even contribute by adding new enhancement and improvement **ideas** to t
6767
[index]: https://github.com/TheWisker/Cavasik/blob/master/CONTRIBUTING.md#contributing-index
6868
[changelog]: ./CHANGELOG.md
6969
[meson]: ./meson.build
70+
[packagejson]: ./package.json
7071
[citation]: ./CITATION.cff
7172
[contributors]: ./CONTRIBUTORS.md
7273
[new-features-hook]: https://github.com/TheWisker/Cavasik/blob/master/CONTRIBUTING.md#adding-new-features-

assets/icons/devel/io.github.TheWisker.Cavasik-Workspace.svg

Lines changed: 173 additions & 123 deletions
Loading
-4.67 KB
Loading

assets/io.github.TheWisker.Cavasik.metainfo.xml.in

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
<url type="contribute">https://github.com/TheWisker/Cavasik/blob/master/CONTRIBUTING.md</url>
5151
<launchable type="desktop-id">io.github.TheWisker.Cavasik.desktop</launchable>
5252
<branding>
53-
<color type="primary" scheme_preference="light">#829ebd</color>
54-
<color type="primary" scheme_preference="dark">#2b3845</color>
53+
<color type="primary" scheme_preference="light">#A072FC</color>
54+
<color type="primary" scheme_preference="dark">#173744</color>
5555
</branding>
5656
<provides>
5757
<binary>cavasik</binary>
@@ -136,6 +136,20 @@
136136
</screenshot>
137137
</screenshots>
138138
<releases>
139+
<release type="stable" date="2025-07-27" version="v3.1.3">
140+
<description>
141+
<p>V3.1.3 Release of Cavasik</p>
142+
<p>Cavasik is an audio visualizer based on CAVA with customizable LibAdwaita interface.</p>
143+
<p>Changed:</p>
144+
<ul>
145+
<li>Flathub branding colors</li>
146+
</ul>
147+
<p>Fixed:</p>
148+
<ul>
149+
<li>Fixed smoothness bug due to Cava's new range -> Now animations aren't erratic</li>
150+
</ul>
151+
</description>
152+
</release>
139153
<release type="stable" date="2025-07-25" version="v3.1.2">
140154
<description>
141155
<p>V3.1.2 Release of Cavasik</p>

aur/.SRCINFO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = cavasik
22
pkgdesc = Audio visualizer based on CAVA
3-
pkgver = v3.1.2
3+
pkgver = v3.1.3
44
pkgrel = 1
55
url = https://github.com/TheWisker/Cavasik
66
arch = any
@@ -19,7 +19,7 @@ pkgbase = cavasik
1919
depends = gtk4
2020
depends = dconf
2121
conflicts = cavasik-git
22-
source = cavasik-v3.1.2::git+https://github.com/TheWisker/Cavasik#tag=v3.1.2
23-
sha512sums = a7d84e766f930cb61dbcae10e4193a72083f656ee0bd4b2b3f3e2bbd84c351de340c62818e561c45d66cc2f2fbefa15f307b7b2b666bb8a74c40fbb8ba25a3d8
22+
source = cavasik-v3.1.3::git+https://github.com/TheWisker/Cavasik#tag=v3.1.3
23+
sha512sums = SKIP
2424

2525
pkgname = cavasik

aur/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Wisker <TheWisker@protonmail.com>
22
pkgname=cavasik
3-
pkgver=v3.1.2
3+
pkgver=v3.1.3
44
pkgrel=1
55
pkgdesc="Audio visualizer based on CAVA"
66
arch=('any')
@@ -20,7 +20,7 @@ changelog=
2020
source=("${pkgname}-${pkgver}::git+https://github.com/TheWisker/Cavasik#tag=${pkgver}")
2121
noextract=()
2222
validpgpkeys=()
23-
sha512sums=('a7d84e766f930cb61dbcae10e4193a72083f656ee0bd4b2b3f3e2bbd84c351de340c62818e561c45d66cc2f2fbefa15f307b7b2b666bb8a74c40fbb8ba25a3d8')
23+
sha512sums=('SKIP')
2424

2525
build() {
2626
arch-meson "${srcdir}/${pkgname}-${pkgver}" "${srcdir}/${pkgname}-${pkgver}/build"

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('cavasik', version: 'v3.1.2', meson_version: '>= 1.1', default_options: ['warning_level=2', 'werror=false'])
1+
project('cavasik', version: 'v3.1.3', meson_version: '>= 1.1', default_options: ['warning_level=2', 'werror=false'])
22

33
i18n = import('i18n')
44
gnome = import('gnome')

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cavasik",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"description": "Audio visualizer based on CAVA",
55
"homepage": "https://github.com/TheWisker/Cavasik",
66
"bugs": "https://github.com/TheWisker/Cavasik/issues",

0 commit comments

Comments
 (0)