File Srain.changes of Package Srain

-------------------------------------------------------------------
Sat Sep 21 08:16:23 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>

- Update to version 1.7.0:
  * Remove GIMPNet
  * Migrate to libsoup3
- Changes from version 1.6.1:
  * Bug fixes: Add developer name to metainfo
- Changes from version 1.6.0:
  * Features:
    - Use new app indicator provided by libayatana-appindicator,
      which has better compatibility than GtkStatusIcon 
    - Users can still use GtkStatusIcon if they have trouble
      installing libayatana-appindicator, see Installation for more
      details
    - Add conf item scroll-on-new-message to automatically scroll
      down the message list when a new message is incoming even if
      the application is inactive
  * Bug fixes: Let conf item chat.log works as expected
- Replace pkgconfig(libsoup-2.4) with pkgconfig(libsoup-3.0)
  BuildRequires following upstream changes.
- Add pkgconfig(ayatana-appindicator3-0.1) BuildRequires and pass
  app_indicator=true to meson, new optional dependency.

-------------------------------------------------------------------
Fri Nov 10 15:24:18 UTC 2023 - Dirk Müller <dmueller@suse.com>

- update to 1.5.1:
  * Fix the problem that the URL cannot be opened on MS Windows
    (:issue:`391`)

-------------------------------------------------------------------
Wed Jan 11 15:35:11 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>

- Update to version 1.5.0
  Features:
  * Able to identify Nordic GTK Theme as dark theme
  * Activate the corresponding buffer to a response user query
  Changes:
  * Suppress error message when connection keeps failing
  Bug fixes:
  * Fix SASL authentication error when connecting to Soju

- Update to version 1.4.0
  Features:
  * Add support for IRCv3 standard-replies
  * Add support for SASL EXTERNAL, invite-notify, server-time
  * Add conf item server-visibility for setting default server visiblity
  * Add /clear command for clearing messages of current buffer

-------------------------------------------------------------------
Fri Feb 11 04:07:44 UTC 2022 - Luigi Baldoni <aloisio@gmx.com>

- Update to version 1.3.2
  Features:
  * Add French translation
  Bug fixes:
  * Silence assertion failure on /part command
  * Silence "Unknown capability" warning on trailing whitespace
  Changes:
  * Add tooltips to buttons with no text

-------------------------------------------------------------------
Sat Dec 18 10:20:18 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>

- Update to version 1.3.1
  * Make channel messages with origin out of channels can be shown
  * Rejoin channels after NICKSERV authentication finishes

-------------------------------------------------------------------
Tue Oct 26 12:59:09 UTC 2021 - Nicolas FORMICHELLA <stigpro@outlook.fr>

- Update to version 1.3.0
  - [1.3.0]
    * Features:
      + Implement ISUPPORT parsing + the UTF8ONLY IRCv3 specification
      + Add support for RPL_UMODEIS
      + Make nick completion case-insensitive
      + Add button for inserting emoji
    * Bug fixes:
      + Fix configuration syntax errors caused by trailing commas
  - [1.2.4]
    * Bug fixes
      + Fix bugs introduced by https://github.com/SrainApp/srain/pull/316
      + Fix crach when URL preview async task failed
  - [1.2.3]
    * Bug fixes:
      + Eliminate GDK warning
  - [1.2.2]
    * Changed:
      + Add libera.chat IRC network (#311)
      + Updated Dutch translation (b6830e9)


-------------------------------------------------------------------
Sat Apr 10 08:35:52 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>

- Update to version 1.2.1
  Features:
  * Add Ukrainian translations
  Bug fixes:
  * Minor fixes

-------------------------------------------------------------------
Sun Feb 28 09:48:32 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>

- Update to version 1.2.0
  Features:
  * Switch build system from Make to Meson
  * Add ``/quote`` command for sending special IRC commands
  * Add support for hiding server buffer
  Bug fixes:
  * Fix an use-after-free BUG
  * Fix implicit declaration error on some systems
- Switch build to meson
- Drop Srain-no_implicit_declarations.patch (merged upstream)

-------------------------------------------------------------------
Sun Oct  4 08:29:52 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>

- Update to version 1.1.3
  * fix an use-after-free case
  * remove server when main loop is idle
- Add Srain-no_implicit_declarations.patch

-------------------------------------------------------------------
Sat Jun 27 08:02:25 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>

- Update to version 1.1.1
  Changes:
  * Improve auto-scroll policy of message list
  Bug fixes:
  * Fix TLS certificate verification error on glib-networking
    2.64.3
  * Fix crash when connecting to an invalid host

-------------------------------------------------------------------
Sun May 24 10:45:25 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>

- Update to version 1.1.0
  Features:
  * Support multiple selection of message (#138)
  * Support jump to mentioned message (#243)
  * Nickname will be highlighted when mentioned (#243)
  Changes:
  * Improve fcous control of UI
  * Replace appdata with metainfo (#240)
  * Validate metainfo with appstream-util (#242)
  Bug fixes:
  * Some implicit declarations fixes (#236)
  * Some typo fixes (#239)
- Drop Srain-implicit_declarations.patch (merged upstream)

-------------------------------------------------------------------
Sat Apr 11 14:51:48 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>

- Update to version 1.0.2
  Features:
  * Add MAN documentation (deaf723)
  * Add more predefined IRC networks: DALnet, EFnet, IRCnet,
    Undernet and QuakeNet (#228)
  Changes:
  * Build: Allow setting CC variable via environment (#224)
  * Add channel related messages to corresponding buffer as
    possible (#149)
  * Improve widget focus control (#229)
  * Drop unused icons (6239fe5)
  * Provide clearer error message when connecting (#233)
  Bug fixes:
  * Truncate long message before sendisg (#227)
  * Deal with invalid UTF-8 string (50e7757)
  * Fix incorrect user number of channel user list (#230)
  * Fix incorrect icon install path (9f07380)

- Refreshed Srain-implicit_declarations.patch

-------------------------------------------------------------------
Sat Mar 14 08:22:06 UTC 2020 - aloisio@gmx.com

- Update to version 1.0.1
  Features:
  * Auto rename to original nick when ghost quit (#198)
  * Add hackint IRC network (#201), thanks to @kpcyrd
  * Add Dutch translation (#215), thanks to @Vistaus
  * Add two FAQs to documentation (#217)
  Changes:
  * Make header bar buttons repect default belief (#205, #218)
  Bug fixes:
  * Fix case sensitivity issue for IRC messages (#202), thanks
    to @hhirtz
  * Fix invalid changelog section of appdata file (#214)
  * Fix missing dependences in documentation (#216), thanks to
    @avoidr

-------------------------------------------------------------------
Mon Feb 24 17:10:48 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>

- Update to version 1.0.0
  * Some code cleanup
  * Update :doc:`./start` documentation
  * Allow Srain runs without dbus secrets service (:issue:`195`)
  * Fix nick generation logical (:commit:`39ced08`)

-------------------------------------------------------------------
Mon Oct  7 15:35:08 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>

- Update to version 1.0.0rc9999 (see
  http://doc.srain.im/en/latest/changelog.html#version-1-0-0rc9999)

-------------------------------------------------------------------
Fri Jun 14 07:17:37 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>

- Update to version 1.0.0rc5
  Added:
  * Regular expression pattern management using
    :ref:`commands-pattern` command
  * Add command :ref:`commands-filter` for filtering message via
    pattern
  * Add command :ref:`commands-render` for rendering message via
    pattern
  Changed:
  * Refactor detector module and rename it to render
  * Refactor filter module
  * Change project description
  Removed:
  * Drop command :ref:`commands-rignore`
  * Drop command :ref:`commands-relay`

-------------------------------------------------------------------
Mon May 13 06:38:26 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>

- Update to version 1.0.0rc4
  Added:
  * New dependency `libsecret`
  * Add password storage support
  * Add command line options "--no-auto", used to require Srain
    not to automatically connect to servers
  * Add russian translation, thanks to @tim77
  * Allow user send slash(``/``) prefixed message
  Removed:
  * Drop all password fields in configuration file
  Changed:
  * Enable CSD(Client-Side Decoration) by default
  * Update chinese translation

- Updated Srain-implicit_declarations.patch

-------------------------------------------------------------------
Sun Apr 14 11:22:59 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>

- Update to version 1.0.0rc3 (no changelog supplied)

-------------------------------------------------------------------
Thu Jan 24 12:09:57 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>

- Update to version 1.0.0rc2 (no changelog supplied)
- Dropped Srain-flags.patch (merged upstream)
- Dropped Srain-iconsizes.patch (no longer necessary)
- Refreshed Srain-implicit_declarations.patch

-------------------------------------------------------------------
Sun Feb  4 07:18:00 UTC 2018 - aloisio@gmx.com

- Initial package (0.06.3)
openSUSE Build Service is sponsored by