[education/rkward/releases/0.8.1] /: Prepare 0.8.1 release
Thomas Friedrichsmeier
null at kde.org
Fri Apr 18 08:43:24 BST 2025
Git commit 3dae166f674ab1ea74f0d7ebb2f569f40e4c5bf4 by Thomas Friedrichsmeier.
Committed on 18/04/2025 at 07:43.
Pushed by tfry into branch 'releases/0.8.1'.
Prepare 0.8.1 release
M +1 -1 ChangeLog
M +1 -1 VERSION.cmake
M +1 -1 rkward/main.cpp
M +1 -1 rkward/plugins/pluginmap_meta.inc
M +1 -1 rkward/rbackend/rpackages/rkward/DESCRIPTION
https://invent.kde.org/education/rkward/-/commit/3dae166f674ab1ea74f0d7ebb2f569f40e4c5bf4
diff --git a/ChangeLog b/ChangeLog
index 95959c70e..8a7a6b5e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
---- Version 0.8.1 - UNRELEASED
+--- Version 0.8.2 - Apr-21-2025
- Added: Allow to register custom R functions in the menu (rk.menu())
- Added: Plugin to facilitate download of latest AppImage (Linux only)
- Added: Allow to limit plugins to certain platforms
diff --git a/VERSION.cmake b/VERSION.cmake
index eee06b758..4c758881d 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,3 +1,3 @@
# DO NOT CHANGE THIS FILE MANUALLY!
# It will be overwritten by scripts/set_dist_version.sh
-SET(RKVERSION_NUMBER 0.8.0z+0.8.1+devel3)
+SET(RKVERSION_NUMBER 0.8.1)
diff --git a/rkward/main.cpp b/rkward/main.cpp
index 2526b2f9d..806c08423 100644
--- a/rkward/main.cpp
+++ b/rkward/main.cpp
@@ -171,7 +171,7 @@ int main (int argc, char *argv[]) {
KUrlAuthorized::allowUrlAction ("redirect", QUrl("rkward://"), QUrl ("help:"));
KLocalizedString::setApplicationDomain ("rkward");
- KAboutData aboutData ("rkward", i18n ("RKWard"), RKWARD_VERSION, i18n ("Frontend to the R statistics language"), KAboutLicense::GPL, i18n ("(c) 2002 - 2024"), QString (), "https://rkward.kde.org");
+ KAboutData aboutData ("rkward", i18n ("RKWard"), RKWARD_VERSION, i18n ("Frontend to the R statistics language"), KAboutLicense::GPL, i18n ("(c) 2002 - 2025"), QString (), "https://rkward.kde.org");
aboutData.addAuthor (i18n ("Thomas Friedrichsmeier"), i18n ("Project leader / main developer"));
aboutData.addAuthor (i18n ("Pierre Ecochard"), i18n ("C++ developer between 2004 and 2007"));
aboutData.addAuthor (i18n ("Prasenjit Kapat"), i18n ("Many plugins, suggestions, plot history feature"));
diff --git a/rkward/plugins/pluginmap_meta.inc b/rkward/plugins/pluginmap_meta.inc
index 5b1ce0670..b494f5799 100644
--- a/rkward/plugins/pluginmap_meta.inc
+++ b/rkward/plugins/pluginmap_meta.inc
@@ -13,7 +13,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
</snippet>
<snippet id="rkward_version_guard">
<!-- Guard against accidental inclusion of pluginmaps in a different installed version of RKWard -->
- <dependencies rkward_min_version="0.8.0z" rkward_max_version="0.8.1y" />
+ <dependencies rkward_min_version="0.8.1" rkward_max_version="0.8.1y" />
</snippet>
</snippets>
</document>
diff --git a/rkward/rbackend/rpackages/rkward/DESCRIPTION b/rkward/rbackend/rpackages/rkward/DESCRIPTION
index c2c882e85..803e34f69 100755
--- a/rkward/rbackend/rpackages/rkward/DESCRIPTION
+++ b/rkward/rbackend/rpackages/rkward/DESCRIPTION
@@ -15,7 +15,7 @@ LazyLoad: yes
Authors at R: c(person(given="Thomas", family="Friedrichsmeier", email="thomas.friedrichsmeier at kdemail.net", role=c("aut")), person(given="the RKWard", family="team",
email="rkward-devel at kde.org", role=c("cre","aut")))
Version: 0.8.1
-Date: 2024-08-04
+Date: 2025-04-18
RoxygenNote: 7.3.2
Collate:
'base_overrides.R'
More information about the rkward-tracker
mailing list