Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
39d6956
Feature: Hosts editor
BornToBeRoot Mar 16, 2025
420cb14
Feature: Hosts file editor
BornToBeRoot Mar 23, 2025
cfdba16
Feature: Parse & Reload hosts file... and some cleanup / improvements
BornToBeRoot Mar 25, 2025
1e160cf
Merge branch 'main' into feature/hosts_editor
BornToBeRoot Apr 6, 2025
14775b2
Feature: Reload hosts file
BornToBeRoot Apr 6, 2025
667756f
Merge branch 'main' into feature/hosts_editor
BornToBeRoot Apr 19, 2025
59626ce
Feature: Auto reload, refactoring & export hosts
BornToBeRoot Apr 29, 2025
0fb2fd5
Merge branch 'main' into feature/hosts_editor
BornToBeRoot May 13, 2025
5967742
Merge branch 'main' into feature/hosts_editor
BornToBeRoot May 16, 2025
94cb8ae
Merge branch 'main' into feature/hosts_editor
BornToBeRoot May 16, 2025
df8bf8b
Merge branch 'main' into feature/hosts_editor
BornToBeRoot May 22, 2025
8059013
Feature: Context Menu added
BornToBeRoot May 22, 2025
1130e41
Chore: UI stuff
BornToBeRoot May 22, 2025
f27ddd3
Merge branch 'main' into feature/hosts_editor
BornToBeRoot May 26, 2025
e87111f
Fix: Design issue for consoletextbox
BornToBeRoot May 28, 2025
d878310
Docs: Add changelog
BornToBeRoot May 28, 2025
bd93b02
Fix: Reload animation fixed
BornToBeRoot May 28, 2025
4387a4d
Fix: WiFi search
BornToBeRoot May 28, 2025
b150c68
Feature: Implement CAA resource records
BornToBeRoot May 28, 2025
6a48c7f
Chore: Redesign ARP refresh
BornToBeRoot May 28, 2025
f81b1d6
Chore: Redesign refresh button
BornToBeRoot May 28, 2025
feeae82
Fix: Refresh view
BornToBeRoot May 28, 2025
2e738c2
Docs: Add changelog
BornToBeRoot May 28, 2025
5706e3b
Chore: Refactoring / improve view
BornToBeRoot May 28, 2025
d443420
Chore: Add strings
BornToBeRoot May 29, 2025
c72dbfe
Chore: Add ReadOnly Mode
BornToBeRoot May 29, 2025
5bb8338
Feature: HostsFileEditor ReadOnly
BornToBeRoot May 29, 2025
24e0763
Fix: Broken links & some docs
BornToBeRoot May 29, 2025
8949e0d
Chore: Update / add images
BornToBeRoot May 29, 2025
1d44c88
Fix: Link
BornToBeRoot May 29, 2025
fbcfe3f
Update AboutViewModel.cs
BornToBeRoot May 30, 2025
27698c4
Chore: Move query types
BornToBeRoot May 30, 2025
ddd2d98
Update WiFiConnectViewModel.cs
BornToBeRoot May 30, 2025
0ad5469
Update log4net.config
BornToBeRoot May 30, 2025
84f7566
Fix: Using ref
BornToBeRoot May 30, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Source/GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCopyright("Copyright © 2016-2024 BornToBeRoot")]
[assembly: AssemblyCopyright("Copyright © 2016-2025 BornToBeRoot")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("2025.1.18.0")]
[assembly: AssemblyFileVersion("2025.1.18.0")]
[assembly: AssemblyVersion("2025.5.22.0")]
[assembly: AssemblyFileVersion("2025.5.22.0")]
Loading