Skip to content

Commit

Permalink
bundled quakeTV 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PredatH0r committed Feb 3, 2016
1 parent 568424a commit 5b5d4ea
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ Thumbs.db
source/.vs/extraQL/v14/.suo
source/extraQL.csproj.user
workshop/content/
workshop/buildWorkshopItem.cmd
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ c:\program files (x86)\Steam\SteamApps\workshop\content\282440\539252269
Changelog
=========

Version 2.22
---
- quakeTV 1.1: fixed couple issues with auto-following

Version 2.21
---
- quakeTV 1.0 now capable to track CA matches and switch POV when a player dies
Expand Down
2 changes: 1 addition & 1 deletion source/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace ExtraQL
{
public partial class MainForm : Form
{
public const string Version = "2.21";
public const string Version = "2.22";

private readonly Config config;
private readonly HttpServer server;
Expand Down
2 changes: 1 addition & 1 deletion workshop/extraQL.vdf
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"previewfile" "d:\sources\extraQL\workshop\extraQL1.png"
"visibility" "0"
"title" "extraQL userscripts"
"changenote" "https://github.com/PredatH0r/extraQL/releases/tag/v2.21"
"changenote" "https://github.com/PredatH0r/extraQL/releases/tag/v2.22"
}

0 comments on commit 5b5d4ea

Please sign in to comment.