Open Alkarex opened 1 year ago
Just one of the serval issues that a refactoring should address https://github.com/FreshRSS/FreshRSS/pull/1760
Talking to the wrong version, as the current release is 1.23.0 but freshrss defines 1.22.1 is the latest (stable), how does the web determine it? Current -1 (one release before the current release)?
I've been having the same problem since my original installation, years ago circa 2017. Had to upgrade manually each and every time. System is now Debian 12.
sudo -u www-data git pull
remote: Enumerating objects: 254, done.
remote: Counting objects: 100% (254/254), done.
remote: Compressing objects: 100% (180/180), done.
remote: Total 254 (delta 91), reused 216 (delta 74), pack-reused 0
Réception d'objets: 100% (254/254), 440.44 Kio | 5.18 Mio/s, fait.
Résolution des deltas: 100% (91/91), complété avec 6 objets locaux.
Depuis https://github.com/FreshRSS/FreshRSS
a67c11c5..227233b4 latest -> origin/latest
941b370f..889746cb edge -> origin/edge
* [nouvelle étiquette] 1.23.1 -> 1.23.1
Mise à jour a67c11c5..227233b4
avertissement : impossible d'accéder à '/home/******/.config/git/attributes': Permission non accordée
avertissement : impossible d'accéder à '/home/******/.config/git/ignore': Permission non accordée
avertissement : impossible d'accéder à '/home/******/.config/git/attributes': Permission non accordée
Fast-forward
avertissement : impossible d'accéder à '/home/******/.config/git/attributes': Permission non accordée
avertissement : impossible d'accéder à '/home/******/.config/git/attributes': Permission non accordée
.dockerignore | 2 ++
CHANGELOG.md | 18 +++++++++++++++++-
CREDITS.md | 2 +-
README.fr.md | 4 ++--
app/Controllers/configureController.php | 1 -
app/Controllers/feedController.php | 7 +++++--
app/Controllers/statsController.php | 2 +-
app/Models/Category.php | 3 ++-
app/Models/CategoryDAO.php | 1 +
app/Models/Context.php | 4 ++--
app/Services/ExportService.php | 9 +++++----
(...)
p/themes/base-theme/base.rtl.css | 3 ---
45 files changed, 88 insertions(+), 120 deletions(-)
I also just switched back to latest, but the update still says that it wants to switch to edge:
Originally posted by @Tealk in https://github.com/FreshRSS/FreshRSS/discussions/5729#discussioncomment-7533440