Skip to content

Releases: loadmill/desktop-app

v3.9.9

06 Apr 07:49
1b1a67e

Choose a tag to compare

👆🕵️ Upgrade to agent version 0.1.205 (#222)

Co-authored-by: Gilad-Gur-Andelman <[email protected]>

v3.9.8

30 Mar 08:31
5d42dfa

Choose a tag to compare

👆🕵️ Upgrade to agent version 0.1.204 (#221)

Co-authored-by: Gilad-Gur-Andelman <[email protected]>

v3.9.7

26 Mar 10:19
00dd7fa

Choose a tag to compare

👆🕵️ Upgrade to agent version 0.1.203 (#220)

Co-authored-by: Gilad-Gur-Andelman <[email protected]>

v3.9.6

18 Mar 13:39
81eb271

Choose a tag to compare

👆🕵️ Upgrade to agent version 0.1.202 (#219)

Co-authored-by: Gilad-Gur-Andelman <[email protected]>

v3.9.5

18 Mar 08:39
62121df

Choose a tag to compare

👆🕵️ Upgrade to agent version 0.1.201 (#218)

Co-authored-by: Gilad-Gur-Andelman <[email protected]>

v3.9.4

15 Mar 10:30
d1d9b4a

Choose a tag to compare

👆🕵️ Upgrade to agent version 0.1.200 (#217)

Co-authored-by: Gilad-Gur-Andelman <[email protected]>

v3.9.3

11 Mar 10:11
580b0c5

Choose a tag to compare

👆🕵️ Upgrade to agent version 0.1.199 (#216)

Co-authored-by: Gilad-Gur-Andelman <[email protected]>

v3.9.2

25 Feb 12:31
fc8cbb5

Choose a tag to compare

👆🕵️ Upgrade to agent version 0.1.197 (#214)

Co-authored-by: Gilad-Gur-Andelman <[email protected]>

v3.9.1

18 Feb 06:39
85d8100

Choose a tag to compare

👆🕵️ Upgrade to agent version 0.1.196 (#213)

Co-authored-by: Gilad-Gur-Andelman <[email protected]>

v3.9.0

11 Feb 07:19
0262ad0

Choose a tag to compare

🌀 Agent State Management & Button Loader (#208)

* 🌀 Agent Button Loader

* ui refactor

* backend refactor

* remove ui word

* AgentStatus enum

* bump to v3.8.21

* first thing loader in ui, then infer by backend event

* deprecate & remove IS_AGENT_CONNECTED

* big architechture refactor of agent

* almost there with the refactor

* refactor log processor to be be consumed without callbacks

* fix INVALID_TOKEN sent to ui & fix infinite loader on restart

* use universal isTransitioning in both ui and backend

* v3.9.0

* merge redundant token manager into token.ts

* @loadmill/agent 0.1.193

* revert AgentActions values for backwards compatibility

* return boolean from sendToAgentProcess to indicate delivery success

* Add comment explaining agent status timeout value

* Add usage note to onStatusChange

* Clarify exit code helper comments with technical and business context

* fix type (exitted -> exited)

* remove unsued exported getAgentProcess function

* unit-tests for agent-log-parser

* unit-tests for agent-status-manager

* fix husky pre-commit by adding prepare script

* strip logger colors

* @loadmill/agent 0.1.194

* override control regex lint rule in console.tsx

---------

Co-authored-by: Yigal <[email protected]>