Skip to content

Releases: SrainApp/srain

1.0.0rc2

14 Jun 05:53
Compare
Choose a tag to compare
1.0.0rc2 Pre-release
Pre-release

1.0.0rc1

14 Jun 05:48
Compare
Choose a tag to compare
1.0.0rc1 Pre-release
Pre-release

0.06.4

28 Feb 16:30
Compare
Choose a tag to compare
0.06.4 Pre-release
Pre-release

Original changelog

  • Changed:
    • Change default application ID to im.srain.Srain
  • Added:
    • CTCP support, including request & response CLIENTINFO, FINGER, PING, SOURCE, TIME, VERSION, USERINFO messages. DCC message is not yet supported. Use command /ctcp for sending a CTCP request
    • Login method support, you can specify it by configuration file option server.login_method:
      • sasl_plain: SASL PLAIN authentication support, will use server.user.username as identity, and use server.user.passwd as password
    • Added documentation Support Tables used to show Srain's features, inspried by IRCv3 Client Support
    • Added a semantic version parser, not yet used
    • Added appdata file which requier by application store, thanks to @cpba
    • openSUSE package is available, please refer to openSUSE for details, thanks to @alois
    • Flatpak package is available, please refer to Flatpak for details, thanks to @cpba
  • Improved:
    • Fixed a logical error in IRC message parser: all parameters are equal whether matched by <middle> or <trailing>, thanks to @DanielOaks
    • Improved connection state control, you can smoothly disconnect/quit from server even it is unresponsive
    • Fixed truncated message output by /server list subcommand
    • Fixed crash at g_type_check_instance() under GLib 2.54.3+
    • Fixed: Do not free a SrianServerBuffer which has non-empty buffer
    • Ensure the QUIT message can be sent before application shutdown
    • Removed entry from desktop file, thanks to @TingPing
    • Fixed grammer of join message, thanks to @raindev
    • Re-enable CI for Srain: ci-status

0.06.3

22 Dec 05:22
Compare
Choose a tag to compare
0.06.3 Pre-release
Pre-release

Original changelog

  • Changed:

    • Configurable file option tls_not_verify in irc block in server
      block is renamed to tls_noverify, old option name is still supported
    • Command option tls-not-verify for /server and
      /connect is renamed to tls-noverify, old option name
      is still supported
  • Added:

    • Connect popover supports connect to predefined server
    • Join popover supports channel search
  • Improved:

    • Modified margin and padding of some widgets
    • Improved the style of unread message counter
    • Fixed markup parse error of decorator
    • Fixed crashing while connecting from connect popover
    • Fixed use after free while removing user
    • Improved the performance and extensibility of user list
    • Improved compatibility with older versions of GTK(> 3.16)
    • Refactor the code of chat panel, helpful for the next development

0.06.2

11 Sep 17:08
Compare
Choose a tag to compare
0.06.2 Pre-release
Pre-release

Original changelog

  • Added:

    • mIRC color support, can be configured via render_mirc_color option
  • Improved:

    • Better error reporting while operating the UI
    • IRC URL can be opened directly within the application
    • Text in input entry, connection panel and join panel will not be cleared
      while operation is not successful
    • Fixed: in some cases, nickname registration will case infinity loop
    • Decorator and filter now can process xml message
    • Imporved the handling of channel topic

test latest.

0.06.1

18 Aug 12:18
Compare
Choose a tag to compare
0.06.1 Pre-release
Pre-release

Original changelog

  • Added:

    • Added GPL copyright statements
    • RPL_CHANNEL_URL (328) message support
    • Command line options support, type srain -h for help message
    • Support for Creating server and joining channel from IRC URL
    • New dependency libsoup
    • Add reconnect timer: if connection fails, Srain will wait for 5 seconds
      then try to connect again. If it still fails, waiting time will increase by
      5 second
  • Improved:

    • Fixed the crash when QUIT
    • Fixed: avoid sending empty password
    • More empty parameters checks
    • Imporve server connection status control

0.06

29 Jul 10:29
Compare
Choose a tag to compare
0.06 Pre-release
Pre-release

Original changelog

  • Changed:

    • The third time of refactor ;-)
    • New command parser, for the syntax, refer to commands-syntax.
    • Changed the format of Chat log
    • The /relay command doesn't support custom delimiter, this function will
      be implemented as python plugin in the future
    • Use reStructuredText for document instead of Markdown
  • Added:

    • Message filter: mechanism for filtering message
    • Message Decorator: mechanism for changing message
    • Install script for Gentoo, thanks to @rtlanceroad !
    • New command /rignore for ignore message using regular
      expression, thanks to @ZWindL !
    • Config file support
    • Configurable log module, more convenient for developing and reporting issue
    • New Return value type, for more friendly error reporting
    • New command commands-server for IRC servers management
    • Srain home page is available at: https://srain.im
    • Srain help documentation is available at: https://doc.srain.im
  • Removed:

    • Remove libircclient dependence
  • Improved:

    • Improve reconnection stuff: auto reconnect when ping time out
    • More accurate message mention
    • Display preview image in correct size
    • Any number of image links in message can be previewed
    • HTTP(and some other protocols) link, domain name, email address and IRC
      channel name in topic and messages can be rendered as hyper link
    • The sent message can be merged to last sent message
    • Fixed some bugs

0.05

30 Aug 14:32
Compare
Choose a tag to compare
0.05 Pre-release
Pre-release
  • Changed
    • Port to libircclient
      • SSL connection support
      • Server password support
      • Channel password support
  • Added:
    • Convenience GtkPopover for connecting and joining
    • Nick popmenu
    • Translations: zh_CN
    • Forward message
    • Chat log
    • Colorful user list icon
    • Mentioned highlight
    • Desktop notification
  • Improved:
    • More friendly User interface
    • Stronger {upload,avatar} plugin
    • Fixed a lot of bugs

0.05 is the first stable release of Srain, enjoy~

0.03

30 Apr 09:23
Compare
Choose a tag to compare
0.03 Pre-release
Pre-release
  • new interface between UI and IRC module
  • multi-server support
  • channel name is not case sensitive now
  • /quit command will close all SrainChan of a server
  • fix GTK-Warning when close a SrainCHan

NB: 0.03 is a pre-release, some functions are no completed yet.
it also has some undetected bugs.

0.02

17 Apr 12:01
Compare
Choose a tag to compare
0.02 Pre-release
Pre-release
  • Port to GTK+-3.20
  • Few bugs fixed

NB: 0.02 is a pre-release, some functions are no completed yet.
it also has some undetected bugs.