Releases
v1.2.0
Summary
[#720 ] Add support for Scala language
[#559 ] Add support for Haskell language
[#390 ] Display toolchains command trace in real time
[#694 ] Add possibility to interrupt a toolchain command before its completion
[#704 ] Fix Response to keypress with Jetbrains 2024.1+ IDE's new embedded terminal on Windows
[#705 ] Fix incorrect handling of adding or removing a space in a code string
3rd-party dependencies update
Changelog
083070c Add copyright header to webapp source files
e46a1b2 Bump JunitXml.TestLogger in /examples/csharp-dotnet
5eb4807 Bump angular from 17 to 18 in webapp
a400487 Bump braces from 3.0.2 to 3.0.3 in /examples/*-yarn
dd1695c Bump github.com/golangci/golangci-lint from 1.59.0 to 1.59.1 in /src
76e0db4 Bump github.com/gorilla/websocket from 1.5.1 to 1.5.2 in /src
027a685 Bump github.com/gorilla/websocket from 1.5.2 to 1.5.3 in /src
e026b52 Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 in /src
dc05b7d Bump go version from 1.22.3 to 1.22.5
03e65a8 Bump golang.org/x/sys from 0.21.0 to 0.22.0 in /src
eada779 Bump gradle wrapper from 8.4 to 8.8
6cc074c Bump gradle wrapper from 8.4 to 8.8 in /src/testdata/java
06c9ec3 Bump junit-jupiter from 5.10.2 to 5.10.3 in /examples/java-*
7f7f6c1 Bump junit-platform-console from 1.9.2 to 1.9.3 in /examples/java-make
0176f13 Bump maven wrapper from 3.2.0 to 3.3.2
bda6720 Bump maven-clean-plugin from 3.3.2 to 3.4.0 in /examples/java-maven*
3c64fe5 Bump maven-surefire-plugin from 3.2.5 to 3.3.0 in /examples/-maven
b6919ce Bump maven-surefire-plugin from 3.3.0 to 3.3.1 in /examples/-maven-
485f4c4 Bump maven-surefire-plugin from 3.3.0 to 3.3.1 in /src/testdata/java
6592c2d Bump node from 22.2.0 to 22.4.0 in /webapp
eb47760 Bump phpunit/phpunit from 11.1.3 to 11.2.0 in /examples/php-phpunit
f10cac0 Bump phpunit/phpunit from 11.2.0 to 11.2.2 in /examples/php-phpunit
4b5e320 Bump phpunit/phpunit from 11.2.2 to 11.2.5 in /examples/php-phpunit
8852bea Bump phpunit/phpunit from 11.2.5 to 11.2.6 in /examples/php-phpunit
a4c02ac Bump phpunit/phpunit from 11.2.6 to 11.2.7 in /examples/php-phpunit
7bba3b1 Bump phpunit/phpunit from 11.2.7 to 11.2.8 in /examples/php-phpunit
f57f552 Bump pytest from 7.4.4 to 8.3.1 in /examples/python-*
50717b5 Bump pytest from 8.2.1 to 8.2.2 in /examples/python-*
6c6f240 Bump pytest from 8.3.1 to 8.3.2 in /examples/python-*
6c60459 Bump ts-jest from 29.1.4 to 29.1.5 in /examples/typescript-yarn
bf9471f Bump ts-jest from 29.1.5 to 29.2.2 in /examples/typescript-yarn
c37ddc2 Bump ts-jest from 29.2.2 to 29.2.3 in /examples/typescript-yarn
1c37b64 Bump typescript from 5.4.5 to 5.5.2 in /examples/typescript-yarn
2316704 Bump typescript from 5.5.2 to 5.5.3 in /examples/typescript-yarn
80cda73 Bump typescript from 5.5.3 to 5.5.4 in /examples/typescript-yarn
db9f1c7 Bump ws and karma in /webapp
1ce5f2b Bump xunit from 2.8.1 to 2.9.0 in /examples/csharp-dotnet
1b71685 Bump xunit.runner.visualstudio from 2.8.1 to 2.8.2 in /examples/csharp-dotnet
fbf1eaf Clear angular 18 polyfills warning in webapp
bf29227 Disable on Windows OS unstable test on command abort
8ffc051 Enforce OsName and ArchName types in toolchain command
7ad8360 Fix broken URLs in dev-doc instructions
5c1c7c6 Fix npm GitHub action failure (ng not found with node 22)
09a6dcd Minor change in command test description
d642096 Move toolchain commands into a separate package
8e4aa83 Put back node 22 following fix on npm GitHub action
b6bdeae Remove redundant comma in list of languages/toolchains
ddf493c Tune GitHub action for goreleaser to use v2 instead of latest
3b34b9c Update dependencies
40c992e Update dependencies
5ac572e Update dependencies
d502016 Update dependencies
9188d11 Update dependencies
5626696 Update dependencies
17c6471 Update dependencies
82dcf68 Update dependencies
3c05952 Update go dependencies
109966f Update webapp dependencies
3611e53 Update webapp dependencies
d753c06 Upgrade tcr webapp version to 1.2.0
f2e5bed Upgrade to TCR version 1.1.0
c579edd Use go.mod instead of go.sum in GitHub actions caching
1816015 [#390 ] Ensure toolchain command execution returns failure when command is not found
ea12e10 [#390 ] Implement real-time trace on toolchain commands execution
0799138 [#390 ] Simplify toolchain capture of command stderr and stdout
cc354cb [#559 ] Add example with haskell and stack
a24da84 [#559 ] Add haskell as a built-in language
1707ccd [#559 ] Add haskell/stack to the list of built-in languages/toolchains in readme
6d9025f [#559 ] Add stack as a built-in toolchain
a766530 [#694 ] Add 'a' shortcut description in examples' readme.md
a5046c4 [#694 ] Add API handler on HTTP server for aborting a command execution
f02591a [#694 ] Add new webapp component for providing control buttons
2741e9e [#694 ] Add new webapp service for sending control requests
d0065a5 [#694 ] Add test cases on toolchain command runner
aec6a69 [#694 ] Add test cases on webapp controls component
f362387 [#694 ] Add tests on abort shortcut activation in cli
46b3a3a [#694 ] Add toolchain command abort shortcut in CLI
3a72bd4 [#694 ] Factorise mob/solo common menu options initialization in CLI
dd2e57a [#694 ] Fix linter errors on webapp new controls service and component
95fcad6 [#704 ] Enforce Windows console flags setting before each key press capture
d8d6512 [#705 ] Change git diff options to allow detection of space changes
d0cc33d [#705 ] Change p4 diff options to allow detection of space changes
60de71b [#720 ] Add example with scala and sbt
1ef2ec6 [#720 ] Add sbt as a built-in toolchain
f9da613 [#720 ] Add scala as a built-in language
65cbfc2 [#720 ] Add scala/sbt to the list of built-in languages/toolchains in readme
You can’t perform that action at this time.