coyim

coyim - a safe and secure chat client

OTHER License

Stars
595
Committers
37

Bot releases are hidden (Show)

coyim - https://github.com/coyim/coyim/releases/tag/test-mac-mojave-5

Published by olabiniV2 about 3 years ago

coyim - Release notes for CoyIM 0.3.11

Published by olabini over 5 years ago

We are very proud to release CoyIM 0.3.11!

This is a very small bug fix release, fixing two issues.

Bug fixes:

  • #526 - Stop unlikely panic caused by misbehaving peers
  • #524 - Fix a bug in conversations list in unified mode
coyim - Release notes for CoyIM 0.3.10

Published by olabini over 5 years ago

We are very proud to release CoyIM 0.3.10!

This is a very small fix release, that makes sure the Windows build works properly.

Bug fixes:

  • #511 - Make sure Windows build works by including libgdk_pixbuf dependencies.
coyim - Release notes for CoyIM 0.3.9

Published by olabini over 5 years ago

We are very proud to release CoyIM 0.3.9!

It's been a longer time than expected, but this release has finally arrived, with a lot of great bug fixes and some new features as well - among those support for SMP and file and directory transfer. Compatibility has also been bumped up to Golang 1.7. Finally, we took the decision to remove the command-line interface, since it was draining resources and didn't seem to have much uptake.

New features:

  • #23 - Implementation of SMP, with simplified GUI
  • #328 - Open conversations with specific resources
  • #18, #382 - Transfer files and directories
  • #433 - Better integration with Tor
  • Added more well known Tor Onion Services for XMPP servers
  • #485 - Prioritize peer name in window title

Bug fixes:

  • #189 - Button freeze when hover on OS X
  • #391 - Working search box on OS X
  • #411 - Mishandled brackets in message text
  • #436 - Fix OS X accelerators
  • #438 - Fix registration crash
  • #439 - Show notifications on latest OS X
  • #441 - Fix spurious warning
  • #443 - Don't show menu items that don't make sense without accounts
  • #444 - Fix hot keys for unified conversations
  • #445 - Render errors properly when adding accounts
  • #446 - Search should search nicknames as well
  • #450 - Unexpected dylib warnings on OS X
  • #464 - XML console opens multiple times for the same account
  • #465 - Change how denied subscription requests show up
  • #497 - Fix Unified view menus
  • #505 - Fix several issues for Debian packaging

Other changes:

  • #483 - Remove the CLI
  • #452 - Improve installation instructions
  • #481 - Refactor JID handling completely
  • Work started on Multi-User Chat
  • #500 - Updated screenshots on website and in README
coyim - Release notes for CoyIM 0.3.8

Published by olabini over 7 years ago

We are very proud to release CoyIM 0.3.8!

This is a small release that primarily fixes some issues and adds smaller features. The last release was meant to be the last in the 0.3 series, but delivery of 0.4 have taken longer than expected. However, this release is not compatible with Golang 1.4 or 1.5.

New features:

  • Support new Golang vendoring
  • Support reproducible builds for Linux
  • #396 - Support hiding waiting contacts
  • Support automatic installation of icons and desktop files
  • #274 - Make it possible to sort by status instead of name
  • #372 - Display pending messages in a clearer way
  • #392 - Give a notification when we verify the fingerprint of a peer
  • #303 - Remember which groups/accounts have been collapsed or not
  • #313 - Make it possible to send messages to offline users

Bug fixes:

  • #390 - Fingerprint missing in "Encryption" tab during account creation
  • #393 - Contact's fingerprints menu does not show the known fingerprints as advertised
  • #389 - Clarify when a password has been saved in the configuration file
  • #237 - Automatically generate author list
  • #399 - If someone cancels entering master password when turning on encryption, we sohuld turn off encryption again
  • #408 - Problem with setting transient on latest Fedora
  • #412 - Inserting a newline with shift-enter should insert that newline where the cursor is, not at the end
  • #400 - We should be better at differentiating connection failures and authentication failures
  • Make it possible to press enter to submit a master password
  • #348 - In unified view make it clear which conversation is the current one
  • #413 - Making sure the i18n subsystem is initialized for CLI
  • #423 - Unescape br tags when receiving encrypted content
  • #428 - Remove dukgo.com as possible server
  • #430 and #431 - Fix several data races
  • #432 - Fix orphaned identity warning
coyim - Release notes for CoyIM 0.3.7_1

Published by juniorz almost 8 years ago

This version fix the Mac Bundle generation that was broken for 0.3.7.
Due GTK+ 3.22.2 we now need to include the system's MIME database in the generated bundle.

coyim - Release notes for CoyIM 0.3.7

Published by olabini almost 8 years ago

We are very proud to release CoyIM 0.3.7!

This is a small release that primarily fixes some issues and adds smaller features.

It is worth noting that this release is the last release in the 0.3 series, and the final release that will be compatible with Golang 1.4 and 1.5.
From 0.4 we will only support Golang 1.6 and up.

New features:

  • Change color scheme for outgoing text
  • Small spelling fixes in error messages
  • #307 - Implement rendering of /me
  • #385 - Show contacts that have been asked but not confirmed in the roster
  • #342 - Make it possible to use Emacs style keyboard shortcuts
  • #375 - Implement "disconnect all"
  • #275 - Warn when we see a new OTR fingerprint
  • #321 - Implement an XMPP console for debugging
  • #370 - Give feedback when "secure chat" button is pressed
  • Add coyim.desktop template for Linux

Bug fixes:

  • #368 - Fix issues when switching between unified and multiple windows
  • #376 - Allow reducing the size of the conversation window in the unified view
  • #341 - Make ctrl-w in unified view close the current view
  • #363 - Allow importing Pidgin-style private keys from Yahoo or other types of accounts
  • #168 - Notify a user when Google is stopping them from logging in
  • #273 - Add more documentation about the libotr file format
  • Make sure we are only showing going offline notifications when the peer is actually going offline
  • #371 - Fix a bug with starting a new secure conversation after we have ended an old one
  • #367 - Stop crash when switching between unified and multiple view
  • Fix problem in OTR when too many messages caused a stuck condition
  • Fix problem where delayed messages got lost
  • Fix problem with duplicated ending notifications
  • Fix problem with resending of delayed messages
  • #359 - We don't want to crash if we can't start the notification subsystem on Linux
coyim - Release notes for CoyIM 0.3.6

Published by olabini about 8 years ago

We are very proud to finally release CoyIM 0.3.6!

This is a small release that primarily fixes some issues and adds notification support for all platforms.

New features:

  • Add support for notifications on OS X and Windows
  • #268 - Add support for manually testing connection
  • #335 - Make it possible to save password when entering it
  • #350 - Add support for setting display name of local account
  • #304 - Make it configurable to show empty groups

Bug fixes:

  • Changes to notification settings should take effect immediately
  • Only show relevant notification settings for the platform in question
  • #280 - Clarify several of the status messages to improve understanding of encryption changes
  • #345 - Don't hide people that are initially away
  • #346 - Display communication window when OTR failures happen
  • #347 - Remove race condition in password entry
coyim - CoyIM 0.3.5

Published by olabini over 8 years ago

Release notes for CoyIM 0.3.5

We are very proud to release CoyIM 0.3.5!

This lovely release once again includes the OS X DMGs - sorry for the trouble.

New features:

  • Make it possible to configure whether empty groups should be displayed or not

Bug fixes:

  • #288 - When removing a group association, that should actually be visible in the UI
  • #318 - Only set urgency hint when new messages have come in
  • Fix the OS X build
coyim - CoyIM 0.3.4

Published by olabini over 8 years ago

An extra release with a small bug fix!

coyim - CoyIM 0.3.3

Published by olabini over 8 years ago

Release notes for CoyIM 0.3.3

We are very proud to release CoyIM 0.3.3!

New features:

  • #318 - Add support for urgency hints on windows
  • Support global preferences with settings for notifications behavior, debugging, and single window mode
  • Support for fullscreening of single window mode
  • Notifications on Linux
  • Various smaller bugs

Bug fixes:

  • #327 - Proper handling of responding to specific XMPP resources
  • #311 - Don't print any information to the screen unless debug mode is on
  • #308 - Make it more flexible under which circumstances you can press enter to send messages
  • #310 - Don't crash when trying to send messages while offline
  • #299 - Enter and shift enter should still work even if num lock or other modifiers are pressed
  • #301 - Fix OTR error flood
  • #296 - Hide empty groups by default
coyim - CoyIM 0.3.2

Published by olabini over 8 years ago

Release notes for CoyIM 0.3.2

We are very proud to release CoyIM 0.3.2!

New features:

  • #263 - Support usable colors for Gnome dark mode

Bug fixes:

  • #295 - Strip out some HTML, but not all
  • #293 - Conversation input should not be squished in single window view
  • #302 - Fix a race condition crash
coyim - CoyIM 0.3

Published by olabini over 8 years ago

Release notes for CoyIM 0.3

New features:

  • Improved configuration options
  • Alternative single view layout
  • Allow associating (local) nicknames and groups with peers
  • Allow for flexible handling of TLS certificates, including pinning
  • Support Tor over Unix domain socket
  • Support for configuring require encryption per peer
  • Allow for turning on or off encryption of the configuration file
  • Remove older conversation content
  • Change conversation text input to allow for multiple lines
  • Support arbitrary servers for registration
  • Improve registration flow to make it clear what is happening
  • Improve setup screen to allow importing, adding or registering accounts
  • Better behavior for checking whether we are using Tor or not
  • Choose what private key to import when importing from a file with several keys

Bug fixes:

  • #276 - Don't strip out HTML from text
  • Fix broken tests on Go 1.6
  • #261 - Allow for trying to send messages while connecting, without crashing
  • Invoking the program twice will now open up the original window
  • #257 - When disconnecting on purpose, we shouldn't try to reconnect
  • #223 - Don't pop up more than one password dialog
  • #232 - We shouldn't crash on Windows

Other changes:

  • Allow for more TLS cipher suites when connecting
  • Better feedback on failure in various siutations
  • Improve the add contact dialog, and add more functionality
  • Display version from the command line
  • Several new known servers with onion services
coyim - Release Notes v0.2

Published by tdruiva over 8 years ago

  • Fixed shortcuts for Mac OS X (feel free to use cmd+c/v)
  • More feedback to the user for different failures
  • Feedback about current privacy and encryption status
  • Fix several race conditions, dead locks and crashes
  • Windows version
  • Defined license: GPLv3
  • Display version in the About dialog
  • Organizing developer scripts
  • Clarify that we use Tor as default
  • Make it possible to configure more aspects of accounts
  • Reorganizing logs
  • Manage contacts, removing, renaming and showing their fingerprints
  • Support import and export fingerprints and private keys
  • Account Registration
  • ... And much more!
Package Rankings
Top 8.17% on Proxy.golang.org
Badges
Extracted from project README
Build Status Coverage Status Translation status Go Report Card