Skip to content

Commit 5c0bc6e

Browse files
authored
Feature: Hosts File Editor (#3012)
* Feature: Hosts editor * Feature: Hosts file editor * Feature: Parse & Reload hosts file... and some cleanup / improvements * Feature: Reload hosts file * Feature: Auto reload, refactoring & export hosts * Feature: Context Menu added * Chore: UI stuff * Fix: Design issue for consoletextbox * Docs: Add changelog * Fix: Reload animation fixed * Fix: WiFi search * Feature: Implement CAA resource records * Chore: Redesign ARP refresh * Chore: Redesign refresh button * Fix: Refresh view * Docs: Add changelog * Chore: Refactoring / improve view * Chore: Add strings * Chore: Add ReadOnly Mode * Feature: HostsFileEditor ReadOnly * Fix: Broken links & some docs * Chore: Update / add images * Fix: Link * Update AboutViewModel.cs * Chore: Move query types * Update WiFiConnectViewModel.cs * Update log4net.config * Fix: Using ref
1 parent 1441157 commit 5c0bc6e

File tree

89 files changed

+3322
-2011
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+3322
-2011
lines changed

Source/GlobalAssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
[assembly: AssemblyConfiguration("")]
44
[assembly: AssemblyCompany("")]
5-
[assembly: AssemblyCopyright("Copyright © 2016-2024 BornToBeRoot")]
5+
[assembly: AssemblyCopyright("Copyright © 2016-2025 BornToBeRoot")]
66
[assembly: AssemblyTrademark("")]
77
[assembly: AssemblyCulture("")]
88

9-
[assembly: AssemblyVersion("2025.1.18.0")]
10-
[assembly: AssemblyFileVersion("2025.1.18.0")]
9+
[assembly: AssemblyVersion("2025.5.22.0")]
10+
[assembly: AssemblyFileVersion("2025.5.22.0")]

0 commit comments

Comments
 (0)