Skip to content

Improve readability of version id #156

Description

@nameOfUser0236

The version id that particleos currently uses is difficult to read, especially at a glance.
ParticleOS_20260407090321
ParticleOS_20260402165858
ParticleOS_20260425133700
As seen above, the numbers jumble together, resulting in it being difficult to tell which one is first, second... etc.

There are several formats to fix this, sacrificing varying amounts of length for readability. I would like to hear your thoughts on which one you think is best.

  1. ParticleOS_YYYYmmdd-HHMMSS
  2. ParticleOS_YYYYmmdd-HH.MM.SS
  3. ParticleOS_YYYY.mm.dd-HH.MM.SS
  4. ParticleOS_YYYY.mm.dd-HH:MM:SS

Note: This is something that is difficult to change after install, so having a sensible default is important.

(the above examples with actual dates for reference)

  1. ParticleOS_20260407-091708
  2. ParticleOS_20260407-09.17.08
  3. ParticleOS_2026.04.07-09.17.08
  4. ParticleOS_2026.04.07-09:17:08

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions