Skip to content

Releases: hcengineering/platform

v0.7.423

10 May 03:53

Choose a tag to compare

Release v0.7.423

Release highlights compared to v0.7.413…v0.7.423.


What's Changed

Cards, processes, associations & automation

Card modeling, process steps, relations, and automation visibility — the bulk of this release’s feature work.

  • Card grid — grid layout for cards — #10749 (@BykhovDenis)
  • Card space type selector — submenu for choosing card space types — #10750 (@BykhovDenis)
  • EmptyValue process function — process pipeline helper for empty values — #10756 (@BykhovDenis)
  • Min / max transformation functions — numeric transforms in processes — #10782 (@BykhovDenis)
  • Execution cleanup trigger — removes associated execution data when a card is removed — #10795 (@BykhovDenis)
  • Markup properties — markup-related property handling — #10804 (@BykhovDenis)
  • StringFromEnum / EnumFromString — process functions for enum ↔ string — #10806 (@BykhovDenis)
  • Nested association attributes — configure nested association fields — #10808 (@BykhovDenis)
  • Show all versions — toggle in card view options to show every version — #10809 (@BykhovDenis)
  • Sort attributes (parent + subclass) — sort attributes across inheritance together — #10816 (@BykhovDenis)
  • Bulk association creation — create many associations at once — #10818 (@BykhovDenis)
  • CreateCard: AskSubclass — subclass choice on card creation + related behavior — #10822 (@BykhovDenis)
  • MarkupProperties in tag attributes — integrated into tag attribute UI — #10824 (@BykhovDenis)
  • Relations as arrays — array support for relations — #10827 (@BykhovDenis)
  • Hide automation-only executions — cleaner execution lists — #10828 (@BykhovDenis)
  • Styled text left menu — navigation UI for styled text — #10807 (@BykhovDenis)
  • Association columns in markdown tables — association-based attributes in tables — #10811 (@BykhovDenis)

Guests, access & integrations

Guest experience and optional integrations.

People & presence

Documents & printing

  • Print documents by class and id — targeted document printing — #10753 (@aonnikov)
  • Copy controlled document content — copy from controlled documents — #10819 (@ArtyomSavchenko)

Localization

  • Korean (ko) locale — Korean translation — #10820 (@fvoci)

Bug fixes

Cards, processes & automation

  • Grid migration — #10762
  • Card viewlet for associations — #10761
  • Mixin handling for todo results — #10792
  • Card / process import updates — #10805
  • Type selector — #10826
  • Automation visibility filter — #10832
  • Tables — #10813
  • Markup “filled” validation — #10817
  • Label overflow — #10829
  • Link action — #10793

Guests & access

  • Revert “hide meeting minutes from guests” — #10763
  • Guests cannot be space owners — #10803

Apps, auth & UI

  • Apps customization — #10755
  • Calendar connection on small screens — #10777
  • Login form layout (small screens) — #10798
  • Copy table action translations — #10769
  • Auto join translations — #10787

Controlled documents, training & tracker

  • Controlled document folder export — #10775
  • UI freeze on controlled document update view — #10778
  • Training question actions — #10780
  • Tracker project actions — #10786

Platform, exports & migrations

  • Product version during export (1.0) — #10771
  • Version creation — #10785
  • Published packages — #10788
  • Migration state + mode mismatch + duration reporting — #10801

Performance & reliability

  • Slow requests logged as warnings instead of errors — #10776
  • Rekoni memory usage optimized — #10797

Infrastructure, CI & packaging

  • Emit TypeScript declarations before npm publish#10768
  • Re-enable model version CI check (avoids stale MODEL_VERSION in desktop builds) — #10796
  • Backend process runner (run_process_backend) — #10791
  • Docker build fix — #10831
  • Dev setup: payment excluded from default flow — #10810

Migration notes for self-hosters

Print Service

FRONT_URL is now required for the print service. If you have the optional print service deployed, add FRONT_URL to its environment:

print:
  ...
  environment:
    ...
    - FRONT_URL=http${SECURE:+s}://${HOST_ADDRESS}

After updating, recreate the container:

docker compose up -d --force-recreate print

New contributors

Thanks for your first contributions:


Full changelog: v0.7.413…v0.7.423

v0.7.413

14 Apr 01:05

Choose a tag to compare

What's Changed

Bug fixes

  • Fix applications customization (#10755)
  • Fix controlled documents print (#10763)
  • Update Slack link (#10754)

Full Changelog: v0.7.411...v0.7.413

v0.7.411

12 Apr 09:01

Choose a tag to compare

What's Changed

Authentication

Guests access

Cards and processes

Editor

Desktop client

Bug fixes and improvements

Read more

v0.7.382

02 Mar 05:41

Choose a tag to compare

What's Changed

Card and processes

Invite settings

Bug fixes

Full Changelog: v0.7.375...v0.7.382

v0.7.375

23 Feb 04:37

Choose a tag to compare

What's Changed

Internationalization

Cards and processes

Controlled docs

Workspace invites & login

Guest collaborations

Docs & export

Tracker

Permissions & security

Infrastructure improvements

Bug fixes:

New Contributors

Full Changelog: v0.7.353...v0.7.375

v0.7.353

25 Jan 01:58

Choose a tag to compare

What's Changed

Improvements:

Bug fixes:

Full Changelog: v0.7.350...v0.7.353

v0.7.350

19 Jan 04:50

Choose a tag to compare

What's Changed

Improvements:

  • Print workspace logo in PDF (#10407)
  • Ability to copy documents as markdown table (beta) (#10397)

Bug fixes:

  • Process service should ignore config user (#10399)
  • Fix accounts service retries (#10400)
  • Fix card export (#10403)
  • Fix card view settings (#10404)
  • Customize support links (#10405)
  • Fix controlled doc sequence conflicts (#10406)
  • Remove beta marks for cards and processes (#10408)
  • Fix default null value (#10409)
  • Fix view setting freeze (#10410)
  • Show custom icons for cards breadcrumbs (#10412)
  • Filter relations by workspaceId (#10414)

Full Changelog: v0.7.344...v0.7.350

v0.7.344

13 Jan 01:44

Choose a tag to compare

What's Changed

Improvements

Bug fixes

Full Changelog: v0.7.342...v0.7.344

v0.7.342

11 Jan 02:59

Choose a tag to compare

What's Changed

eQMS Features

  • Traceability matrices — Create and manage traceability matrices for quality management(PR #10286)
  • Workspace document export — Export documents from one workspace to another(PR #10283)

Cards and Processes Improvements

  • RBAC and enhanced security — Improved role-based access control and security features(PR #10384, PR #10314)
  • Card versioning — Track and manage versions of cards(PR #10336)

Security Improvements

  • Password aging — Enhanced password policy with aging requirements(PR #10287)

Infrastructure Improvements

  • PostgreSQL support — Added support for PostgreSQL database(PR #10331)

Bug Fixes

  • Fixed workspace access for guest users
  • Fixed collaborator refresh after object changes
  • Fixed permission check for document template deletion
  • Added missing translations
  • Improved table print styles
  • Fixed document rendering issues with notes and images
  • Fixed filters for unspecified dates
  • Fixed fulltext index when communication API is disabled
  • Fixed email notifications
  • Fixed organization tree layout
  • Fixed various cards and processes bugs
  • Fixed external approval for documents
  • Fixed limits refresh after workspace changes

Full Changelog: v0.7.314...v0.7.342

v0.7.314

05 Dec 00:45

Choose a tag to compare

What's Changed

Bugs fixes:

Documentation improvement:

Full Changelog: v0.7.313...v0.7.314