diff --git a/CHANGELOG.md b/CHANGELOG.md index c8d545b..4c02062 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ # Changelog +----- + +## 1.3.1 + +This release of WinIRC features a major recode of the view of messages within a channel. Rather than just being a list of `` elements, it's now a list of a custom `` element. Seperate parts of the message can now be coloured and styled differently. Currently this brings two new features: + + - ping highlights in chat + - timestamps in chat + +This release also fixes a couple issues with the extended execution session on phones. + +----- ## v1.3 diff --git a/WinIRC/Package.appxmanifest b/WinIRC/Package.appxmanifest index 16d67ef..be03b3f 100644 --- a/WinIRC/Package.appxmanifest +++ b/WinIRC/Package.appxmanifest @@ -1,6 +1,6 @@  - + WinIRC @@ -28,13 +28,13 @@ - - SSL IRC Protocol + + IRC Protocol - - IRC Protocol + + SSL IRC Protocol diff --git a/WinIRC/_pkginfo.txt b/WinIRC/_pkginfo.txt index 102003e..0126a44 100644 --- a/WinIRC/_pkginfo.txt +++ b/WinIRC/_pkginfo.txt @@ -1 +1 @@ -C:\Users\Ryan\Documents\Visual Studio 2015\Projects\WinIRC\WinIRC\SideloadAppPackages\WinIRC_1.3.0.0\WinIRC_1.3.0.0_x86_x64_arm.appxbundle +C:\Users\Ryan\Documents\Visual Studio 2015\Projects\WinIRC\WinIRC\SideloadAppPackages\WinIRC_1.3.1.0\WinIRC_1.3.1.0_x86_x64_arm.appxbundle diff --git a/WinIRC/_scale-100.appx b/WinIRC/_scale-100.appx index 7ed1ad1..1a37174 100644 Binary files a/WinIRC/_scale-100.appx and b/WinIRC/_scale-100.appx differ diff --git a/WinIRC/_scale-125.appx b/WinIRC/_scale-125.appx index 80baff0..ea94c5a 100644 Binary files a/WinIRC/_scale-125.appx and b/WinIRC/_scale-125.appx differ diff --git a/WinIRC/_scale-150.appx b/WinIRC/_scale-150.appx index d1270bd..1ee27f7 100644 Binary files a/WinIRC/_scale-150.appx and b/WinIRC/_scale-150.appx differ diff --git a/WinIRC/_scale-400.appx b/WinIRC/_scale-400.appx index fee7670..12f9f9e 100644 Binary files a/WinIRC/_scale-400.appx and b/WinIRC/_scale-400.appx differ