Downloads:
2,634
Downloads of v 1.1.0:
83
Last Update:
28 Dec 2021
Package Maintainer(s):
Software Author(s):
- Famedly
Tags:
fluffychat chat flutter matrix- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
FluffyChat
This is not the latest version of FluffyChat available.
- 1
- 2
- 3
1.1.0 | Updated: 28 Dec 2021
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
2,634
Downloads of v 1.1.0:
83
Maintainer(s):
Software Author(s):
- Famedly
FluffyChat 1.1.0
This is not the latest version of FluffyChat available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Famedly. The inclusion of Famedly trademark(s), if any, upon this webpage is solely to identify Famedly goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install FluffyChat, run the following command from the command line or from PowerShell:
To upgrade FluffyChat, run the following command from the command line or from PowerShell:
To uninstall FluffyChat, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download fluffychat --internalize --version=1.1.0 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade fluffychat -y --source="'INTERNAL REPO URL'" --version="'1.1.0'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade fluffychat -y --source="'INTERNAL REPO URL'" --version="'1.1.0'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install fluffychat
win_chocolatey:
name: fluffychat
version: '1.1.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'fluffychat' do
action :install
source 'INTERNAL REPO URL'
version '1.1.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller fluffychat
{
Name = "fluffychat"
Version = "1.1.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'fluffychat':
ensure => '1.1.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved by moderator Windos on 25 Jan 2022.
FluffyChat is a multi-platform Matrix client written in Dart/Flutter. It compiles to native code on Android, iOS, macOS, Windows and Linux and renders with Skia on the web. FluffyChat is just a hobby project from the developers of Famedly and licensed under AGPLv3. It follows a design philosophy to be minimalistic, inclusive and easy to use.
Please Note: This is an automatically updated package. If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.
$ErrorActionPreference = 'Stop';
Remove-Item -Path "$($env:SystemDrive)\ProgramData\Microsoft\Windows\Start Menu\Programs\FluffyChat.lnk" -Force
Remove-Item -Path "$([System.Environment]::GetFolderPath([System.Environment+SpecialFolder]::DesktopDirectory))\FluffyChat.lnk" -Force
Log in or click on link to see number of positives.
- fluffychat.1.1.0.nupkg (aea2d7129a39) - ## / 61
- fluffychat-v1.1.0.zip (09e11ea8675f) - ## / 59
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
FluffyChat 1.11.2.20230613 | 301 | Tuesday, June 13, 2023 | Approved | |
FluffyChat 1.11.2 | 126 | Friday, May 5, 2023 | Approved | |
FluffyChat 1.11.1 | 74 | Sunday, April 30, 2023 | Approved | |
FluffyChat 1.11.0 | 62 | Wednesday, April 19, 2023 | Approved | |
FluffyChat 1.10.0 | 114 | Sunday, March 12, 2023 | Approved | |
FluffyChat 1.9.0 | 94 | Saturday, February 4, 2023 | Approved | |
FluffyChat 1.8.0 | 92 | Monday, January 2, 2023 | Approved | |
FluffyChat 1.7.3 | 81 | Friday, December 23, 2022 | Approved | |
FluffyChat 1.7.2 | 57 | Monday, December 19, 2022 | Approved | |
FluffyChat 1.7.1 | 82 | Wednesday, November 23, 2022 | Approved | |
FluffyChat 1.7.0 | 67 | Friday, November 18, 2022 | Approved | |
FluffyChat 1.6.4.20220909 | 104 | Friday, September 9, 2022 | Approved | |
FluffyChat 1.6.4 | 56 | Thursday, September 8, 2022 | Approved | |
FluffyChat 1.6.3 | 86 | Tuesday, August 30, 2022 | Approved | |
FluffyChat 1.6.2 | 73 | Sunday, August 21, 2022 | Approved | |
FluffyChat 1.6.1 | 79 | Sunday, August 14, 2022 | Approved | |
FluffyChat 1.6.0 | 69 | Friday, August 12, 2022 | Approved | |
FluffyChat 1.5.0 | 119 | Monday, June 6, 2022 | Approved | |
FluffyChat 1.4.0 | 98 | Friday, May 6, 2022 | Approved | |
FluffyChat 1.3.1 | 101 | Wednesday, March 23, 2022 | Approved | |
FluffyChat 1.3.0 | 77 | Saturday, March 19, 2022 | Approved | |
FluffyChat 1.2.0 | 113 | Thursday, January 27, 2022 | Approved | |
FluffyChat 1.1.0 | 83 | Tuesday, December 28, 2021 | Approved | |
FluffyChat 1.0.1 | 97 | Wednesday, December 1, 2021 | Approved | |
FluffyChat 0.42.3 | 93 | Tuesday, November 16, 2021 | Approved | |
FluffyChat 0.42.2 | 102 | Monday, November 8, 2021 | Approved | |
FluffyChat 0.42.0 | 112 | Sunday, November 7, 2021 | Approved |
v1.1.0
- Unreleased
- CI: Add candidate release pipeline (Krille Fear)
- Translated using Weblate (Dutch) (Jelv)
- Translated using Weblate (Estonian) (Priit Jõerüüt)
- Translated using Weblate (Finnish) (Mikaela Suomalainen)
- Translated using Weblate (Finnish) (Mikaela Suomalainen)
- Translated using Weblate (Indonesian) (Linerly)
- Translated using Weblate (Korean) (Kim Tae Kyeong)
- Translated using Weblate (Norwegian Bokmål) (Gigaa)
- Translated using Weblate (Norwegian Bokmål) (Raatty)
- change: Do not compress very small images (Krille Fear)
- chore: Update Matrix SDK (Krille Fear)
- design: Make not joined participants transparent in list (Krille Fear)
- docs: Fix screenshots on website (Krille Fear)
- fix: Update dependencies with flutter pub upgrade (Krille Fear)
- fix: Well known lookup at login (Krille Fear)
- refactor: Make most of the utils null safe (Krille Fear)
- refactor: Make send file dialog null safe (Krille Fear)
- refactor: Make user device list item null safe (Krille Fear)
Full changelog: https://gitlab.com/famedly/fluffychat/-/blob/main/CHANGELOG.md
This package has no dependencies.
Ground Rules:
- This discussion is only about FluffyChat and the FluffyChat package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or FluffyChat, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.