Skip to content

Releases: timbran-project/moor

Release 1.0.2

Choose a tag to compare

@rdaum rdaum released this 22 Jul 16:06

[!NOTE]

Mirrored from the original Codeberg release. The Debian assets are unchanged; SHA256SUMS was generated during migration. Original publication: 2026-07-22T15:16:43+02:00.

Original release notes

mooR Release 1.0.2

Downloads

Debian Packages:

  • Available in the release artifacts below

Docker Images:

  • Backend: codeberg.org/timbran/moor:1.0.2-x86_64 and :1.0.2-aarch64
  • Latest tags: :latest-x86_64 and :latest-aarch64

Frontend:

  • The Meadow web client is now released separately.

Release 1.0.1

Choose a tag to compare

@rdaum rdaum released this 22 Jul 16:06

[!NOTE]

Mirrored from the original Codeberg release. The Debian assets are unchanged; SHA256SUMS was generated during migration. Original publication: 2026-06-14T15:15:01+02:00.

Original release notes

mooR Release 1.0.1

This is a patch/fix release that fixes some (mostly minor) differences in permissions handling for some builtins that were identified during an audit.

  • Built-in object attribute assignment for .name, .r, .w, and .f, move(), chparent(),
    and recycle() now require owner-or-wizard authority instead of accepting public object write
    alone.
  • add_verb() no longer requires the caller to have the programmer bit when the caller otherwise
    has object write permission and owner authority.
  • verb_code() no longer requires the caller to have the programmer bit when the caller has read
    permission on the verb.
  • delete_verb() is authorized by write permission on the object defining the verb, not ownership
    of or write permission on the verb itself.
  • object_bytes() and connection_name() now check current task permissions rather than
    caller_perms().

Downloads

Debian Packages:

  • Available in the release artifacts below

Docker Images:

  • Backend: codeberg.org/timbran/moor:1.0.1-x86_64 and :1.0.1-aarch64
  • Latest tags: :latest-x86_64 and :latest-aarch64

Frontend:

  • The Meadow web client is now released separately.

Release 1.0.0

Choose a tag to compare

@rdaum rdaum released this 22 Jul 16:05

[!NOTE]

Mirrored from the original Codeberg release. The Debian assets are unchanged; SHA256SUMS was generated during migration. Original publication: 2026-06-05T03:38:02+02:00.

Original release notes

mooR Release 1.0.0

Stable 1.0 release

This is the first stable 1.0 release of mooR. It promotes the 1.0 release candidate line after a
month of soak time following 1.0.0-rc.2, with no reported regressions requiring code changes.

The major 1.0 changes are documented in the release candidate sections below, especially
1.0.0-rc.1 for the database migration and 1.0.0-rc.2 for the final release-branch fixes.

Downloads

Debian Packages:

  • Available in the release artifacts below

Docker Images:

  • Backend: codeberg.org/timbran/moor:1.0.0-x86_64 and :1.0.0-aarch64
  • Latest tags: :latest-x86_64 and :latest-aarch64

Frontend:

  • The Meadow web client is now released separately.