Skip to content

Commit b50632c

Browse files
authored
New version: Chatty.Chatty version 0.27 (microsoft#251114)
1 parent 4c531e1 commit b50632c

File tree

3 files changed

+80
-0
lines changed

3 files changed

+80
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Created with komac v2.11.2
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json
3+
4+
PackageIdentifier: Chatty.Chatty
5+
PackageVersion: '0.27'
6+
InstallerLocale: en-US
7+
InstallerType: inno
8+
Scope: machine
9+
ProductCode: Chatty_is1
10+
ReleaseDate: 2025-04-12
11+
AppsAndFeaturesEntries:
12+
- ProductCode: Chatty_is1
13+
ElevationRequirement: elevatesSelf
14+
InstallationMetadata:
15+
DefaultInstallLocation: '%ProgramFiles%\Chatty'
16+
Installers:
17+
- Architecture: x64
18+
InstallerUrl: https://github.com/chatty/chatty/releases/download/v0.27/Chatty_0.27_win_standalone_setup.exe
19+
InstallerSha256: CBC86906F9502E564A7DDF75F490E137C062D1248A9E35469CCF12E8FD5FEC8E
20+
ManifestType: installer
21+
ManifestVersion: 1.9.0
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Created with komac v2.11.2
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json
3+
4+
PackageIdentifier: Chatty.Chatty
5+
PackageVersion: '0.27'
6+
PackageLocale: en-US
7+
Publisher: Chatty
8+
PublisherUrl: https://github.com/chatty
9+
PublisherSupportUrl: https://github.com/chatty/chatty/issues
10+
PackageName: Chatty
11+
PackageUrl: https://chatty.github.io/
12+
License: GPL-3.0
13+
LicenseUrl: https://github.com/chatty/chatty/blob/HEAD/LICENSE
14+
ShortDescription: Chatty is a chat software specifically made for Twitch, in the spirit of a classic IRC Client.
15+
Tags:
16+
- chat
17+
- java
18+
- standalone
19+
- twitch
20+
ReleaseNotes: |-
21+
Changes compared to previous Release
22+
Changes compared to previous release version (v0.26):
23+
Twitch is turning off the PubSub API, so all features that relied on it had to be replaced with EventSub (e.g. Mod Actions, AutoMod and more). You will need to reconnect your Twitch Account under "Main - Account" due to the new API requiring new access scopes. Channel Points Redemptions are only available for the broadcaster in the new API and haven't been implemented in Chatty yet.
24+
Other changes
25+
- Added manual refresh button to Followers/Subscribers List
26+
- Added /warn command
27+
- Added gigantified emote support
28+
- Added some initial support for shared chat
29+
- Display source channel logo and badges in chat
30+
- Display source channel name for User Dialog messages
31+
- Added config:shared matching prefix
32+
- Added Highlight matching prefixes config:highlighted, config:followup, config:shared
33+
- Custom Tabs
34+
- Added channel logo setting
35+
- Don't apply log mode to Custom Tabs
36+
- Use channel context for /insert command, added more advanced /insert2 command
37+
- Added hotkey actions related to minimizing to tray
38+
- Various bugfixes
39+
- Updated help
40+
Changes compared to previous Beta
41+
Changes compared to previous beta version (v0.27-b6):
42+
- Updated help
43+
Release files info
44+
- Chatty_*.zip - Just the JAR, requires an installed JRE to execute
45+
- Chatty_*_win_setup.exe - Same, but as a Windows Installer
46+
- Chatty_*_win_standalone.zip - Windows Standalone, with a bundled JRE
47+
- Chatty_*_win_standalone_setup.exe - Same, but as a Windows Installer
48+
Checksums
49+
ReleaseNotesUrl: https://github.com/chatty/chatty/releases/tag/v0.27
50+
ManifestType: defaultLocale
51+
ManifestVersion: 1.9.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with komac v2.11.2
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json
3+
4+
PackageIdentifier: Chatty.Chatty
5+
PackageVersion: '0.27'
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.9.0

0 commit comments

Comments
 (0)