https://blogs.kde.org/2025/02/01/this-week-in-plasma-feels-like-a-good-one/
-
Features
- Add future projection to forgetting curve by @L-M-Sherlock in #3732
- Add support for copied image files when adding IO notes by @iamllama in #3733
- FSRS updates by @L-M-Sherlock in #3737
- When ‘add’ reveals the card window, it now resets deck/notetype like close+open. By @iamllama in #3756
- Recognise and check for media referenced in tags by @iamllama in #3763
- Tweaks the Dockerfile by @omarkohl in #3714, #3716, etc
Fixes
- Prevent stale frames from being drawn / always ensure up-to-date contents in webview by @Lolle2000la in #3668
- Fix True Retention table clipping on overflow by @rbrownwsws in #3735
- Revert Editor.set_note’s signature change with an alternative approach for #3730 by @iamllama in #3736
- add contributor to about.py by @gregorylearns in #3738
- Increase font size in debug console by @user1823 in #3743
- Cleanup av_player on profile close by @kelciour in #3754
- Remove unfinished polygon when undoing and redoing in IO mode by @iamllama in #3759
- Add percentage to FSRS spinner by @Arthur-Milchior in #3679
- Fix changes to tags not being reflected when editing in IO mode by @iamllama in #3768
- FIX lang selection resetting to en_US for some langs by @GithubAnon0000 in #3744
- Add translation strings for True Retention table by @rbrownwsws in #3745
- Fix numeric deck and notetype names being treated as ids when importing csv by @iamllama in #3748
- More accurate sorting by R by @user1823 in #3747
- Fix: Simulator Ignores New Cards Already Introduced by @Luc-Mcgrady in #3760
- Fix/re-optimize FSRS if short-term param is weird by @L-M-Sherlock in #3742
- Fix a build error on Yarn 4 by @mikehardy in #3752
- Update to Yarn 4 by @dae in #3772
- Fall back to SM2 relative order when memory state missing by @dae in #3771
-
“RTX 5080 outperforms RTX 4080 by 10% in Blender benchmark — only 8% higher than RTX 4080 Super”


-
From 6.8.1 back to 6.6.2 …
“Anki 25.01 Beta 1 revealed a bunch of regressions with the latest
Qt, and zero reports of improvements from it, so we’ll be better off
holding off on it for now, and perhaps reporting the deadkeys issue
to Qt once we’ve got a proper reproduction process.”
https://github.com/ankitects/anki/commit/cd1824165ffb0ba06f573e1e26f28078a35d93a9
-
1.25.0 key changes:
Require PHP 8.1+ (and improved support of PHP 8.4+)Require PostgreSQL 10+ or MariaDB 10.0.5+ or MySQL 8+
# Rebuild an image (see build section below) or get a new online version: docker pull freshrss/freshrss # And then docker stop freshrss docker rename freshrss freshrss_old docker run -d --restart unless-stopped --log-opt max-size=10m \ -p 8080:80 \ -e TZ=Europe/Berlin \ -e 'CRON_MIN=1,31' \ -v freshrss_data:/var/www/FreshRSS/data \ -v freshrss_extensions:/var/www/FreshRSS/extensions \ --name freshrss \ freshrss/freshrss # If everything is working, delete the old container docker rm freshrss_old
https://github.com/FreshRSS/FreshRSS/blob/edge/Docker/README.md
-
On your old system:
setwd("/Users/USER/Desktop/folder")
packages <- as.data.frame(installed.packages())
write.csv(packages, 'packages.csv')Then on your new system:
packages <- read.csv(file.path('packages.csv'))[, -1]
base_packages <- as.data.frame(installed.packages())
to_install <- setdiff(packages$Package, base_packages$Package)
install.packages(to_install)https://robertochiosa.medium.com/import-export-r-packages-a6a122005e00
-
The bugfixes are typically small but important and include:
- Improve systemd-homed support. Commit. Fixes bug #430828
- KRDP: Rename systemd unit to app- prefix. Commit.
- DrKonqi: Add mapping for plasma-browser-integration-host. Commi
https://kde.org/announcements/changelogs/plasma/6/6.2.90-6.2.91/











