Metadata-Version: 2.1
Name: invenio-notifications
Version: 0.6.1
Summary: "Invenio module for notifications support."
Home-page: https://github.com/inveniosoftware/invenio-notifications
Author: CERN
Author-email: info@inveniosoftware.org
License: MIT
Keywords: invenio TODO
Platform: any
Classifier: Development Status :: 1 - Planning
Requires-Python: >=3.7
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: invenio-base<2.0.0,>=1.3.0
Requires-Dist: invenio-i18n<3.0.0,>=1.3.1
Provides-Extra: tests
Requires-Dist: invenio-app<2.0.0,>=1.4.0; extra == "tests"
Requires-Dist: invenio-celery<2.0.0,>=1.2.5; extra == "tests"
Requires-Dist: invenio-mail<3.0.0,>=2.0.0; extra == "tests"
Requires-Dist: invenio-records-resources<7.0.0,>=6.0.0; extra == "tests"
Requires-Dist: pytest-invenio<3.0.0,>=2.1.0; extra == "tests"
Requires-Dist: pytest-black-ng>=0.4.0; extra == "tests"
Requires-Dist: sphinx>=4.5.0; extra == "tests"
Provides-Extra: elasticsearch7
Requires-Dist: invenio-search[elasticsearch7]<3.0.0,>=2.1.0; extra == "elasticsearch7"
Provides-Extra: opensearch2
Requires-Dist: invenio-search[opensearch2]<3.0.0,>=2.1.0; extra == "opensearch2"

..
    Copyright (C) 2023 CERN.

    Invenio-Notifications is free software; you can redistribute it and/or
    modify it under the terms of the MIT License; see LICENSE file for more
    details.

=======================
 Invenio-Notifications
=======================

.. image:: https://github.com/inveniosoftware/invenio-notifications/workflows/CI/badge.svg
        :target: https://github.com/inveniosoftware/invenio-notifications/actions?query=workflow%3ACI

.. image:: https://img.shields.io/github/tag/inveniosoftware/invenio-notifications.svg
        :target: https://github.com/inveniosoftware/invenio-notifications/releases

.. image:: https://img.shields.io/pypi/dm/invenio-notifications.svg
        :target: https://pypi.python.org/pypi/invenio-notifications

.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-notifications.svg
        :target: https://github.com/inveniosoftware/invenio-notifications/blob/master/LICENSE

Invenio module for notifications support.

Further documentation is available on
https://invenio-notifications.readthedocs.io/

..
    Copyright (C) 2023 CERN.
    Copyright (C) 2024 Graz University of Technology.

    Invenio-Notifications is free software; you can redistribute it and/or
    modify it under the terms of the MIT License; see LICENSE file for more
    details.

Changes
=======

Version 0.6.1 (release 2024-11-30)

- setup: change to reusable workflows
- setup: pin dependencies
- i18n:push translations

Version 0.6.0 (released 2024-06-04)

- dependencies: bump invenio-records-resources

Version 0.5.0 (released 2024-03-22)

- init: move menu and breadcrumb into finalize_app
  (removes before_first_request deprecation)
- Fix transifex config


Version 0.4.0 (released 2023-10-06)

- backends: set email reply to field
- generators: add conditional recipient generator

Version 0.3.0 (released 2023-08-30)

- backends: strip html tags for plain text mail
- i18n: remove gettext call for backend only messages
- i18n: add transifex config

Version 0.2.1 (released 2023-07-12)

- force locale when rendering template in task

Version 0.2.0 (released 2023-06-06)

- views: register notification settings menu
- backends: render template fully once to establish context

Version 0.1.1 (released 2023-05-05)

- remove type hints

Version 0.1.0 (released 2023-05-04)

- Initial public release.
