Skip to content

Releases: Madu-de/MaduChat

v1.2.1

05 Dec 16:20
da74790
Compare
Choose a tag to compare

v1.2.1 We dont want 🪳's in MaduChat!🚀

Contained fixes:

Chat icons

  • The chat icons are changed to better ones.
    • Before:
      image
    • Now:
      image

User error fix

  • The "User does not exist" error is now translated into multiple languages
    • Before: only English
    • Now: English, German, French, Spanish

Register error

  • Removed the break after the password error in /register
    • Before:
      image
    • Now:
      image

Release notes

What's Changed

Full Changelog: v1.2.0...v1.2.1

repository-open-graph-template

In open source, we feel strongly that to really do something well, you have to get a lot of people involved.

  • Linus Torvalds

v1.2.0

02 Dec 18:50
24bd5a5
Compare
Choose a tag to compare

v1.2.0 Profile settings, chat settings and docker🚀

Contained features:

New settings-tab named "Profile"

  • Set your own profile picture
  • Set "Show online status" to everyone, only friends or no one

image
image

New chatsettings

  • You are now be able to add and remove friends from your chat

image
image

Docker support

  • The whole application is docker ready. Just follow the constructions here

Release notes

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.2.0

repository-open-graph-template

I think, fundamentally, open source does tend to be more stable software. It's the right way to do things.

  • Linus Torvalds

v1.1.1

04 Oct 12:43
7e35158
Compare
Choose a tag to compare

Bug fixes🚀🫡

  • Fixed mat-icon warning. More here: #103
  • Fixed websocket bug. More here: #105

repository-open-graph-template

Code is like humor. When you have to explain it, it’s bad.
- Cory House

v1.1.0

02 Oct 13:54
baae9e8
Compare
Choose a tag to compare

1.1.0 Compatibility with desktop and more🚀

Contained features:

  • Frontend title and icon
    • Now, the web app contains an icon and title
  • Compatibility with desktop
    • Electron compatibility
    • You can build the frontend and Electron packages for Windows, MacOS, and Linux by running npm run build+all.
  • Manifest
  • Online and offline status
  • Change chatname
  • Removed unnecessary requests to the backend

repository-open-graph-template

v1.0.1

17 Sep 13:42
b9187aa
Compare
Choose a tag to compare

1.0.1: We love bugfixes🚀🎉

  • Fixed a little sidebar design bug. See more here
  • Updated all npm packages to prevent an XSS attack (Critters is now on 0.0.20) and more
  • Updated the package.json

Version 1 of any software is full of bugs. Version 2 fixes all the bugs and is great. Version 3 adds all the things users ask for, but hides all the great stuff in Version 2.
- Fred Blechman

repository-open-graph-template

v1.0.0

16 Sep 06:37
bf6901c
Compare
Choose a tag to compare

1.0.0: The first major release of MaduChat🚀

Contained features:

  • Mobile and desktop compatible
  • Login/Register
  • Friendsystem
    • Find friends
    • Friendlist
    • Friend requests
      • See
        • Received
        • Sent
      • Remove
        • Sent
  • Settings
    • Show Avatar
    • Language
      • Deutsch
      • English
      • Français
      • Español
  • Chatssystem
    • Global Chat
    • Own chats with friends
    • Realtime
      • Read Messages
      • Write Messages
  • User page
    • Add/Remove friend(request)
    • Start chat with friends
  • Batches

Some Screenshots

image
image
image
image
image
image
image
image
image
image

Software is like sex: it’s better when it’s free.
- Linus Torvalds