AnduinOS 1.4.0 #240
-
AnduinOS is showing up as 1.4.0 on the website for download however, when doing do-_anduionos_upgrade it will not upgrade to that version. If 1.4.0 is still under development, and con not be upgraded from cli, it shouldn’t be available for download. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 12 replies
-
Based on our Version Schedule: 1.3 is still under maintaiance until Jan 2026. A lot of people are asking that is it possible to upgrade 1.3 to 1.4 directly? A direct upgrade from 1.3 to 1.4 is currently feasible. However, given the significant differences between these two versions, we have been testing a solution that involves modifying the package source, running apt upgrade, and then applying all the new changes from 1.4. This approach, however, carries significant risks. For instance, a crash during the upgrade process could leave the system with half new components and half old components. To eliminate these risks, we are currently developing and testing a safer upgrade strategy. We will develop an upgrade script from 1.3 to 1.4 within the next two months (while 1.3 is still within its support window). This will allow 1.3 users to eventually transition smoothly to 1.4 without worrying about losing personal files. However, some features and settings may be reset, and some incompatible software might crash or be unable to update. In summary, we are committed to not abandoning any 1.3 users and will ultimately help them transition to 1.4 safely and reliably. This plan is expected to be fully implemented by January 2026 at the latest. |
Beta Was this translation helpful? Give feedback.
-
I tried 1.4.0 on Ventoy. As with the previous version, the Activities button did not show up in Dash to Panel settings after I enabled it in Arc Menu settings. It used to be there in older versions, tho maybe it needs to be installed. Can't remember. |
Beta Was this translation helpful? Give feedback.
-
I installed 1.4 on a spare device yesterday and had no issues. While changing remote settings after first login, the settings window hung and had to force exit. A little later, there was a popup notification from Gnome foundation asking for donations, which I closed. Besides that, nothing of note to report. |
Beta Was this translation helpful? Give feedback.
You've pointed out a core fact: It's true, this project is currently maintained almost entirely by me alone.
You suggested I "stop making excuses, find solutions, and find help." This is exactly what I've been trying to do, but it is extremely difficult. The reality is, it's almost impossible for me to find someone willing and able to write this migration script.
The AnduinOS community does have contributors, and I do receive donations and Pull Requests, for which I am very grateful. But these contributions are overwhelmingly short-term, new features from users who are eager to add something. Building an inter-version migration script, however, is an extremely laborious, tedious, and time…