Skip to content

Commit 940a9b9

Browse files
chore(main): release 2.3.0
1 parent 0b1f963 commit 940a9b9

3 files changed

Lines changed: 31 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## [2.3.0](https://github.com/KernelDeimos/puter/compare/v2.2.0...v2.3.0) (2024-04-30)
4+
5+
6+
### Features
7+
8+
* add /healthcheck endpoint ([c166560](https://github.com/KernelDeimos/puter/commit/c166560ff4ab5a453d3ec4f97326c995deb7f522))
9+
* add option to change desktop background to default ([03f05f3](https://github.com/KernelDeimos/puter/commit/03f05f316f11e8afe5fcee40b2b80a0de5e6826f))
10+
* allow apps to add a menubar via puter.js ([331d9e7](https://github.com/KernelDeimos/puter/commit/331d9e75428ec7609394f59b1755374c7340f83e))
11+
* improve password recovery experience ([04432df](https://github.com/KernelDeimos/puter/commit/04432df5540811710ce1cc47ce6c136e5453bccb))
12+
* **security:** add ip rate limiting ([ccf1afc](https://github.com/KernelDeimos/puter/commit/ccf1afc93c24ee7f9a126216209a185d6b4d9fe4))
13+
14+
15+
### Bug Fixes
16+
17+
* fix error handling for outdated node versions ([4c1d5a4](https://github.com/KernelDeimos/puter/commit/4c1d5a4b6d009ce075897d499d3517219bd745a4))
18+
* Icons under taskbar [#114](https://github.com/KernelDeimos/puter/issues/114) ([be7859e](https://github.com/KernelDeimos/puter/commit/be7859edb37635dbbc033b2f7c4df76d39cf7f69))
19+
* increase QR code size ([d2de46e](https://github.com/KernelDeimos/puter/commit/d2de46edfbc05d132d5c929f6935b82515fbbda0))
20+
* Make showing/hiding the clock configurable [#159](https://github.com/KernelDeimos/puter/issues/159) ([9fd3246](https://github.com/KernelDeimos/puter/commit/9fd32468ad7527a4444286fea6e3e440fbcaae17))
21+
* Make showing/hiding the clock configurable [#159](https://github.com/KernelDeimos/puter/issues/159) ([514abf0](https://github.com/KernelDeimos/puter/commit/514abf030cf5ecbbc0e57669024ca54f7002eeab))
22+
* reduce token lengths ([5a76bad](https://github.com/KernelDeimos/puter/commit/5a76bad28dfd8ec89a309941e410a54927fae22d))
23+
* **security:** always use application/octet-stream ([74e213a](https://github.com/KernelDeimos/puter/commit/74e213a534dbf2844c8cebeee7eb59ec70de306e))
24+
* **security:** Fix session revocation ([eb166a6](https://github.com/KernelDeimos/puter/commit/eb166a67a9f0caf4fd77f9e27dc8209c2fc51f4c))
25+
* **security:** Prevent email enumeration ([ed70314](https://github.com/KernelDeimos/puter/commit/ed703146863f896df76c98fad7127c6748c0ef9b))
26+
* **security:** skip cache when checking old passwd ([7800ef6](https://github.com/KernelDeimos/puter/commit/7800ef61029c8d1ba47491b4028a0cb972298725))
27+
* test release-please action [#3](https://github.com/KernelDeimos/puter/issues/3) ([8fb0a66](https://github.com/KernelDeimos/puter/commit/8fb0a66ef21921990e564e5f61c0e80e7f929dc7))
28+
* test release-please action [#4](https://github.com/KernelDeimos/puter/issues/4) ([f392de7](https://github.com/KernelDeimos/puter/commit/f392de722a5232b622ed91b656a31cdc443c2e84))
29+
* use primary read in signup ([30f17ad](https://github.com/KernelDeimos/puter/commit/30f17ade3a893d2283316e581836607e2029f9b9))
30+
331
## [2.2.0](https://github.com/HeyPuter/puter/compare/v2.1.1...v2.2.0) (2024-04-23)
432

533

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puter.com",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"author": "Puter Technologies Inc.",
55
"license": "AGPL-3.0-only",
66
"description": "Desktop environment in the browser!",

0 commit comments

Comments
 (0)