Skip to content

Releases: devforth/adminforth

v2.61.0

21 May 14:26

Choose a tag to compare

2.61.0 (2026-05-21)

Features

  • add video section with YouTube embed to homepage (5548f69)

v2.60.6

21 May 11:53

Choose a tag to compare

2.60.6 (2026-05-21)

Bug Fixes

  • validate column names to prevent leading or trailing spaces (47a93dc)

v2.60.5

21 May 11:51

Choose a tag to compare

2.60.5 (2026-05-21)

Bug Fixes

  • add 'set -eu' to local-exec commands for improved error handling (5e2c4e8)

v2.60.4

21 May 11:13

Choose a tag to compare

2.60.4 (2026-05-21)

Bug Fixes

  • add audio support to ChatSurfaceIncomingMessage and ChatSurfaceEvent types (f43bd4e)

v2.60.4-next.1

21 May 11:14
df095f2

Choose a tag to compare

v2.60.4-next.1 Pre-release
Pre-release

2.60.4-next.1 (2026-05-21)

Bug Fixes

  • add white-space pre-wrap style to jv-code class for better text formatting (44b23a4)

v2.60.3

21 May 10:08

Choose a tag to compare

2.60.3 (2026-05-21)

Bug Fixes

  • enhance message generation to handle masked columns in record change notifications (da92365)

v2.60.3-next.1

21 May 10:07

Choose a tag to compare

v2.60.3-next.1 Pre-release
Pre-release

2.60.3-next.1 (2026-05-21)

Bug Fixes

  • enhance message generation to handle masked columns in record change notifications (da92365)

v2.60.2

21 May 09:24
1cf905a

Choose a tag to compare

2.60.2 (2026-05-21)

Bug Fixes

  • ensure UTC formatting for date values in Clickhouse and Mysql connectors (efdff16)
  • set response status to 401 for unauthorized access in AdminForthRestAPI and prevent redirect to login on 401 status for login path in callApi function (fe8193b)
  • update confirmation message for bulk deletion action (3841690)
  • update response handling to use setStatus for unauthorized access in AdminForthRestAPI (28a1391)
  • update setStatus method to accept optional message parameter in IAdminForthHttpResponse (4235a91)

v2.60.1

20 May 14:42

Choose a tag to compare

2.60.1 (2026-05-20)

Bug Fixes

  • remove unused data-collapse-toggle attribute from sidebar menu buttons (2f78baa)

v2.60.0

20 May 09:57

Choose a tag to compare

2.60.0 (2026-05-20)

Bug Fixes

  • enhance endpoint options with authenticated and no-auth variants (9573079)
  • refactor user menu dropdown to use Teleport and improve dropdown handling (91f752b)

Features

  • remove unused imports and update createConnectAction method in ChatSurfaceAdapter (b377673)