Skip to content

Commit e79ee8e

Browse files
authored
v1.2.0 update
1 parent 59b958b commit e79ee8e

4 files changed

Lines changed: 14 additions & 6 deletions

File tree

FeralCode.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<OutputType>WinExe</OutputType>
55
<TargetFramework>net10.0-windows</TargetFramework>
66
<AssemblyName>FeralHTPC</AssemblyName>
7-
<Version>1.1.9-beta</Version>
7+
<Version>1.2.0-beta</Version>
88
<Authors>Bobby</Authors>
99
<Company>Feral HTPC Development</Company>
1010
<Product>Feral HTPC</Product>

FeralInstaller.iss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[Setup]
22
AppName=Feral HTPC
3-
AppVersion=1.1.9-beta
3+
AppVersion=1.2.0-beta
44
AppPublisher=Feral HTPC Development
55
VersionInfoCompany=Feral HTPC Development
66
VersionInfoProductName=Feral HTPC Setup
7-
VersionInfoProductVersion=1.1.9
8-
VersionInfoProductTextVersion=1.1.9-beta
7+
VersionInfoProductVersion=1.2.0
8+
VersionInfoProductTextVersion=1.2.0-beta
99
VersionInfoCopyright=Copyright (C) 2026 Feral HTPC Development
1010
AppPublisherURL=https://github.com/nuken/Feral-HTPC
1111
DefaultDirName={autopf}\FeralHTPC

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Feral HTPC (Version 1.1.9-beta)
1+
# Feral HTPC (Version 1.2.0-beta)
22

33
Feral HTPC is a dedicated, feature-rich desktop client designed specifically for Home Theater PCs (HTPCs) running Windows. It interfaces directly with your Channels DVR server to provide a seamless, controller-friendly interface for Live TV, Movies, and external streaming services.
44

@@ -79,6 +79,14 @@ If you are using a standard keyboard or a generic media remote mapped to keyboar
7979

8080
# Changelog
8181

82+
## [1.2.0]
83+
84+
### New Features & Enhancements
85+
86+
* **Channel Sorting:** Move or Hide Channels in Collections.
87+
* **HLS Stream Option:** Force a channel to use the HLS Stream to address channel freezing.
88+
* **Minimize to System Tray:** Settings option to keep Feral HTPC open in the background, minimized to System Tray.
89+
8290
## [1.1.9]
8391

8492
### New Features & Enhancements

SettingsPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
</StackPanel>
192192

193193
<StackPanel Grid.Column="2" Orientation="Horizontal" VerticalAlignment="Center">
194-
<TextBlock x:Name="CurrentVersionText" Text="v1.1.9-beta" FontSize="14" FontWeight="SemiBold" Foreground="{DynamicResource TextSecondary}" VerticalAlignment="Center" Margin="0,0,15,0"/>
194+
<TextBlock x:Name="CurrentVersionText" Text="v1.2.0-beta" FontSize="14" FontWeight="SemiBold" Foreground="{DynamicResource TextSecondary}" VerticalAlignment="Center" Margin="0,0,15,0"/>
195195
<Button x:Name="CheckVersionBtn" Content="Check for Updates" Click="CheckVersion_Click" Style="{StaticResource ModernButton}" Padding="15,8" FontSize="14"/>
196196
</StackPanel>
197197
</Grid>

0 commit comments

Comments
 (0)