this post was submitted on 27 Jul 2025
149 points (99.3% liked)

Linux

56836 readers
335 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] InnerScientist@lemmy.world 22 points 3 days ago (2 children)

Tbf this is actually version v1.136 .0 and

Disclaimer

  • ⚠️ The project is under very active development.
  • ⚠️ Expect bugs and breaking changes.
  • ⚠️ Do not use the app as the only way to store your photos and videos.
  • ⚠️ Always follow 3-2-1 backup plan for your precious photos and videos!
[–] KarnaSubarna@lemmy.ml 4 points 3 days ago

Personally I’m waiting for the day it comes out of “under active development” state so that I can migrate from NextCloud to it.

[–] baronvonj@lemmy.world 3 points 3 days ago (2 children)

A breaking change should have been 2.0, not a new 1. release.

It should still be 0. if they've not reached the stability for keeping backwards compatibly in all 1.x releases.

[–] LeFantome@programming.dev 2 points 2 days ago (1 children)

I was going to say you are wrong about semver but you are correct that it should simply not be version 1 yet.

To quote semver.org: “Major version zero (0.y.z) is for initial development. Anything MAY change at any time. The public API SHOULD NOT be considered stable.”

If they had just done that, their disclaimer would be implied. Once it is 1.0, breaking changes require a major version change. That seems like reasonable policy to me.

That said, I upgraded without issue.

[–] InnerScientist@lemmy.world 3 points 3 days ago (1 children)

To quote them:

We are still in a fast development cycle, so the versioning is to keep track of the progress/iteration of the project. When a stable release is reached (2?), then any breaking change would require more proper major version changes

[–] baronvonj@lemmy.world 6 points 3 days ago

Yes, I understand they have declared that. Their declaration does not, however, negate the common semantic versioning standards, found at semver.org. These common standards are significant for admins running shared systems where they automatic upgrade processes based on common semantic versioning rules. The software will stabilize and they will adopt a more stringent policy. But they should still be releasing 0.x versions since they've not yet reached it.