302c22ab9f
Updated setuptools to attempt a build
2026-01-12 23:17:21 -06:00
da493a88ea
change: Update python version to latest 3.13
2026-01-12 23:06:35 -06:00
04dca7681b
Revert updater for a while
2026-01-12 20:42:15 -06:00
04843616b3
feat: update updates.json for version 2026.01.12 and remove win32 support
2026-01-12 20:35:07 -06:00
512e2e1684
docs: update changelog and release notes for upcoming release
2026-01-12 02:31:45 -06:00
7a9337c07a
feat(mastodon): Add support for editing announcement templates
...
Updated the template editor and account settings to allow customization of announcement display:
- Added default announcement template to mastodon.defaults.
- Updated templateEditor to recognize announcement variables.
- Added 'Edit template for announcements' button to account configuration dialog.
- Implemented template saving logic in settings controller.
2026-01-12 02:04:20 -06:00
15a9df2ca9
feat(mastodon): Add support for server announcements
...
Implemented a new 'Announcements' buffer to view instance-wide news. Features include:
- New buffer and UI panel for announcements.
- Support for templates and rendering of announcement content.
- 'Dismiss' functionality (mapped to Enter/Return) to mark announcements as read.
- Integrated into account settings for buffer management.
2026-01-12 01:53:03 -06:00
4df58f0880
Updaed changelog
2026-01-12 01:05:16 -06:00
31bab4cf8a
feat(mastodon): Add support for scheduled posts
...
- Added UI controls (checkbox, date/time pickers) to Post dialog
- Implemented validation logic (min 5 mins future)
- Updated session handler to pass scheduled_at to API
2026-01-11 02:49:46 -06:00
cb0bb4cf27
feat: implement mute conversation support for Mastodon
...
This feature allows users to visually hide muted conversations from the Home timeline. It includes:
- Automatic filtering of muted posts in Home.
- Immediate visual removal of posts when muting a conversation.
- New 'mute_conversation' action in context menu and keyboard shortcuts.
- Default shortcut: Alt+Win+Shift+Delete
- Win10/11 shortcut: Ctrl+Alt+Win+Backspace
2026-01-11 01:22:29 -06:00
ccaa0d98ff
fix: make buffers visible on screen. Maximize window and apply visual fixes. Closes #886
2026-01-11 00:37:59 -06:00
dba26f735c
Merge branch 'next-gen' of github.com:mcv-software/twblue into next-gen
2026-01-11 00:30:23 -06:00
José Manuel Delicado
d3a12b9016
Merge pull request #890 from MCV-Software/dependabot/pip/urllib3-2.6.3
...
Update translation files / update_catalogs (push) Failing after 22s
Bump urllib3 from 2.6.2 to 2.6.3
2026-01-07 18:33:35 +01:00
dependabot[bot]
eacce7c197
Bump urllib3 from 2.6.2 to 2.6.3
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.6.2 to 2.6.3.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.6.2...2.6.3 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-version: 2.6.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-07 16:57:36 +00:00
José Manuel Delicado
1801d0ae73
Merge pull request #887 from MCV-Software/dependabot/pip/pillow-12.1.0
2026-01-06 00:53:22 +01:00
José Manuel Delicado
41e2fc0d10
Merge pull request #888 from MCV-Software/dependabot/pip/cx-freeze-8.5.3
2026-01-06 00:52:51 +01:00
José Manuel Delicado
aeac36b65d
Merge pull request #889 from MCV-Software/dependabot/pip/certifi-2026.1.4
2026-01-06 00:52:28 +01:00
dependabot[bot]
0e4a1cbe65
Bump certifi from 2025.11.12 to 2026.1.4
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2025.11.12 to 2026.1.4.
- [Commits](https://github.com/certifi/python-certifi/compare/2025.11.12...2026.01.04 )
---
updated-dependencies:
- dependency-name: certifi
dependency-version: 2026.1.4
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-05 23:08:52 +00:00
dependabot[bot]
7bf8e1670f
Bump cx-freeze from 8.5.2 to 8.5.3
...
Bumps [cx-freeze](https://github.com/marcelotduarte/cx_Freeze ) from 8.5.2 to 8.5.3.
- [Release notes](https://github.com/marcelotduarte/cx_Freeze/releases )
- [Changelog](https://github.com/marcelotduarte/cx_Freeze/blob/main/CHANGELOG.md )
- [Commits](https://github.com/marcelotduarte/cx_Freeze/compare/8.5.2...8.5.3 )
---
updated-dependencies:
- dependency-name: cx-freeze
dependency-version: 8.5.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-05 23:08:47 +00:00
dependabot[bot]
2efed8d5c6
Bump pillow from 12.0.0 to 12.1.0
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 12.0.0 to 12.1.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/12.0.0...12.1.0 )
---
updated-dependencies:
- dependency-name: pillow
dependency-version: 12.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-05 23:08:41 +00:00
9b60abb3a0
Merge pull request #860 from MCV-Software/quotes
...
Mastodon: Adds quotes support (read)
2026-01-04 02:25:31 -06:00
José Manuel Delicado
f4c2dd5239
Merge pull request #883 from MCV-Software/dependabot/pip/coverage-7.13.1
...
Update translation files / update_catalogs (push) Failing after 42s
Bump coverage from 7.13.0 to 7.13.1
2025-12-30 07:45:27 +01:00
dependabot[bot]
067957edbf
Bump coverage from 7.13.0 to 7.13.1
...
Bumps [coverage](https://github.com/coveragepy/coveragepy ) from 7.13.0 to 7.13.1.
- [Release notes](https://github.com/coveragepy/coveragepy/releases )
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst )
- [Commits](https://github.com/coveragepy/coveragepy/compare/7.13.0...7.13.1 )
---
updated-dependencies:
- dependency-name: coverage
dependency-version: 7.13.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-30 06:44:45 +00:00
José Manuel Delicado
b2b98e38b5
Merge pull request #884 from MCV-Software/dependabot/pip/cx-freeze-8.5.2
...
Bump cx-freeze from 8.5.1 to 8.5.2
2025-12-30 07:43:26 +01:00
José Manuel Delicado
9f9ea2fec4
Merge pull request #885 from MCV-Software/dependabot/pip/psutil-7.2.1
...
Bump psutil from 7.1.3 to 7.2.1
2025-12-30 07:43:08 +01:00
dependabot[bot]
eac75d93fd
Bump psutil from 7.1.3 to 7.2.1
...
Bumps [psutil](https://github.com/giampaolo/psutil ) from 7.1.3 to 7.2.1.
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst )
- [Commits](https://github.com/giampaolo/psutil/compare/release-7.1.3...release-7.2.1 )
---
updated-dependencies:
- dependency-name: psutil
dependency-version: 7.2.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-29 23:07:45 +00:00
dependabot[bot]
39608774e7
Bump cx-freeze from 8.5.1 to 8.5.2
...
Bumps [cx-freeze](https://github.com/marcelotduarte/cx_Freeze ) from 8.5.1 to 8.5.2.
- [Release notes](https://github.com/marcelotduarte/cx_Freeze/releases )
- [Changelog](https://github.com/marcelotduarte/cx_Freeze/blob/main/CHANGELOG.md )
- [Commits](https://github.com/marcelotduarte/cx_Freeze/compare/8.5.1...8.5.2 )
---
updated-dependencies:
- dependency-name: cx-freeze
dependency-version: 8.5.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-29 23:07:42 +00:00
José Manuel Delicado
c182b8517b
Merge pull request #880 from MCV-Software/dependabot/pip/numpy-2.4.0
...
Update translation files / update_catalogs (push) Failing after 24s
Bump numpy from 2.3.5 to 2.4.0
2025-12-23 07:56:55 +01:00
José Manuel Delicado
96b5acf4e9
Merge pull request #881 from MCV-Software/dependabot/pip/importlib-metadata-8.7.1
...
Bump importlib-metadata from 8.7.0 to 8.7.1
2025-12-23 07:56:33 +01:00
José Manuel Delicado
01109a6436
Merge pull request #882 from MCV-Software/dependabot/pip/cx-freeze-8.5.1
...
Bump cx-freeze from 8.5.0 to 8.5.1
2025-12-23 07:56:16 +01:00
dependabot[bot]
cb98f74ba8
Bump cx-freeze from 8.5.0 to 8.5.1
...
Bumps [cx-freeze](https://github.com/marcelotduarte/cx_Freeze ) from 8.5.0 to 8.5.1.
- [Release notes](https://github.com/marcelotduarte/cx_Freeze/releases )
- [Changelog](https://github.com/marcelotduarte/cx_Freeze/blob/main/CHANGELOG.md )
- [Commits](https://github.com/marcelotduarte/cx_Freeze/compare/8.5.0...8.5.1 )
---
updated-dependencies:
- dependency-name: cx-freeze
dependency-version: 8.5.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-22 23:06:37 +00:00
dependabot[bot]
243dfdacb4
Bump importlib-metadata from 8.7.0 to 8.7.1
...
Bumps [importlib-metadata](https://github.com/python/importlib_metadata ) from 8.7.0 to 8.7.1.
- [Release notes](https://github.com/python/importlib_metadata/releases )
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst )
- [Commits](https://github.com/python/importlib_metadata/compare/v8.7.0...v8.7.1 )
---
updated-dependencies:
- dependency-name: importlib-metadata
dependency-version: 8.7.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-22 23:06:28 +00:00
dependabot[bot]
06732cf9cf
Bump numpy from 2.3.5 to 2.4.0
...
Bumps [numpy](https://github.com/numpy/numpy ) from 2.3.5 to 2.4.0.
- [Release notes](https://github.com/numpy/numpy/releases )
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst )
- [Commits](https://github.com/numpy/numpy/compare/v2.3.5...v2.4.0 )
---
updated-dependencies:
- dependency-name: numpy
dependency-version: 2.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-22 23:06:22 +00:00
José Manuel Delicado
f39971a8d0
Merge pull request #879 from MCV-Software/dependabot/pip/deepl-1.27.0
...
Update translation files / update_catalogs (push) Failing after 19s
Bump deepl from 1.26.0 to 1.27.0
2025-12-15 10:10:24 +01:00
José Manuel Delicado
5d7994a696
Merge pull request #878 from MCV-Software/dependabot/pip/urllib3-2.6.2
...
Bump urllib3 from 2.6.1 to 2.6.2
2025-12-15 10:10:00 +01:00
dependabot[bot]
5d400f9211
Bump deepl from 1.26.0 to 1.27.0
...
Bumps [deepl](https://github.com/DeepLcom/deepl-python ) from 1.26.0 to 1.27.0.
- [Release notes](https://github.com/DeepLcom/deepl-python/releases )
- [Changelog](https://github.com/DeepLcom/deepl-python/blob/main/CHANGELOG.md )
- [Commits](https://github.com/DeepLcom/deepl-python/compare/v1.26.0...v1.27.0 )
---
updated-dependencies:
- dependency-name: deepl
dependency-version: 1.27.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-15 09:08:39 +00:00
dependabot[bot]
2d3590a2a0
Bump urllib3 from 2.6.1 to 2.6.2
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.6.1 to 2.6.2.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.6.1...2.6.2 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-version: 2.6.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-15 09:08:35 +00:00
José Manuel Delicado
318d0bcdf9
Merge pull request #877 from MCV-Software/dependabot/pip/deepl-1.26.0
...
Update translation files / update_catalogs (push) Failing after 17s
Bump deepl from 1.25.0 to 1.26.0
2025-12-09 07:33:25 +01:00
José Manuel Delicado
9df29c8b51
Merge pull request #876 from MCV-Software/dependabot/pip/coverage-7.13.0
...
Bump coverage from 7.12.0 to 7.13.0
2025-12-09 07:33:08 +01:00
José Manuel Delicado
8abee93749
Merge pull request #875 from MCV-Software/dependabot/pip/urllib3-2.6.1
...
Bump urllib3 from 2.6.0 to 2.6.1
2025-12-09 07:32:49 +01:00
dependabot[bot]
81b1db072c
Bump deepl from 1.25.0 to 1.26.0
...
Bumps [deepl](https://github.com/DeepLcom/deepl-python ) from 1.25.0 to 1.26.0.
- [Release notes](https://github.com/DeepLcom/deepl-python/releases )
- [Changelog](https://github.com/DeepLcom/deepl-python/blob/main/CHANGELOG.md )
- [Commits](https://github.com/DeepLcom/deepl-python/compare/v1.25.0...v1.26.0 )
---
updated-dependencies:
- dependency-name: deepl
dependency-version: 1.26.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-08 23:07:44 +00:00
dependabot[bot]
d1e20fa776
Bump coverage from 7.12.0 to 7.13.0
...
Bumps [coverage](https://github.com/coveragepy/coveragepy ) from 7.12.0 to 7.13.0.
- [Release notes](https://github.com/coveragepy/coveragepy/releases )
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst )
- [Commits](https://github.com/coveragepy/coveragepy/compare/7.12.0...7.13.0 )
---
updated-dependencies:
- dependency-name: coverage
dependency-version: 7.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-08 23:07:36 +00:00
dependabot[bot]
1f679e731d
Bump urllib3 from 2.6.0 to 2.6.1
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.6.0...2.6.1 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-version: 2.6.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-08 23:07:32 +00:00
José Manuel Delicado
7659ee9a9e
Merge pull request #874 from MCV-Software/dependabot/pip/pytest-9.0.2
...
Bump pytest from 9.0.1 to 9.0.2
2025-12-08 10:05:27 +01:00
José Manuel Delicado
9939713075
Merge pull request #873 from MCV-Software/dependabot/pip/urllib3-2.6.0
...
Bump urllib3 from 2.5.0 to 2.6.0
2025-12-08 10:05:09 +01:00
José Manuel Delicado
170d4ebbd5
Merge pull request #872 from MCV-Software/dependabot/pip/pypubsub-4.0.7
...
Bump pypubsub from 4.0.3 to 4.0.7
2025-12-08 10:04:53 +01:00
dependabot[bot]
196a71fbd9
Bump pytest from 9.0.1 to 9.0.2
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 9.0.1 to 9.0.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/9.0.1...9.0.2 )
---
updated-dependencies:
- dependency-name: pytest
dependency-version: 9.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-08 09:03:43 +00:00
dependabot[bot]
e48ff3d642
Bump urllib3 from 2.5.0 to 2.6.0
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.5.0...2.6.0 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-version: 2.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-08 09:03:38 +00:00
dependabot[bot]
39e25532d7
Bump pypubsub from 4.0.3 to 4.0.7
...
Bumps [pypubsub](https://github.com/schollii/pypubsub ) from 4.0.3 to 4.0.7.
- [Release notes](https://github.com/schollii/pypubsub/releases )
- [Changelog](https://github.com/schollii/pypubsub/blob/master/docs/changelog.rst )
- [Commits](https://github.com/schollii/pypubsub/compare/v4.0.3...v4.0.7 )
---
updated-dependencies:
- dependency-name: pypubsub
dependency-version: 4.0.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-08 09:03:28 +00:00
José Manuel Delicado
25f563464b
Merge pull request #870 from MCV-Software/dependabot/pip/cx-freeze-8.5.0
...
Update translation files / update_catalogs (push) Failing after 24s
Bump cx-freeze from 8.4.1 to 8.5.0
2025-11-24 21:16:13 +01:00
dependabot[bot]
08bb5b41c9
Bump cx-freeze from 8.4.1 to 8.5.0
...
Bumps [cx-freeze](https://github.com/marcelotduarte/cx_Freeze ) from 8.4.1 to 8.5.0.
- [Release notes](https://github.com/marcelotduarte/cx_Freeze/releases )
- [Changelog](https://github.com/marcelotduarte/cx_Freeze/blob/main/CHANGELOG.md )
- [Commits](https://github.com/marcelotduarte/cx_Freeze/compare/8.4.1...8.5.0 )
---
updated-dependencies:
- dependency-name: cx-freeze
dependency-version: 8.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-24 20:15:03 +00:00
José Manuel Delicado
486001a46c
Merge pull request #871 from MCV-Software/dependabot/pip/coverage-7.12.0
...
Bump coverage from 7.11.3 to 7.12.0
2025-11-24 20:53:32 +01:00
dependabot[bot]
4e255b5f6e
Bump coverage from 7.11.3 to 7.12.0
...
Bumps [coverage](https://github.com/coveragepy/coveragepy ) from 7.11.3 to 7.12.0.
- [Release notes](https://github.com/coveragepy/coveragepy/releases )
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst )
- [Commits](https://github.com/coveragepy/coveragepy/compare/7.11.3...7.12.0 )
---
updated-dependencies:
- dependency-name: coverage
dependency-version: 7.12.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-24 19:37:03 +00:00
José Manuel Delicado
877040b086
Merge pull request #867 from MCV-Software/dependabot/pip/pytest-9.0.1
...
Update translation files / update_catalogs (push) Has been cancelled
Bump pytest from 9.0.0 to 9.0.1
2025-11-18 07:26:51 +01:00
José Manuel Delicado
c294b967ae
Merge pull request #868 from MCV-Software/dependabot/pip/types-python-dateutil-2.9.0.20251115
...
Bump types-python-dateutil from 2.9.0.20251108 to 2.9.0.20251115
2025-11-18 07:26:31 +01:00
José Manuel Delicado
16cc1fec8b
Merge pull request #869 from MCV-Software/dependabot/pip/deepl-1.25.0
...
Bump deepl from 1.24.0 to 1.25.0
2025-11-18 07:26:11 +01:00
dependabot[bot]
fed6f6da60
Bump deepl from 1.24.0 to 1.25.0
...
Bumps [deepl](https://github.com/DeepLcom/deepl-python ) from 1.24.0 to 1.25.0.
- [Release notes](https://github.com/DeepLcom/deepl-python/releases )
- [Changelog](https://github.com/DeepLcom/deepl-python/blob/main/CHANGELOG.md )
- [Commits](https://github.com/DeepLcom/deepl-python/compare/v1.24.0...v1.25.0 )
---
updated-dependencies:
- dependency-name: deepl
dependency-version: 1.25.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-17 23:07:54 +00:00
dependabot[bot]
89160497e4
Bump types-python-dateutil from 2.9.0.20251108 to 2.9.0.20251115
...
Bumps [types-python-dateutil](https://github.com/typeshed-internal/stub_uploader ) from 2.9.0.20251108 to 2.9.0.20251115.
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits )
---
updated-dependencies:
- dependency-name: types-python-dateutil
dependency-version: 2.9.0.20251115
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-17 23:07:49 +00:00
dependabot[bot]
beb621de97
Bump pytest from 9.0.0 to 9.0.1
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 9.0.0 to 9.0.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/9.0.0...9.0.1 )
---
updated-dependencies:
- dependency-name: pytest
dependency-version: 9.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-17 23:07:43 +00:00
José Manuel Delicado
b46fadd375
Merge pull request #864 from MCV-Software/dependabot/pip/numpy-2.3.5
...
Bump numpy from 2.3.4 to 2.3.5
2025-11-17 22:40:11 +01:00
José Manuel Delicado
f0fbfab3b3
Merge pull request #865 from MCV-Software/dependabot/pip/certifi-2025.11.12
...
Bump certifi from 2025.10.5 to 2025.11.12
2025-11-17 22:39:52 +01:00
José Manuel Delicado
f83a3e16ce
Merge pull request #866 from MCV-Software/dependabot/pip/coverage-7.11.3
...
Bump coverage from 7.11.0 to 7.11.3
2025-11-17 22:39:34 +01:00
dependabot[bot]
b309d23c8b
Bump coverage from 7.11.0 to 7.11.3
...
Bumps [coverage](https://github.com/coveragepy/coveragepy ) from 7.11.0 to 7.11.3.
- [Release notes](https://github.com/coveragepy/coveragepy/releases )
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst )
- [Commits](https://github.com/coveragepy/coveragepy/compare/7.11.0...7.11.3 )
---
updated-dependencies:
- dependency-name: coverage
dependency-version: 7.11.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-17 21:38:43 +00:00
dependabot[bot]
d879a9de5c
Bump certifi from 2025.10.5 to 2025.11.12
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2025.10.5 to 2025.11.12.
- [Commits](https://github.com/certifi/python-certifi/compare/2025.10.05...2025.11.12 )
---
updated-dependencies:
- dependency-name: certifi
dependency-version: 2025.11.12
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-17 21:38:38 +00:00
dependabot[bot]
b419f8fb23
Bump numpy from 2.3.4 to 2.3.5
...
Bumps [numpy](https://github.com/numpy/numpy ) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/numpy/numpy/releases )
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst )
- [Commits](https://github.com/numpy/numpy/compare/v2.3.4...v2.3.5 )
---
updated-dependencies:
- dependency-name: numpy
dependency-version: 2.3.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-17 21:38:36 +00:00
José Manuel Delicado
7a4a454376
Merge pull request #861 from MCV-Software/dependabot/pip/pytest-9.0.0
...
Update translation files / update_catalogs (push) Has been cancelled
Bump pytest from 8.4.2 to 9.0.0
2025-11-11 07:33:08 +01:00
José Manuel Delicado
e94ea49142
Merge pull request #862 from MCV-Software/dependabot/pip/types-python-dateutil-2.9.0.20251108
...
Bump types-python-dateutil from 2.9.0.20251008 to 2.9.0.20251108
2025-11-11 07:32:31 +01:00
José Manuel Delicado
56415c7506
Merge pull request #863 from MCV-Software/dependabot/pip/deepl-1.24.0
...
Bump deepl from 1.23.0 to 1.24.0
2025-11-11 07:32:06 +01:00
dependabot[bot]
c8879e7998
Bump deepl from 1.23.0 to 1.24.0
...
Bumps [deepl](https://github.com/DeepLcom/deepl-python ) from 1.23.0 to 1.24.0.
- [Release notes](https://github.com/DeepLcom/deepl-python/releases )
- [Changelog](https://github.com/DeepLcom/deepl-python/blob/main/CHANGELOG.md )
- [Commits](https://github.com/DeepLcom/deepl-python/compare/v1.23.0...v1.24.0 )
---
updated-dependencies:
- dependency-name: deepl
dependency-version: 1.24.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-10 23:08:42 +00:00
dependabot[bot]
8fb30edf31
Bump types-python-dateutil from 2.9.0.20251008 to 2.9.0.20251108
...
Bumps [types-python-dateutil](https://github.com/typeshed-internal/stub_uploader ) from 2.9.0.20251008 to 2.9.0.20251108.
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits )
---
updated-dependencies:
- dependency-name: types-python-dateutil
dependency-version: 2.9.0.20251108
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-10 23:08:36 +00:00
dependabot[bot]
3db6ee3a17
Bump pytest from 8.4.2 to 9.0.0
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.4.2 to 9.0.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.4.2...9.0.0 )
---
updated-dependencies:
- dependency-name: pytest
dependency-version: 9.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-10 23:08:33 +00:00
e4520a14e8
Merge pull request #842 from Mohamed00/evenMoreShortcuts
...
Update translation files / update_catalogs (push) Has been cancelled
Added and improved more shortcuts
2025-11-07 09:54:14 -06:00
a13e1f1f10
Added support for reading quoted posts properly
2025-11-07 09:08:39 -06:00
377578dbe2
Added a better HTML filter to remove elements with certain classes
2025-11-07 09:01:11 -06:00
c436fbc944
Merge pull request #859 from MCV-Software/claude/init-project-011CUrnQFTRmB7UfoFRcsihk
...
mastodon: Adds support to edit posts
2025-11-07 07:56:28 -06:00
3af372973d
fix: avoid passing params that are not editable to API Calls; display polls as attachments in post edit dialog, warns user about vote resetting when editing a post with poll
2025-11-06 17:39:55 -06:00
de837e15b9
fix: Remove parameters that are not editable from post edit function
2025-11-06 17:37:05 -06:00
49eaa57027
Merge branch 'next-gen' of github.com:mcv-software/twblue into next-gen
2025-11-06 10:01:09 -06:00
Claude
977de1332a
Implement post editing functionality for Mastodon
...
Add ability to edit posts in Mastodon with full support for:
- Editing post text and content warnings
- Re-uploading or keeping existing media attachments
- Editing poll options (for posts with polls)
- Modifying visibility and language settings
- All features available through web interface
Changes:
- Add edit_post() method in Mastodon session to handle API calls
- Create editPost dialog class that loads existing post data
- Add edit_status() method to buffer controllers
- Add Edit menu item to base and notification menus
- Register edit_post action in all keymaps (no default key assigned)
- Add edit_post() action handler in main controller
The edit option is only enabled for the user's own posts (not boosts).
Users can access the feature through the context menu or by assigning
a keyboard shortcut in the keymap editor.
2025-11-06 14:37:12 +00:00
Claude
cbafb7da69
Add CLAUDE.md documentation for AI-assisted development
...
This file provides guidance to Claude Code when working in this repository,
including:
- Development commands (run, build, test, translate)
- High-level architecture overview (MVC pattern, sessions, buffers, controllers)
- Key design patterns (compose functions, decorators, pub/sub events)
- Important conventions and caveats for working with the codebase
2025-11-06 14:25:58 +00:00
José Manuel Delicado
966d43ca29
Merge pull request #855 from MCV-Software/dependabot/pip/markdown-3.10
...
Bump markdown from 3.9 to 3.10
2025-11-04 07:25:47 +01:00
José Manuel Delicado
193f9bfb66
Merge pull request #856 from MCV-Software/dependabot/pip/wxpython-4.2.4
...
Bump wxpython from 4.2.3 to 4.2.4
2025-11-04 07:25:32 +01:00
José Manuel Delicado
2f77675562
Merge pull request #857 from MCV-Software/dependabot/pip/psutil-7.1.3
...
Bump psutil from 7.1.0 to 7.1.3
2025-11-04 07:25:12 +01:00
dependabot[bot]
b13dd986fc
Bump psutil from 7.1.0 to 7.1.3
...
Bumps [psutil](https://github.com/giampaolo/psutil ) from 7.1.0 to 7.1.3.
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst )
- [Commits](https://github.com/giampaolo/psutil/compare/release-7.1.0...release-7.1.3 )
---
updated-dependencies:
- dependency-name: psutil
dependency-version: 7.1.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-03 23:07:55 +00:00
dependabot[bot]
4269124758
Bump wxpython from 4.2.3 to 4.2.4
...
Bumps [wxpython](https://github.com/wxWidgets/Phoenix ) from 4.2.3 to 4.2.4.
- [Release notes](https://github.com/wxWidgets/Phoenix/releases )
- [Changelog](https://github.com/wxWidgets/Phoenix/blob/master/CHANGES.rst )
- [Commits](https://github.com/wxWidgets/Phoenix/compare/wxPython-4.2.3...wxPython-4.2.4 )
---
updated-dependencies:
- dependency-name: wxpython
dependency-version: 4.2.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-03 23:07:49 +00:00
dependabot[bot]
6be0e82610
Bump markdown from 3.9 to 3.10
...
Bumps [markdown](https://github.com/Python-Markdown/markdown ) from 3.9 to 3.10.
- [Release notes](https://github.com/Python-Markdown/markdown/releases )
- [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md )
- [Commits](https://github.com/Python-Markdown/markdown/compare/3.9.0...3.10.0 )
---
updated-dependencies:
- dependency-name: markdown
dependency-version: '3.10'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-03 23:07:44 +00:00
José Manuel Delicado
a6e8f2969a
Merge pull request #852 from MCV-Software/dependabot/pip/iniconfig-2.3.0
...
Update translation files / update_catalogs (push) Failing after 1m10s
Bump iniconfig from 2.1.0 to 2.3.0
2025-10-28 07:33:39 +01:00
José Manuel Delicado
eb3a038a60
Merge pull request #853 from MCV-Software/dependabot/pip/charset-normalizer-3.4.4
...
Bump charset-normalizer from 3.4.3 to 3.4.4
2025-10-28 07:33:18 +01:00
José Manuel Delicado
bb60eaa2fc
Merge pull request #854 from MCV-Software/dependabot/pip/numpy-2.3.4
...
Bump numpy from 2.3.3 to 2.3.4
2025-10-28 07:33:00 +01:00
dependabot[bot]
46654ef054
Bump numpy from 2.3.3 to 2.3.4
...
Bumps [numpy](https://github.com/numpy/numpy ) from 2.3.3 to 2.3.4.
- [Release notes](https://github.com/numpy/numpy/releases )
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst )
- [Commits](https://github.com/numpy/numpy/compare/v2.3.3...v2.3.4 )
---
updated-dependencies:
- dependency-name: numpy
dependency-version: 2.3.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-28 00:12:41 +00:00
dependabot[bot]
981d98e5e2
Bump charset-normalizer from 3.4.3 to 3.4.4
...
Bumps [charset-normalizer](https://github.com/jawah/charset_normalizer ) from 3.4.3 to 3.4.4.
- [Release notes](https://github.com/jawah/charset_normalizer/releases )
- [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.3...3.4.4 )
---
updated-dependencies:
- dependency-name: charset-normalizer
dependency-version: 3.4.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-27 23:34:00 +00:00
dependabot[bot]
7eda523520
Bump iniconfig from 2.1.0 to 2.3.0
...
Bumps [iniconfig](https://github.com/pytest-dev/iniconfig ) from 2.1.0 to 2.3.0.
- [Release notes](https://github.com/pytest-dev/iniconfig/releases )
- [Changelog](https://github.com/pytest-dev/iniconfig/blob/main/CHANGELOG )
- [Commits](https://github.com/pytest-dev/iniconfig/compare/v2.1.0...v2.3.0 )
---
updated-dependencies:
- dependency-name: iniconfig
dependency-version: 2.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-27 23:30:59 +00:00
José Manuel Delicado
ea54406127
Merge pull request #849 from MCV-Software/dependabot/pip/arrow-1.4.0
...
Update translation files / update_catalogs (push) Failing after 34s
Bump arrow from 1.3.0 to 1.4.0
2025-10-21 10:30:54 +02:00
José Manuel Delicado
1db78da82f
Merge pull request #850 from MCV-Software/dependabot/pip/pillow-12.0.0
...
Bump pillow from 11.3.0 to 12.0.0
2025-10-21 10:30:11 +02:00
José Manuel Delicado
9c0b7f0c78
Merge pull request #851 from MCV-Software/dependabot/pip/coverage-7.11.0
...
Bump coverage from 7.10.7 to 7.11.0
2025-10-21 10:29:42 +02:00
dependabot[bot]
e62b4d9d77
Bump coverage from 7.10.7 to 7.11.0
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.10.7 to 7.11.0.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.10.7...7.11.0 )
---
updated-dependencies:
- dependency-name: coverage
dependency-version: 7.11.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-20 23:08:43 +00:00
dependabot[bot]
a99f2e9e64
Bump pillow from 11.3.0 to 12.0.0
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 11.3.0 to 12.0.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/11.3.0...12.0.0 )
---
updated-dependencies:
- dependency-name: pillow
dependency-version: 12.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-20 23:08:36 +00:00
dependabot[bot]
0ad32886e1
Bump arrow from 1.3.0 to 1.4.0
...
Bumps [arrow](https://github.com/arrow-py/arrow ) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/arrow-py/arrow/releases )
- [Changelog](https://github.com/arrow-py/arrow/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/arrow-py/arrow/compare/1.3.0...1.4.0 )
---
updated-dependencies:
- dependency-name: arrow
dependency-version: 1.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-20 23:08:30 +00:00
Mohamed
b1bf2ea95f
Updated shortcut for Bot account so it's not the same as bio. Also updated shortcut for posts
2025-10-20 17:18:12 -04:00
José Manuel Delicado
b62b83fa00
Merge pull request #846 from MCV-Software/dependabot/pip/types-python-dateutil-2.9.0.20251008
...
Update translation files / update_catalogs (push) Has been cancelled
Bump types-python-dateutil from 2.9.0.20250822 to 2.9.0.20251008
2025-10-14 07:31:39 +02:00
José Manuel Delicado
bfd0d938e1
Merge pull request #847 from MCV-Software/dependabot/pip/deepl-1.23.0
...
Bump deepl from 1.22.0 to 1.23.0
2025-10-14 07:31:24 +02:00
José Manuel Delicado
4d2d044aa9
Merge pull request #848 from MCV-Software/dependabot/pip/idna-3.11
...
Bump idna from 3.10 to 3.11
2025-10-14 07:31:04 +02:00
dependabot[bot]
e8e1c4dedf
Bump idna from 3.10 to 3.11
...
Bumps [idna](https://github.com/kjd/idna ) from 3.10 to 3.11.
- [Release notes](https://github.com/kjd/idna/releases )
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst )
- [Commits](https://github.com/kjd/idna/compare/v3.10...v3.11 )
---
updated-dependencies:
- dependency-name: idna
dependency-version: '3.11'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-13 23:07:03 +00:00
dependabot[bot]
dd23074177
Bump deepl from 1.22.0 to 1.23.0
...
Bumps [deepl](https://github.com/DeepLcom/deepl-python ) from 1.22.0 to 1.23.0.
- [Release notes](https://github.com/DeepLcom/deepl-python/releases )
- [Changelog](https://github.com/DeepLcom/deepl-python/blob/main/CHANGELOG.md )
- [Commits](https://github.com/DeepLcom/deepl-python/compare/v1.22.0...v1.23.0 )
---
updated-dependencies:
- dependency-name: deepl
dependency-version: 1.23.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-13 23:06:57 +00:00
dependabot[bot]
127cd5ddf3
Bump types-python-dateutil from 2.9.0.20250822 to 2.9.0.20251008
...
Bumps [types-python-dateutil](https://github.com/typeshed-internal/stub_uploader ) from 2.9.0.20250822 to 2.9.0.20251008.
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits )
---
updated-dependencies:
- dependency-name: types-python-dateutil
dependency-version: 2.9.0.20251008
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-13 23:06:48 +00:00
José Manuel Delicado
cdeab8ffc6
Merge pull request #845 from MCV-Software/dependabot/pip/attrs-25.4.0
...
Update translation files / update_catalogs (push) Failing after 5s
Bump attrs from 25.3.0 to 25.4.0
2025-10-07 07:40:59 +02:00
José Manuel Delicado
d2fc571100
Merge pull request #844 from MCV-Software/dependabot/pip/numpy-2.3.3
...
Bump numpy from 2.2.3 to 2.3.3
2025-10-07 07:40:46 +02:00
dependabot[bot]
4a27571e04
Bump attrs from 25.3.0 to 25.4.0
...
Bumps [attrs](https://github.com/sponsors/hynek ) from 25.3.0 to 25.4.0.
- [Commits](https://github.com/sponsors/hynek/commits )
---
updated-dependencies:
- dependency-name: attrs
dependency-version: 25.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-06 23:09:21 +00:00
dependabot[bot]
f3296d646e
Bump numpy from 2.2.3 to 2.3.3
...
Bumps [numpy](https://github.com/numpy/numpy ) from 2.2.3 to 2.3.3.
- [Release notes](https://github.com/numpy/numpy/releases )
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst )
- [Commits](https://github.com/numpy/numpy/compare/v2.2.3...v2.3.3 )
---
updated-dependencies:
- dependency-name: numpy
dependency-version: 2.3.3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-06 23:09:10 +00:00
José Manuel Delicado
8c0a863770
Merge pull request #843 from MCV-Software/dependabot/pip/certifi-2025.10.5
...
Bump certifi from 2025.8.3 to 2025.10.5
2025-10-06 07:58:31 +02:00
dependabot[bot]
2b8370a377
Bump certifi from 2025.8.3 to 2025.10.5
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2025.8.3 to 2025.10.5.
- [Commits](https://github.com/certifi/python-certifi/compare/2025.08.03...2025.10.05 )
---
updated-dependencies:
- dependency-name: certifi
dependency-version: 2025.10.5
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-06 05:56:53 +00:00
Mohamed
a4d5066156
Added shortcuts to the database manager and some more to the menu bar. Also fixed shortcuts for seeking so they're not both s
2025-10-02 16:26:50 -04:00
ebabace52d
Merge pull request #841 from Mohamed00/keyboardShortcuts
...
Update translation files / update_catalogs (push) Failing after 11s
Added more shortcuts
2025-10-02 13:26:23 -06:00
Mohamed
ed0cc67ba5
Added shortcut for restore template button
2025-10-02 13:31:21 -04:00
Mohamed
dce625547d
Added keyboard shortcuts for user list and poll dialogs
2025-10-02 13:17:43 -04:00
José Manuel Delicado
06c370dfd6
Merge pull request #840 from MCV-Software/dependabot/pip/mastodon-py-2.1.4
2025-09-30 06:24:37 +02:00
dependabot[bot]
db83abdbd3
Bump mastodon-py from 2.1.3 to 2.1.4
...
Bumps [mastodon-py](https://github.com/halcy/Mastodon.py ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/halcy/Mastodon.py/releases )
- [Changelog](https://github.com/halcy/Mastodon.py/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/halcy/Mastodon.py/compare/v2.1.3...v2.1.4 )
---
updated-dependencies:
- dependency-name: mastodon-py
dependency-version: 2.1.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-30 01:11:46 +00:00
José Manuel Delicado
11a60c52f3
Merge pull request #839 from MCV-Software/dependabot/pip/cx-freeze-8.4.1
...
Update translation files / update_catalogs (push) Failing after 7s
Bump cx-freeze from 8.4.0 to 8.4.1
2025-09-24 07:43:33 +02:00
dependabot[bot]
59f08b991e
Bump cx-freeze from 8.4.0 to 8.4.1
...
Bumps [cx-freeze](https://github.com/marcelotduarte/cx_Freeze ) from 8.4.0 to 8.4.1.
- [Release notes](https://github.com/marcelotduarte/cx_Freeze/releases )
- [Changelog](https://github.com/marcelotduarte/cx_Freeze/blob/main/CHANGELOG.md )
- [Commits](https://github.com/marcelotduarte/cx_Freeze/compare/8.4.0...8.4.1 )
---
updated-dependencies:
- dependency-name: cx-freeze
dependency-version: 8.4.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-24 05:42:34 +00:00
José Manuel Delicado
3c4e9a8fa7
Merge pull request #838 from MCV-Software/dependabot/pip/coverage-7.10.7
...
Bump coverage from 7.10.6 to 7.10.7
2025-09-23 07:29:52 +02:00
José Manuel Delicado
c632743db3
Merge pull request #837 from MCV-Software/dependabot/pip/psutil-7.1.0
...
Bump psutil from 7.0.0 to 7.1.0
2025-09-23 07:29:33 +02:00
dependabot[bot]
6511a3a889
Bump coverage from 7.10.6 to 7.10.7
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.10.6 to 7.10.7.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.10.6...7.10.7 )
---
updated-dependencies:
- dependency-name: coverage
dependency-version: 7.10.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-22 23:07:26 +00:00
dependabot[bot]
66383b8bda
Bump psutil from 7.0.0 to 7.1.0
...
Bumps [psutil](https://github.com/giampaolo/psutil ) from 7.0.0 to 7.1.0.
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst )
- [Commits](https://github.com/giampaolo/psutil/compare/release-7.0.0...release-7.1.0 )
---
updated-dependencies:
- dependency-name: psutil
dependency-version: 7.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-22 23:07:18 +00:00
José Manuel Delicado
d24f89947e
Merge pull request #836 from MCV-Software/dependabot/pip/pyenchant-3.3.0
...
Update translation files / update_catalogs (push) Failing after 14s
Bump pyenchant from 3.2.2 to 3.3.0
2025-09-16 07:30:09 +02:00
dependabot[bot]
8a2d6631da
Bump pyenchant from 3.2.2 to 3.3.0
...
Bumps [pyenchant](https://github.com/pyenchant/pyenchant ) from 3.2.2 to 3.3.0.
- [Release notes](https://github.com/pyenchant/pyenchant/releases )
- [Commits](https://github.com/pyenchant/pyenchant/compare/v3.2.2...v3.3.0 )
---
updated-dependencies:
- dependency-name: pyenchant
dependency-version: 3.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-15 23:13:08 +00:00
José Manuel Delicado
95d0b575c8
Merge pull request #834 from MCV-Software/dependabot/pip/markdown-3.9
...
Update translation files / update_catalogs (push) Failing after 11s
Bump markdown from 3.8.2 to 3.9
2025-09-09 07:31:16 +02:00
José Manuel Delicado
1e39ce69ef
Merge pull request #835 from MCV-Software/dependabot/pip/pytest-8.4.2
...
Bump pytest from 8.4.1 to 8.4.2
2025-09-09 07:30:59 +02:00
dependabot[bot]
905b0fc255
Bump pytest from 8.4.1 to 8.4.2
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.4.1 to 8.4.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.4.1...8.4.2 )
---
updated-dependencies:
- dependency-name: pytest
dependency-version: 8.4.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-08 23:08:17 +00:00
dependabot[bot]
3bf39d2349
Bump markdown from 3.8.2 to 3.9
...
Bumps [markdown](https://github.com/Python-Markdown/markdown ) from 3.8.2 to 3.9.
- [Release notes](https://github.com/Python-Markdown/markdown/releases )
- [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md )
- [Commits](https://github.com/Python-Markdown/markdown/compare/3.8.2...3.9.0 )
---
updated-dependencies:
- dependency-name: markdown
dependency-version: '3.9'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-08 23:08:09 +00:00
José Manuel Delicado
04b43993eb
Merge pull request #833 from MCV-Software/dependabot/pip/mastodon-py-2.1.3
...
Update translation files / update_catalogs (push) Failing after 59s
Bump mastodon-py from 2.1.2 to 2.1.3
2025-09-02 18:31:19 +02:00
dependabot[bot]
321b358a62
Bump mastodon-py from 2.1.2 to 2.1.3
...
Bumps [mastodon-py](https://github.com/halcy/Mastodon.py ) from 2.1.2 to 2.1.3.
- [Release notes](https://github.com/halcy/Mastodon.py/releases )
- [Changelog](https://github.com/halcy/Mastodon.py/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/halcy/Mastodon.py/compare/v2.1.2...v2.1.3 )
---
updated-dependencies:
- dependency-name: mastodon-py
dependency-version: 2.1.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-02 16:28:11 +00:00
José Manuel Delicado
83d752c24d
Merge pull request #832 from MCV-Software/dependabot/pip/coverage-7.10.6
...
Bump coverage from 7.10.5 to 7.10.6
2025-09-01 21:41:51 +02:00
dependabot[bot]
d8c0094003
Bump coverage from 7.10.5 to 7.10.6
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.10.5 to 7.10.6.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.10.5...7.10.6 )
---
updated-dependencies:
- dependency-name: coverage
dependency-version: 7.10.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-01 19:40:48 +00:00
José Manuel Delicado
148e831624
Merge pull request #831 from MCV-Software/dependabot/pip/coverage-7.10.5
...
Update translation files / update_catalogs (push) Failing after 13s
Bump coverage from 7.10.4 to 7.10.5
2025-08-26 19:49:34 +02:00
dependabot[bot]
5112c309ea
Bump coverage from 7.10.4 to 7.10.5
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.10.4 to 7.10.5.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.10.4...7.10.5 )
---
updated-dependencies:
- dependency-name: coverage
dependency-version: 7.10.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-26 17:36:21 +00:00
José Manuel Delicado
a0642853e8
Merge pull request #830 from MCV-Software/dependabot/pip/mastodon-py-2.1.2
...
Bump mastodon-py from 2.1.0 to 2.1.2
2025-08-26 18:36:59 +02:00
dependabot[bot]
0a4f2e1936
Bump mastodon-py from 2.1.0 to 2.1.2
...
Bumps [mastodon-py](https://github.com/halcy/Mastodon.py ) from 2.1.0 to 2.1.2.
- [Release notes](https://github.com/halcy/Mastodon.py/releases )
- [Changelog](https://github.com/halcy/Mastodon.py/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/halcy/Mastodon.py/compare/v2.1.0...v2.1.2 )
---
updated-dependencies:
- dependency-name: mastodon-py
dependency-version: 2.1.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-26 16:17:36 +00:00
José Manuel Delicado
3ae3a304a1
Merge pull request #829 from MCV-Software/dependabot/pip/types-python-dateutil-2.9.0.20250822
...
Bump types-python-dateutil from 2.9.0.20250809 to 2.9.0.20250822
2025-08-26 17:36:34 +02:00
dependabot[bot]
23e3327029
Bump types-python-dateutil from 2.9.0.20250809 to 2.9.0.20250822
...
Bumps [types-python-dateutil](https://github.com/typeshed-internal/stub_uploader ) from 2.9.0.20250809 to 2.9.0.20250822.
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits )
---
updated-dependencies:
- dependency-name: types-python-dateutil
dependency-version: 2.9.0.20250822
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-26 15:31:52 +00:00
José Manuel Delicado
5fd45b5343
Merge pull request #828 from MCV-Software/dependabot/pip/coverage-7.10.4
...
Update translation files / update_catalogs (push) Failing after 1m39s
Bump coverage from 7.10.3 to 7.10.4
2025-08-19 12:24:59 +02:00
dependabot[bot]
706c863cd8
Bump coverage from 7.10.3 to 7.10.4
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.10.3 to 7.10.4.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.10.3...7.10.4 )
---
updated-dependencies:
- dependency-name: coverage
dependency-version: 7.10.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-19 10:23:04 +00:00
José Manuel Delicado
a7942c4ffe
Merge pull request #827 from MCV-Software/dependabot/pip/mastodon-py-2.1.0
...
Bump mastodon-py from 2.0.1 to 2.1.0
2025-08-19 12:16:12 +02:00
dependabot[bot]
7a4d0b9bf1
Bump mastodon-py from 2.0.1 to 2.1.0
...
Bumps [mastodon-py](https://github.com/halcy/Mastodon.py ) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/halcy/Mastodon.py/releases )
- [Changelog](https://github.com/halcy/Mastodon.py/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/halcy/Mastodon.py/compare/v2.0.1...v2.1.0 )
---
updated-dependencies:
- dependency-name: mastodon-py
dependency-version: 2.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-19 10:14:24 +00:00
José Manuel Delicado
db8983e469
Merge pull request #825 from MCV-Software/dependabot/pip/requests-2.32.5
...
Bump requests from 2.32.4 to 2.32.5
2025-08-19 12:05:20 +02:00
José Manuel Delicado
1393813c4e
Merge pull request #826 from MCV-Software/dependabot/pip/blurhash-1.1.5
...
Bump blurhash from 1.1.4 to 1.1.5
2025-08-19 12:05:02 +02:00
dependabot[bot]
4ee3363140
Bump blurhash from 1.1.4 to 1.1.5
...
Bumps [blurhash](https://github.com/halcy/blurhash-python ) from 1.1.4 to 1.1.5.
- [Release notes](https://github.com/halcy/blurhash-python/releases )
- [Commits](https://github.com/halcy/blurhash-python/commits/v1.1.5 )
---
updated-dependencies:
- dependency-name: blurhash
dependency-version: 1.1.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-19 09:20:17 +00:00
dependabot[bot]
5dad01130f
Bump requests from 2.32.4 to 2.32.5
...
Bumps [requests](https://github.com/psf/requests ) from 2.32.4 to 2.32.5.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.32.5 )
---
updated-dependencies:
- dependency-name: requests
dependency-version: 2.32.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-19 09:13:21 +00:00
José Manuel Delicado
a5ba726230
Merge pull request #824 from MCV-Software/dependabot/pip/cx-freeze-8.4.0
...
Update translation files / update_catalogs (push) Has been cancelled
Bump cx-freeze from 8.3.0 to 8.4.0
2025-08-12 17:05:46 +02:00
dependabot[bot]
4070c1bb43
Bump cx-freeze from 8.3.0 to 8.4.0
...
Bumps [cx-freeze](https://github.com/marcelotduarte/cx_Freeze ) from 8.3.0 to 8.4.0.
- [Release notes](https://github.com/marcelotduarte/cx_Freeze/releases )
- [Changelog](https://github.com/marcelotduarte/cx_Freeze/blob/main/CHANGELOG.md )
- [Commits](https://github.com/marcelotduarte/cx_Freeze/compare/8.3.0...8.4.0 )
---
updated-dependencies:
- dependency-name: cx-freeze
dependency-version: 8.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-12 15:04:43 +00:00
José Manuel Delicado
73d9474679
Merge pull request #823 from MCV-Software/dependabot/pip/charset-normalizer-3.4.3
...
Bump charset-normalizer from 3.4.2 to 3.4.3
2025-08-12 12:39:13 +02:00
dependabot[bot]
2bf1c68492
Bump charset-normalizer from 3.4.2 to 3.4.3
...
Bumps [charset-normalizer](https://github.com/jawah/charset_normalizer ) from 3.4.2 to 3.4.3.
- [Release notes](https://github.com/jawah/charset_normalizer/releases )
- [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.2...3.4.3 )
---
updated-dependencies:
- dependency-name: charset-normalizer
dependency-version: 3.4.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-12 10:04:56 +00:00
José Manuel Delicado
f60beb3eab
Merge pull request #821 from MCV-Software/dependabot/pip/coverage-7.10.3
...
Bump coverage from 7.10.2 to 7.10.3
2025-08-12 12:02:00 +02:00
José Manuel Delicado
f00029a154
Merge pull request #822 from MCV-Software/dependabot/pip/types-python-dateutil-2.9.0.20250809
...
Bump types-python-dateutil from 2.9.0.20250708 to 2.9.0.20250809
2025-08-12 12:01:26 +02:00
dependabot[bot]
7ed053c929
Bump types-python-dateutil from 2.9.0.20250708 to 2.9.0.20250809
...
Bumps [types-python-dateutil](https://github.com/typeshed-internal/stub_uploader ) from 2.9.0.20250708 to 2.9.0.20250809.
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits )
---
updated-dependencies:
- dependency-name: types-python-dateutil
dependency-version: 2.9.0.20250809
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-12 09:52:14 +00:00
dependabot[bot]
0de60d085a
Bump coverage from 7.10.2 to 7.10.3
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.10.2 to 7.10.3.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.10.2...7.10.3 )
---
updated-dependencies:
- dependency-name: coverage
dependency-version: 7.10.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-12 08:38:36 +00:00
zvonimir stanecic
e8443cd526
Translated using Weblate (Polish)
...
Currently translated at 76.6% (543 of 708 strings)
Translation: TWBlue/TWBlue
Translate-URL: https://weblate.mcvsoftware.com/projects/twblue/twblue/pl/
2025-08-10 16:08:18 +00:00
José Manuel Delicado
12981ee707
Merge pull request #820 from MCV-Software/dependabot/pip/coverage-7.10.2
...
Update translation files / update_catalogs (push) Has been cancelled
Bump coverage from 7.10.1 to 7.10.2
2025-08-05 13:12:44 +02:00
dependabot[bot]
3d1b9b9c5e
Bump coverage from 7.10.1 to 7.10.2
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.10.1 to 7.10.2.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.10.1...7.10.2 )
---
updated-dependencies:
- dependency-name: coverage
dependency-version: 7.10.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-05 10:51:40 +00:00
José Manuel Delicado
dd3d1308b7
Merge pull request #819 from MCV-Software/dependabot/pip/certifi-2025.8.3
...
Bump certifi from 2025.7.14 to 2025.8.3
2025-08-05 09:20:06 +02:00
dependabot[bot]
0fdca4d842
Bump certifi from 2025.7.14 to 2025.8.3
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2025.7.14 to 2025.8.3.
- [Commits](https://github.com/certifi/python-certifi/compare/2025.07.14...2025.08.03 )
---
updated-dependencies:
- dependency-name: certifi
dependency-version: 2025.8.3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-05 07:14:56 +00:00
José Manuel Delicado
985e5d42ea
Merge pull request #818 from MCV-Software/dependabot/pip/coverage-7.10.1
...
Update translation files / update_catalogs (push) Failing after 54s
Bump coverage from 7.9.2 to 7.10.1
2025-07-29 08:42:29 +02:00
dependabot[bot]
80f44a99ca
Bump coverage from 7.9.2 to 7.10.1
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.9.2 to 7.10.1.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.9.2...7.10.1 )
---
updated-dependencies:
- dependency-name: coverage
dependency-version: 7.10.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-29 01:50:50 +00:00
José Manuel Delicado
04692fb708
Merge pull request #815 from MCV-Software/dependabot/pip/types-python-dateutil-2.9.0.20250708
...
Update translation files / update_catalogs (push) Failing after 1m40s
Bump types-python-dateutil from 2.9.0.20250516 to 2.9.0.20250708
2025-07-15 07:35:42 +02:00
José Manuel Delicado
3cb9a8983d
Merge pull request #816 from MCV-Software/dependabot/pip/certifi-2025.7.14
...
Bump certifi from 2025.6.15 to 2025.7.14
2025-07-15 07:35:22 +02:00
José Manuel Delicado
29dfa709ef
Merge pull request #817 from MCV-Software/dependabot/pip/pywin32-311
...
Bump pywin32 from 310 to 311
2025-07-15 07:35:05 +02:00
dependabot[bot]
7dbfeeced9
Bump pywin32 from 310 to 311
...
---
updated-dependencies:
- dependency-name: pywin32
dependency-version: '311'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-15 05:16:19 +00:00
dependabot[bot]
655828946c
Bump certifi from 2025.6.15 to 2025.7.14
...
---
updated-dependencies:
- dependency-name: certifi
dependency-version: 2025.7.14
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-15 05:06:24 +00:00
dependabot[bot]
ca91fe1cbe
Bump types-python-dateutil from 2.9.0.20250516 to 2.9.0.20250708
...
---
updated-dependencies:
- dependency-name: types-python-dateutil
dependency-version: 2.9.0.20250708
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-15 04:46:28 +00:00
José Manuel Delicado
c2ce5bde82
Merge pull request #814 from MCV-Software/dependabot/pip/coverage-7.9.2
...
Update translation files / update_catalogs (push) Failing after 22s
Bump coverage from 7.9.1 to 7.9.2
2025-07-07 17:55:54 +02:00
dependabot[bot]
4bb65fe624
Bump coverage from 7.9.1 to 7.9.2
...
---
updated-dependencies:
- dependency-name: coverage
dependency-version: 7.9.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-07 15:55:02 +00:00
José Manuel Delicado
28bcb0f52f
Merge pull request #813 from MCV-Software/dependabot/pip/pillow-11.3.0
...
Update translation files / update_catalogs (push) Failing after 10m55s
Bump pillow from 11.2.1 to 11.3.0
2025-07-01 21:35:45 +02:00
dependabot[bot]
49a8cd4e65
Bump pillow from 11.2.1 to 11.3.0
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 11.2.1 to 11.3.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/11.2.1...11.3.0 )
---
updated-dependencies:
- dependency-name: pillow
dependency-version: 11.3.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-01 17:31:41 +00:00
José Manuel Delicado
e428b41d85
Merge pull request #810 from MCV-Software/dependabot/pip/pytest-8.4.1
...
Update translation files / update_catalogs (push) Failing after 21s
Bump pytest from 8.4.0 to 8.4.1
2025-06-24 07:31:15 +02:00
José Manuel Delicado
a929db05d2
Merge pull request #811 from MCV-Software/dependabot/pip/oauthlib-3.3.1
...
Bump oauthlib from 3.2.2 to 3.3.1
2025-06-24 07:30:56 +02:00
José Manuel Delicado
a624a97d14
Merge pull request #812 from MCV-Software/dependabot/pip/markdown-3.8.2
...
Bump markdown from 3.8 to 3.8.2
2025-06-24 07:30:35 +02:00
dependabot[bot]
60ac77adf5
Bump markdown from 3.8 to 3.8.2
...
Bumps [markdown](https://github.com/Python-Markdown/markdown ) from 3.8 to 3.8.2.
- [Release notes](https://github.com/Python-Markdown/markdown/releases )
- [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md )
- [Commits](https://github.com/Python-Markdown/markdown/compare/3.8...3.8.2 )
---
updated-dependencies:
- dependency-name: markdown
dependency-version: 3.8.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-24 02:04:17 +00:00
dependabot[bot]
5cd5179c3e
Bump oauthlib from 3.2.2 to 3.3.1
...
Bumps [oauthlib](https://github.com/oauthlib/oauthlib ) from 3.2.2 to 3.3.1.
- [Release notes](https://github.com/oauthlib/oauthlib/releases )
- [Changelog](https://github.com/oauthlib/oauthlib/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/oauthlib/oauthlib/compare/v3.2.2...v3.3.1 )
---
updated-dependencies:
- dependency-name: oauthlib
dependency-version: 3.3.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-24 01:20:40 +00:00
dependabot[bot]
6c9ef7ea54
Bump pytest from 8.4.0 to 8.4.1
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.4.0 to 8.4.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.4.0...8.4.1 )
---
updated-dependencies:
- dependency-name: pytest
dependency-version: 8.4.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-24 01:11:24 +00:00
José Manuel Delicado
6872f4fd1c
Merge pull request #809 from MCV-Software/dependabot/pip/urllib3-2.5.0
...
Update translation files / update_catalogs (push) Failing after 22s
Bump urllib3 from 2.4.0 to 2.5.0
2025-06-19 21:12:18 +02:00
dependabot[bot]
a45e7dd7eb
Bump urllib3 from 2.4.0 to 2.5.0
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.4.0...2.5.0 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-version: 2.5.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-19 05:27:02 +00:00
José Manuel Delicado
ea8d8a9296
Merge pull request #808 from MCV-Software/dependabot/pip/coverage-7.9.1
...
Bump coverage from 7.8.2 to 7.9.1
2025-06-16 21:55:40 +02:00
José Manuel Delicado
66bc366da3
Merge pull request #807 from MCV-Software/dependabot/pip/certifi-2025.6.15
...
Bump certifi from 2025.4.26 to 2025.6.15
2025-06-16 21:55:16 +02:00
dependabot[bot]
267875c70a
Bump coverage from 7.8.2 to 7.9.1
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.8.2 to 7.9.1.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.8.2...7.9.1 )
---
updated-dependencies:
- dependency-name: coverage
dependency-version: 7.9.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-16 19:54:39 +00:00
dependabot[bot]
e68ba5778a
Bump certifi from 2025.4.26 to 2025.6.15
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2025.4.26 to 2025.6.15.
- [Commits](https://github.com/certifi/python-certifi/compare/2025.04.26...2025.06.15 )
---
updated-dependencies:
- dependency-name: certifi
dependency-version: 2025.6.15
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-16 19:54:30 +00:00
José Manuel Delicado
82bcf1dbbf
Merge pull request #806 from MCV-Software/dependabot/pip/requests-2.32.4
...
Update translation files / update_catalogs (push) Failing after 23s
Bump requests from 2.32.3 to 2.32.4
2025-06-10 07:31:32 +02:00
José Manuel Delicado
4779c1d004
Merge pull request #805 from MCV-Software/dependabot/pip/zipp-3.23.0
...
Bump zipp from 3.22.0 to 3.23.0
2025-06-10 07:31:14 +02:00
dependabot[bot]
e295e60fc0
Bump requests from 2.32.3 to 2.32.4
...
Bumps [requests](https://github.com/psf/requests ) from 2.32.3 to 2.32.4.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.32.4 )
---
updated-dependencies:
- dependency-name: requests
dependency-version: 2.32.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-09 23:34:45 +00:00
dependabot[bot]
e383f15ee8
Bump zipp from 3.22.0 to 3.23.0
...
Bumps [zipp](https://github.com/jaraco/zipp ) from 3.22.0 to 3.23.0.
- [Release notes](https://github.com/jaraco/zipp/releases )
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst )
- [Commits](https://github.com/jaraco/zipp/compare/v3.22.0...v3.23.0 )
---
updated-dependencies:
- dependency-name: zipp
dependency-version: 3.23.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-09 23:29:40 +00:00
José Manuel Delicado
aacbdabee3
Merge pull request #803 from MCV-Software/dependabot/pip/pytest-8.4.0
...
Update translation files / update_catalogs (push) Failing after 23s
Bump pytest from 8.3.5 to 8.4.0
2025-06-03 07:33:03 +02:00
dependabot[bot]
f290bd80f1
Bump pytest from 8.3.5 to 8.4.0
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.3.5 to 8.4.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.3.5...8.4.0 )
---
updated-dependencies:
- dependency-name: pytest
dependency-version: 8.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-02 23:42:11 +00:00
José Manuel Delicado
4a0dbd2140
Merge pull request #801 from MCV-Software/dependabot/pip/zipp-3.22.0
...
Update translation files / update_catalogs (push) Failing after 21s
Bump zipp from 3.21.0 to 3.22.0
2025-05-27 07:27:50 +02:00
José Manuel Delicado
4de969d9cd
Merge pull request #802 from MCV-Software/dependabot/pip/coverage-7.8.2
...
Bump coverage from 7.8.0 to 7.8.2
2025-05-27 07:27:32 +02:00
dependabot[bot]
b1ad31b2ee
Bump coverage from 7.8.0 to 7.8.2
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.8.0 to 7.8.2.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.8.0...7.8.2 )
---
updated-dependencies:
- dependency-name: coverage
dependency-version: 7.8.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-26 23:14:32 +00:00
dependabot[bot]
92f7bfeebd
Bump zipp from 3.21.0 to 3.22.0
...
Bumps [zipp](https://github.com/jaraco/zipp ) from 3.21.0 to 3.22.0.
- [Release notes](https://github.com/jaraco/zipp/releases )
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst )
- [Commits](https://github.com/jaraco/zipp/compare/v3.21.0...v3.22.0 )
---
updated-dependencies:
- dependency-name: zipp
dependency-version: 3.22.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-26 23:14:27 +00:00
José Manuel Delicado
b4288ce51e
Merge pull request #797 from MCV-Software/dependabot/pip/types-python-dateutil-2.9.0.20250516
...
Update translation files / update_catalogs (push) Failing after 22s
Bump types-python-dateutil from 2.9.0.20241206 to 2.9.0.20250516
2025-05-20 07:32:48 +02:00
José Manuel Delicado
345ec6ffb0
Merge pull request #798 from MCV-Software/dependabot/pip/pluggy-1.6.0
...
Bump pluggy from 1.5.0 to 1.6.0
2025-05-20 07:32:23 +02:00
dependabot[bot]
436e58dae0
Bump types-python-dateutil from 2.9.0.20241206 to 2.9.0.20250516
...
Bumps [types-python-dateutil](https://github.com/typeshed-internal/stub_uploader ) from 2.9.0.20241206 to 2.9.0.20250516.
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits )
---
updated-dependencies:
- dependency-name: types-python-dateutil
dependency-version: 2.9.0.20250516
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-19 23:44:18 +00:00
dependabot[bot]
48d55de460
Bump pluggy from 1.5.0 to 1.6.0
...
Bumps [pluggy](https://github.com/pytest-dev/pluggy ) from 1.5.0 to 1.6.0.
- [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pluggy/compare/1.5.0...1.6.0 )
---
updated-dependencies:
- dependency-name: pluggy
dependency-version: 1.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-19 23:44:18 +00:00
José Manuel Delicado
b15151ddf3
Merge pull request #795 from MCV-Software/dependabot/pip/cx-freeze-8.3.0
...
Update translation files / update_catalogs (push) Failing after 21s
Bump cx-freeze from 8.2.0 to 8.3.0
2025-05-13 07:27:45 +02:00
dependabot[bot]
a2312e8874
Bump cx-freeze from 8.2.0 to 8.3.0
...
Bumps [cx-freeze](https://github.com/marcelotduarte/cx_Freeze ) from 8.2.0 to 8.3.0.
- [Release notes](https://github.com/marcelotduarte/cx_Freeze/releases )
- [Commits](https://github.com/marcelotduarte/cx_Freeze/compare/8.2.0...8.3.0 )
---
updated-dependencies:
- dependency-name: cx-freeze
dependency-version: 8.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-13 00:08:32 +00:00
José Manuel Delicado
663431ef5d
Merge pull request #791 from MCV-Software/dependabot/pip/charset-normalizer-3.4.2
...
Update translation files / update_catalogs (push) Has been cancelled
Bump charset-normalizer from 3.4.1 to 3.4.2
2025-05-05 19:12:21 +02:00
José Manuel Delicado
f3cba380ba
Merge pull request #792 from MCV-Software/dependabot/pip/deepl-1.22.0
...
Bump deepl from 1.21.1 to 1.22.0
2025-05-05 19:12:01 +02:00
dependabot[bot]
4c8c7ed384
Bump deepl from 1.21.1 to 1.22.0
...
Bumps [deepl](https://github.com/DeepLcom/deepl-python ) from 1.21.1 to 1.22.0.
- [Release notes](https://github.com/DeepLcom/deepl-python/releases )
- [Changelog](https://github.com/DeepLcom/deepl-python/blob/main/CHANGELOG.md )
- [Commits](https://github.com/DeepLcom/deepl-python/compare/v1.21.1...v1.22.0 )
---
updated-dependencies:
- dependency-name: deepl
dependency-version: 1.22.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-05 17:10:46 +00:00
dependabot[bot]
0395b372bd
Bump charset-normalizer from 3.4.1 to 3.4.2
...
Bumps [charset-normalizer](https://github.com/jawah/charset_normalizer ) from 3.4.1 to 3.4.2.
- [Release notes](https://github.com/jawah/charset_normalizer/releases )
- [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.1...3.4.2 )
---
updated-dependencies:
- dependency-name: charset-normalizer
dependency-version: 3.4.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-05 17:10:42 +00:00
José Manuel Delicado
a2c5bbe65c
Merge pull request #787 from MCV-Software/dependabot/pip/cx-freeze-8.2.0
...
Update translation files / update_catalogs (push) Has been cancelled
Bump cx-freeze from 8.1.0 to 8.2.0
2025-04-29 09:00:42 +02:00
José Manuel Delicado
b0ca33c9d8
Merge pull request #788 from MCV-Software/dependabot/pip/certifi-2025.4.26
...
Bump certifi from 2025.1.31 to 2025.4.26
2025-04-29 09:00:24 +02:00
José Manuel Delicado
350b25cc67
Merge pull request #790 from MCV-Software/dependabot/pip/importlib-metadata-8.7.0
...
Bump importlib-metadata from 8.6.1 to 8.7.0
2025-04-29 08:59:36 +02:00
dependabot[bot]
51cf283421
Bump importlib-metadata from 8.6.1 to 8.7.0
...
Bumps [importlib-metadata](https://github.com/python/importlib_metadata ) from 8.6.1 to 8.7.0.
- [Release notes](https://github.com/python/importlib_metadata/releases )
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst )
- [Commits](https://github.com/python/importlib_metadata/compare/v8.6.1...v8.7.0 )
---
updated-dependencies:
- dependency-name: importlib-metadata
dependency-version: 8.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-29 00:45:00 +00:00
dependabot[bot]
fb227886d2
Bump certifi from 2025.1.31 to 2025.4.26
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2025.1.31 to 2025.4.26.
- [Commits](https://github.com/certifi/python-certifi/compare/2025.01.31...2025.04.26 )
---
updated-dependencies:
- dependency-name: certifi
dependency-version: 2025.4.26
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-29 00:10:18 +00:00
dependabot[bot]
0d49b11411
Bump cx-freeze from 8.1.0 to 8.2.0
...
Bumps [cx-freeze](https://github.com/marcelotduarte/cx_Freeze ) from 8.1.0 to 8.2.0.
- [Release notes](https://github.com/marcelotduarte/cx_Freeze/releases )
- [Commits](https://github.com/marcelotduarte/cx_Freeze/compare/8.1.0...8.2.0 )
---
updated-dependencies:
- dependency-name: cx-freeze
dependency-version: 8.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-29 00:05:33 +00:00
José Manuel Delicado
43af826eb0
Merge pull request #786 from MCV-Software/dependabot/pip/packaging-25.0
...
Update translation files / update_catalogs (push) Has been cancelled
Bump packaging from 24.2 to 25.0
2025-04-22 07:30:01 +02:00
dependabot[bot]
b56379e485
Bump packaging from 24.2 to 25.0
...
Bumps [packaging](https://github.com/pypa/packaging ) from 24.2 to 25.0.
- [Release notes](https://github.com/pypa/packaging/releases )
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pypa/packaging/compare/24.2...25.0 )
---
updated-dependencies:
- dependency-name: packaging
dependency-version: '25.0'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-21 23:22:41 +00:00
José Manuel Delicado
f8c770947f
Merge pull request #783 from MCV-Software/dependabot/pip/wxpython-4.2.3
Update translation files / update_catalogs (push) Has been cancelled
2025-04-15 08:51:47 +02:00
José Manuel Delicado
a55dc1b4aa
Merge pull request #781 from MCV-Software/dependabot/pip/urllib3-2.4.0
2025-04-15 08:51:10 +02:00
José Manuel Delicado
cd146e9cf6
Merge pull request #782 from MCV-Software/dependabot/pip/markdown-3.8
2025-04-15 08:50:46 +02:00
José Manuel Delicado
ecb56ae4f0
Merge pull request #784 from MCV-Software/dependabot/pip/pillow-11.2.1
2025-04-15 08:50:10 +02:00
dependabot[bot]
e58543d6c4
Bump pillow from 11.1.0 to 11.2.1
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 11.1.0 to 11.2.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/11.1.0...11.2.1 )
---
updated-dependencies:
- dependency-name: pillow
dependency-version: 11.2.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-14 23:16:56 +00:00
dependabot[bot]
35917ee05a
Bump wxpython from 4.2.2 to 4.2.3
...
Bumps [wxpython](https://github.com/wxWidgets/Phoenix ) from 4.2.2 to 4.2.3.
- [Release notes](https://github.com/wxWidgets/Phoenix/releases )
- [Changelog](https://github.com/wxWidgets/Phoenix/blob/master/CHANGES.rst )
- [Commits](https://github.com/wxWidgets/Phoenix/compare/wxPython-4.2.2...wxPython-4.2.3 )
---
updated-dependencies:
- dependency-name: wxpython
dependency-version: 4.2.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-14 23:16:47 +00:00
dependabot[bot]
411465db67
Bump markdown from 3.7 to 3.8
...
Bumps [markdown](https://github.com/Python-Markdown/markdown ) from 3.7 to 3.8.
- [Release notes](https://github.com/Python-Markdown/markdown/releases )
- [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md )
- [Commits](https://github.com/Python-Markdown/markdown/compare/3.7...3.8 )
---
updated-dependencies:
- dependency-name: markdown
dependency-version: '3.8'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-14 23:15:07 +00:00
dependabot[bot]
8eed4a12c9
Bump urllib3 from 2.3.0 to 2.4.0
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.3.0...2.4.0 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-version: 2.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-14 23:10:38 +00:00
manuelcortez
894f3fd113
Updated translation catalogs
2025-04-13 01:18:40 +00:00
José Manuel Delicado
014c510061
Merge pull request #780 from MCV-Software/dependabot/pip/cx-freeze-8.1.0
Update translation files / update_catalogs (push) Failing after 20s
2025-04-08 07:43:06 +02:00
dependabot[bot]
f55ff3a3a9
Bump cx-freeze from 8.0.0 to 8.1.0
...
Bumps [cx-freeze](https://github.com/marcelotduarte/cx_Freeze ) from 8.0.0 to 8.1.0.
- [Release notes](https://github.com/marcelotduarte/cx_Freeze/releases )
- [Commits](https://github.com/marcelotduarte/cx_Freeze/compare/8.0.0...8.1.0 )
---
updated-dependencies:
- dependency-name: cx-freeze
dependency-version: 8.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-08 00:33:21 +00:00
manuelcortez
67145df1b6
Updated translation catalogs
2025-04-06 00:55:59 +00:00
José Manuel Delicado
0b8f124088
Merge pull request #777 from MCV-Software/dependabot/pip/coverage-7.8.0
...
Update translation files / update_catalogs (push) Failing after 44s
Bump coverage from 7.7.1 to 7.8.0
2025-04-01 07:50:59 +02:00
dependabot[bot]
12e80dc7e2
Bump coverage from 7.7.1 to 7.8.0
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.7.1 to 7.8.0.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.7.1...7.8.0 )
---
updated-dependencies:
- dependency-name: coverage
dependency-version: 7.8.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-01 00:27:43 +00:00
manuelcortez
f58b1b03d2
Updated translation catalogs
2025-03-30 00:55:54 +00:00
José Manuel Delicado
8fc627b77a
Merge pull request #773 from MCV-Software/dependabot/pip/iniconfig-2.1.0
...
Update translation files / update_catalogs (push) Failing after 2m2s
Bump iniconfig from 2.0.0 to 2.1.0
2025-03-25 07:45:54 +01:00
José Manuel Delicado
f99282025b
Merge pull request #774 from MCV-Software/dependabot/pip/coverage-7.7.1
...
Bump coverage from 7.7.0 to 7.7.1
2025-03-25 07:45:16 +01:00
dependabot[bot]
04916588c3
Bump coverage from 7.7.0 to 7.7.1
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.7.0 to 7.7.1.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.7.0...7.7.1 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-25 06:44:49 +00:00
José Manuel Delicado
c6501664ee
Merge pull request #776 from MCV-Software/dependabot/pip/cx-freeze-8.0.0
...
Bump cx-freeze from 7.2.10 to 8.0.0
2025-03-25 07:43:30 +01:00
dependabot[bot]
f5ba3fdf14
Bump cx-freeze from 7.2.10 to 8.0.0
...
Bumps [cx-freeze](https://github.com/marcelotduarte/cx_Freeze ) from 7.2.10 to 8.0.0.
- [Release notes](https://github.com/marcelotduarte/cx_Freeze/releases )
- [Commits](https://github.com/marcelotduarte/cx_Freeze/compare/7.2.10...8.0.0 )
---
updated-dependencies:
- dependency-name: cx-freeze
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-25 01:54:06 +00:00
dependabot[bot]
e6be7c2563
Bump iniconfig from 2.0.0 to 2.1.0
...
Bumps [iniconfig](https://github.com/pytest-dev/iniconfig ) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/pytest-dev/iniconfig/releases )
- [Changelog](https://github.com/pytest-dev/iniconfig/blob/main/CHANGELOG )
- [Commits](https://github.com/pytest-dev/iniconfig/compare/v2.0.0...v2.1.0 )
---
updated-dependencies:
- dependency-name: iniconfig
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-25 01:22:18 +00:00
manuelcortez
35cba4c6c6
Updated translation catalogs
2025-03-23 00:55:55 +00:00
José Manuel Delicado
4e11d2562a
Merge pull request #769 from MCV-Software/dependabot/pip/attrs-25.3.0
...
Update translation files / update_catalogs (push) Failing after 12s
Bump attrs from 25.1.0 to 25.3.0
2025-03-18 07:47:17 +01:00
José Manuel Delicado
00a97a66a4
Merge pull request #770 from MCV-Software/dependabot/pip/coverage-7.7.0
...
Bump coverage from 7.6.12 to 7.7.0
2025-03-18 07:47:01 +01:00
José Manuel Delicado
0030b1c65d
Merge pull request #771 from MCV-Software/dependabot/pip/pywin32-310
...
Bump pywin32 from 309 to 310
2025-03-18 07:46:47 +01:00
José Manuel Delicado
689afb0682
Merge pull request #772 from MCV-Software/dependabot/pip/deepl-1.21.1
...
Bump deepl from 1.21.0 to 1.21.1
2025-03-18 07:46:33 +01:00
dependabot[bot]
08316733d3
Bump deepl from 1.21.0 to 1.21.1
...
Bumps [deepl](https://github.com/DeepLcom/deepl-python ) from 1.21.0 to 1.21.1.
- [Release notes](https://github.com/DeepLcom/deepl-python/releases )
- [Changelog](https://github.com/DeepLcom/deepl-python/blob/main/CHANGELOG.md )
- [Commits](https://github.com/DeepLcom/deepl-python/compare/v1.21.0...v1.21.1 )
---
updated-dependencies:
- dependency-name: deepl
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-17 23:34:51 +00:00
dependabot[bot]
e5bdddd45c
Bump pywin32 from 309 to 310
...
Bumps [pywin32](https://github.com/mhammond/pywin32 ) from 309 to 310.
- [Release notes](https://github.com/mhammond/pywin32/releases )
- [Changelog](https://github.com/mhammond/pywin32/blob/main/CHANGES.txt )
- [Commits](https://github.com/mhammond/pywin32/commits )
---
updated-dependencies:
- dependency-name: pywin32
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-17 23:33:31 +00:00
dependabot[bot]
b3cd888424
Bump coverage from 7.6.12 to 7.7.0
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.6.12 to 7.7.0.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.6.12...7.7.0 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-17 23:32:22 +00:00
dependabot[bot]
f9577de904
Bump attrs from 25.1.0 to 25.3.0
...
Bumps [attrs](https://github.com/sponsors/hynek ) from 25.1.0 to 25.3.0.
- [Commits](https://github.com/sponsors/hynek/commits )
---
updated-dependencies:
- dependency-name: attrs
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-17 23:32:01 +00:00
manuelcortez
b011879b0d
Updated translation catalogs
2025-03-16 00:55:53 +00:00
José Manuel Delicado
6a64147d96
Merge pull request #768 from MCV-Software/dependabot/pip/pywin32-309
...
Update translation files / update_catalogs (push) Failing after 1m24s
Bump pywin32 from 308 to 309
2025-03-11 07:32:30 +01:00
dependabot[bot]
a45138d68b
Bump pywin32 from 308 to 309
...
Bumps [pywin32](https://github.com/mhammond/pywin32 ) from 308 to 309.
- [Release notes](https://github.com/mhammond/pywin32/releases )
- [Changelog](https://github.com/mhammond/pywin32/blob/main/CHANGES.txt )
- [Commits](https://github.com/mhammond/pywin32/commits )
---
updated-dependencies:
- dependency-name: pywin32
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-10 23:40:54 +00:00
Corentin Bacqué-Cazenave
47bb008710
Translated using Weblate (French)
...
Currently translated at 100.0% (708 of 708 strings)
Translation: TWBlue/TWBlue
Translate-URL: https://weblate.mcvsoftware.com/projects/twblue/twblue/fr/
2025-03-10 03:23:01 +00:00
a64cc0a28c
Translated using Weblate (Spanish)
...
Currently translated at 99.8% (707 of 708 strings)
Translation: TWBlue/TWBlue
Translate-URL: https://weblate.mcvsoftware.com/projects/twblue/twblue/es/
2025-03-10 03:23:00 +00:00
bbef9d988b
Fixed a string
2025-03-08 20:50:43 -06:00
manuelcortez
a5afd1b1a8
Updated translation catalogs
2025-03-09 00:55:21 +00:00
487282d512
Merge pull request #765 from MCV-Software/revert-764-dependabot/pip/setuptools-70.0.0
...
Update translation files / update_catalogs (push) Has been cancelled
Revert "Bump setuptools from 69.0.0 to 70.0.0"
2025-03-08 15:06:00 -06:00
54d0f70f38
Revert "Bump setuptools from 69.0.0 to 70.0.0"
2025-03-08 15:04:17 -06:00
José Manuel Delicado
b78eec35f8
Merge pull request #764 from MCV-Software/dependabot/pip/setuptools-70.0.0
...
Bump setuptools from 69.0.0 to 70.0.0
2025-03-08 22:02:40 +01:00
dependabot[bot]
84b8932df9
Bump setuptools from 69.0.0 to 70.0.0
...
Bumps [setuptools](https://github.com/pypa/setuptools ) from 69.0.0 to 70.0.0.
- [Release notes](https://github.com/pypa/setuptools/releases )
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/setuptools/compare/v69.0.0...v70.0.0 )
---
updated-dependencies:
- dependency-name: setuptools
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-08 20:29:52 +00:00
128575df05
Fixed a typo
2025-03-08 14:28:26 -06:00
64af7dc02b
Added new release notes
2025-03-08 14:11:46 -06:00
6a8ef9b523
Include a previous setuptools version
2025-03-08 14:10:49 -06:00
2a4a17fdeb
Fixed update links
2025-03-08 13:57:30 -06:00
Mira P
bea28d8d19
Translated using Weblate (Bulgarian)
...
Currently translated at 28.7% (200 of 696 strings)
Translation: TWBlue/TWBlue
Translate-URL: https://weblate.mcvsoftware.com/projects/twblue/twblue/bg/
2025-03-08 18:23:01 +00:00
Corentin Bacqué-Cazenave
89a89778aa
Translated using Weblate (French)
...
Currently translated at 100.0% (674 of 674 strings)
Translation: TWBlue/TWBlue
Translate-URL: https://weblate.mcvsoftware.com/projects/twblue/twblue/fr/
2025-03-08 18:23:00 +00:00
2b4a66aa05
Bumped to a new version
2025-03-08 11:59:48 -06:00
70a1c9fbcc
Minimal code cleanup
2025-03-08 11:57:09 -06:00
76dae8bcf8
Prepare changelog for release
2025-03-08 11:51:43 -06:00
b432873500
Fix some typos on changelog
2025-03-08 11:32:03 -06:00
45bee2bf57
Updated changelog
2025-03-08 11:15:47 -06:00
921fe631e0
Merge pull request #763 from MCV-Software/features/pinned-posts
...
Mastodon: Loads pinned posts in user timelines and supports announcing when the focused post is pinned
2025-03-08 11:08:16 -06:00