This repository has been archived by the owner on May 25, 2020. It is now read-only.
Releases: amoerie/teamcity-theatre
Releases · amoerie/teamcity-theatre
3.2.0
Guest support!
This release introduces support for guestAuth
. If enabled on TeamCity, this allows REST API calls without having to authenticate, (by making calls to /guestAuth instead of /httpAuth).
You can enable this by modifying the AuthenticationMode in appsettings.json (or the environment variable TEAMCITYTHEATRE_CONNECTION__AUTHENTICATIONMODE), possible values are "BasicAuthentication" or "Guest"
3.1.0
Minor improvements!
This release introduces:
- Customizable TeamCity API query: the TC endpoint parameters is now available in appsettings.json to customize as you like. I've seen quite some issues related to this, so this should make things easier.
- Improved logging when requests to TeamCity go wrong
- Log TeamCity settings on startup to facilitate finding out why TeamCityTheatre doesn't work.
- Docker support! There's no image on Docker Hub (yet) but you can easily create and run a Docker image using the scripts provided. Thanks to trolleyyy for assisting with this.
- Configure via environment variables (only connection related settings for now)
- Upgrade to .NET Core 2.2
3.0.2
3.0.1
3.0
This is another major release!
Changes:
- Added Serilog logging, TeamCityTheatre problems can now be diagnosed from log files, found by default under C:\TeamCityTheatre\Logs
- Added ability to specify number of columns per view.
- Show build number
- Fixed bug where cursor would jump back to beginning of text when editing tile names.
- Updated to .NET Core 2
- Updated front end libraries (RxJs to 6, TypeScript to 2.8, Webpack to 4, etc.)
2.1
Another release, with some minor changes:
- Builds are now clickable and will open the build details in TeamCity on a new tab
- Removed Inferno in favor of React. This increases the bundle size output with 110kb, but fixes some problems such as the generated HTML containing "classname" attributes.
- Updated all NPM dependencies to their newest versions
2.0 .NET Core
This is a brand new release of TeamCity Theatre!
Featuring:
- .NET Core support
- A completely rewritten front end using React + RxJs (angular 1 isn't exactly modern anymore)
- Some fixed bugs and usability improvements. For example, in the settings screen, you can now reorder your tiles!
If you detect any bugs, please let me know by opening an issue. Have fun!