Skip to content

Commit

Permalink
Changelog 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurth1234 committed Aug 9, 2016
1 parent a4014f0 commit 373bc6e
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 `<TextBlock>` elements, it's now a list of a custom `<MessageLine>` 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

Expand Down
10 changes: 5 additions & 5 deletions WinIRC/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
<Identity Name="57221rymate1234.WinIRC" Publisher="CN=1459BE74-73A4-49A3-BBEB-5E81EC67EE2A" Version="1.3.0.0" />
<Identity Name="57221rymate1234.WinIRC" Publisher="CN=1459BE74-73A4-49A3-BBEB-5E81EC67EE2A" Version="1.3.1.0" />
<mp:PhoneIdentity PhoneProductId="bb51c926-30e9-4d89-a340-efd3e12cfc01" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>WinIRC</DisplayName>
Expand Down Expand Up @@ -28,13 +28,13 @@
</uap:VisualElements>
<Extensions>
<uap:Extension Category="windows.protocol">
<uap:Protocol Name="ircs">
<uap:DisplayName>SSL IRC Protocol</uap:DisplayName>
<uap:Protocol Name="irc">
<uap:DisplayName>IRC Protocol</uap:DisplayName>
</uap:Protocol>
</uap:Extension>
<uap:Extension Category="windows.protocol">
<uap:Protocol Name="irc">
<uap:DisplayName>IRC Protocol</uap:DisplayName>
<uap:Protocol Name="ircs">
<uap:DisplayName>SSL IRC Protocol</uap:DisplayName>
</uap:Protocol>
</uap:Extension>
</Extensions>
Expand Down
2 changes: 1 addition & 1 deletion WinIRC/_pkginfo.txt
Original file line number Diff line number Diff line change
@@ -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
Binary file modified WinIRC/_scale-100.appx
Binary file not shown.
Binary file modified WinIRC/_scale-125.appx
Binary file not shown.
Binary file modified WinIRC/_scale-150.appx
Binary file not shown.
Binary file modified WinIRC/_scale-400.appx
Binary file not shown.

0 comments on commit 373bc6e

Please sign in to comment.