Skip to content

Releases: HeyPuter/puter

v2.3.0

24 May 20:25
fc51424
Compare
Choose a tag to compare

2.3.0 (2024-05-23)

Features

  • add /healthcheck endpoint (c166560)
  • Add command names to phoenix tab-completion (cf0eee1)
  • add option to change desktop background to default (03f05f3)
  • allow apps to add a menubar via puter.js (331d9e7)
  • Allow querying puter-apps driver by partial app names (dc5b010)
  • Display upload errors in UIWindowProgress dialog (edebbee)
  • Implement 'Like' predicate in entity storage (a854a0d)
  • improve password recovery experience (04432df)
  • security: add ip rate limiting (ccf1afc)
  • Show "Deleting /foo" in progress window when deleting files (f07c13a)

Bug Fixes

  • Add missing file extension to 0009_app-prefix-fix.sql in DB init (a8160a8)
  • Add missing TextEncoder to PTT (8d4a1e0)
  • Correct APIError imports (062e23b)
  • Correct grep output when asking for line numbers (c8a20ca)
  • Correct inverted instanceof check in SignalReader.read() (d4c2b49)
  • Correct variables used in errors in sign.js (fa7c6be)
  • Eliminates duplicate translation keys (5800350)
  • fix error handling for outdated node versions (4c1d5a4)
  • Fix phoenix app prefix and TokenService test (afb9d86)
  • increase QR code size (d2de46e)
  • Make PathCommandProvider reject queries with path separators (d733119)
  • Make url variable accessible to all users of it (2f30ae7)
  • Only run Component initialization functions once (5b43358)
  • Parse octal echo escapes (6ad8f5e)
  • reduce token lengths (5a76bad)
  • reliability issue 馃悰 (1d546d9)
  • Remove null or duplicate app entries from suggest_app_for_fsentry() (6900233)
  • security: always use application/octet-stream (74e213a)
  • security: Fix session revocation (eb166a6)
  • security: Move token for socket.io to request body (49b257e)
  • security: Prevent email enumeration (ed70314)
  • security: skip cache when checking old passwd (7800ef6)
  • Terminal: Accept input from Chrome on Android (4ef3e53)
  • test release-please action #3 (8fb0a66)
  • test release-please action #4 (f392de7)
  • typographical error 馃悰 (2949f71)
  • typographical errors 馃悰 (4d30740)
  • Use correct variable for version number (52d5299)
  • use primary read in signup (30f17ad)

v2.2.0

23 Apr 02:05
a2de5e3
Compare
Choose a tag to compare

2.2.0 (2024-04-23)

Features

  • add /healthcheck endpoint (c166560)
  • allow apps to add a menubar via puter.js (331d9e7)

v2.1.1

22 Apr 22:50
7cb8984
Compare
Choose a tag to compare

2.1.1 (2024-04-22)

Bug Fixes