We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3476828 commit 5d7e27aCopy full SHA for 5d7e27a
CHANGELOG
@@ -1,4 +1,4 @@
1
-0.4.1 (dev)
+0.4.1 (2025/08/07)
2
BugFix: Removed project Trident code.
3
BugFix: Notifier did not fetch updates for the first time when using "once a day".
4
BugFix: Octoxbps crashes with XBPS 0.60 when selecting a not installed package and
src/strconstants.cpp
@@ -28,7 +28,7 @@ QString StrConstants::getApplicationName(){
28
}
29
30
QString StrConstants::getApplicationVersion(){
31
- return "0.4.1 (dev)";
+ return "0.4.1";
32
33
34
QString StrConstants::getQtVersion(){
0 commit comments