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
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
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
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
582d14708f
Improve pinned post parsing for templates
2025-03-08 11:06:15 -06:00
ea79165362
Adjust the way pinned posts are sorted
2025-03-08 05:21:20 -06:00
460d71075b
Expose status of pinned posts in variable templates
2025-03-08 01:31:50 -06:00
3d7d1142d3
Attempt to load pinned posts when loading a timeline for an user
2025-03-08 01:15:34 -06:00
6aa84daf5e
Merge pull request #762 from MCV-Software/feature/filters
...
Mastodon: adds Filter support
2025-03-08 00:50:26 -06:00
b37edc3712
disable action buttons on filter manager when reloading data
2025-03-07 13:05:37 -06:00
9ff772f098
cleaned filter dialogs. Added filter management (mostly done)
2025-03-07 13:01:08 -06:00
Mira P
6974c6beba
Added translation using Weblate (Bulgarian)
2025-03-07 17:15:29 +00:00
ff196693df
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (674 of 674 strings)
Translation: TWBlue/TWBlue
Translate-URL: https://weblate.mcvsoftware.com/projects/twblue/twblue/es/
2025-03-07 17:15:29 +00:00
00e5766f90
Bind Filter create function to menu bar
2025-03-07 10:13:34 -06:00
3f72185817
Add filter creation within TWBlue
2025-03-07 10:13:13 -06:00
03a90922d8
Added bulgarian translation catalog
2025-03-06 13:14:00 -06:00
38fe9c149b
Added controller to add and update filters
2025-03-05 13:12:22 -06:00
cdee0a620c
Added filters dialog
2025-03-05 13:12:04 -06:00
fccabf6eb5
Respect filters also when getting previous items
2025-03-03 12:00:33 -06:00
3dae674c4e
for 'warn' filtered posts, parse and display a modified text on them (we must add a way to display those later)
2025-03-03 11:59:14 -06:00
c76134b064
Avoid adding hidden posts by filters to the list of objects
2025-03-03 11:58:11 -06:00
284c2bd87f
added functions to evaluate filter and retrieve context from a buffer
2025-03-03 11:57:37 -06:00
543295fc21
Updated changelog
2025-03-03 10:20:37 -06:00
José Manuel Delicado
894cc24eca
Merge pull request #760 from MCV-Software/dependabot/pip/mastodon-py-2.0.1
...
Bump mastodon-py from 2.0.0 to 2.0.1
2025-03-03 07:47:07 +01:00
José Manuel Delicado
49849605c4
Merge pull request #761 from MCV-Software/dependabot/pip/pytest-8.3.5
...
Bump pytest from 8.3.4 to 8.3.5
2025-03-03 07:46:34 +01:00
dependabot[bot]
fc18e71f40
Bump pytest from 8.3.4 to 8.3.5
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.3.4 to 8.3.5.
- [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.4...8.3.5 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-03 06:45:45 +00:00
dependabot[bot]
595458aa46
Bump mastodon-py from 2.0.0 to 2.0.1
...
Bumps [mastodon-py](https://github.com/halcy/Mastodon.py ) from 2.0.0 to 2.0.1.
- [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/2.0.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: mastodon-py
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-03 06:45:40 +00:00
manuelcortez
87e1f7eb7a
Updated translation catalogs
2025-03-02 00:55:47 +00:00
José Manuel Delicado
eefe2ad454
Merge pull request #759 from MCV-Software/dependabot/pip/decorator-5.2.1
...
Update translation files / update_catalogs (push) Has been cancelled
Bump decorator from 5.1.1 to 5.2.1
2025-02-24 20:22:55 +01:00
dependabot[bot]
928f207668
Bump decorator from 5.1.1 to 5.2.1
...
Bumps [decorator](https://github.com/micheles/decorator ) from 5.1.1 to 5.2.1.
- [Release notes](https://github.com/micheles/decorator/releases )
- [Changelog](https://github.com/micheles/decorator/blob/5.2.1/CHANGES.md )
- [Commits](https://github.com/micheles/decorator/compare/5.1.1...5.2.1 )
---
updated-dependencies:
- dependency-name: decorator
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-24 19:21:52 +00:00
manuelcortez
7c75c2ddec
Updated translation catalogs
2025-02-23 00:55:49 +00:00
469a398db7
Merge pull request #755 from MCV-Software/dependabot/pip/mastodon-py-2.0.0
...
Update translation files / update_catalogs (push) Failing after 1m46s
Bump mastodon-py from 1.8.1 to 2.0.0
2025-02-18 08:40:39 -06:00
dependabot[bot]
5f1671ac54
Bump mastodon-py from 1.8.1 to 2.0.0
...
Bumps [mastodon-py](https://github.com/halcy/Mastodon.py ) from 1.8.1 to 2.0.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/1.8.1...2.0.0 )
---
updated-dependencies:
- dependency-name: mastodon-py
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-18 06:31:23 +00:00
José Manuel Delicado
67728021d2
Merge pull request #756 from MCV-Software/dependabot/pip/coverage-7.6.12
...
Bump coverage from 7.6.11 to 7.6.12
2025-02-18 07:30:12 +01:00
José Manuel Delicado
2eaf5bf6da
Merge pull request #757 from MCV-Software/dependabot/pip/psutil-7.0.0
...
Bump psutil from 6.1.1 to 7.0.0
2025-02-18 07:29:51 +01:00
José Manuel Delicado
12b7c9de89
Merge pull request #758 from MCV-Software/dependabot/pip/numpy-2.2.3
...
Bump numpy from 2.2.2 to 2.2.3
2025-02-18 07:28:59 +01:00
dependabot[bot]
fbd0adf292
Bump numpy from 2.2.2 to 2.2.3
...
Bumps [numpy](https://github.com/numpy/numpy ) from 2.2.2 to 2.2.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.2...v2.2.3 )
---
updated-dependencies:
- dependency-name: numpy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-17 23:51:24 +00:00
dependabot[bot]
38bd99c2f1
Bump psutil from 6.1.1 to 7.0.0
...
Bumps [psutil](https://github.com/giampaolo/psutil ) from 6.1.1 to 7.0.0.
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst )
- [Commits](https://github.com/giampaolo/psutil/compare/release-6.1.1...release-7.0.0 )
---
updated-dependencies:
- dependency-name: psutil
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-17 23:51:13 +00:00
dependabot[bot]
879a251209
Bump coverage from 7.6.11 to 7.6.12
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.6.11 to 7.6.12.
- [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.11...7.6.12 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-17 23:51:09 +00:00
manuelcortez
976703aa36
Updated translation catalogs
2025-02-16 00:55:48 +00:00
José Manuel Delicado
95042dca93
Merge pull request #754 from MCV-Software/dependabot/pip/cx-freeze-7.2.10
...
Update translation files / update_catalogs (push) Has been cancelled
Bump cx-freeze from 7.2.9 to 7.2.10
2025-02-11 07:32:20 +01:00
dependabot[bot]
0a46403f6c
Bump cx-freeze from 7.2.9 to 7.2.10
...
Bumps [cx-freeze](https://github.com/marcelotduarte/cx_Freeze ) from 7.2.9 to 7.2.10.
- [Release notes](https://github.com/marcelotduarte/cx_Freeze/releases )
- [Commits](https://github.com/marcelotduarte/cx_Freeze/compare/7.2.9...7.2.10 )
---
updated-dependencies:
- dependency-name: cx-freeze
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-11 06:31:36 +00:00
José Manuel Delicado
f958e47265
Merge pull request #753 from MCV-Software/dependabot/pip/coverage-7.6.11
...
Bump coverage from 7.6.10 to 7.6.11
2025-02-11 07:30:20 +01:00
dependabot[bot]
831ea5225e
Bump coverage from 7.6.10 to 7.6.11
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.6.10 to 7.6.11.
- [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.10...7.6.11 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-10 23:40:59 +00:00
manuelcortez
5a7cf68858
Updated translation catalogs
2025-02-09 00:55:39 +00:00
6219b082de
Merge pull request #750 from MCV-Software/dependabot/pip/attrs-25.1.0
...
Update translation files / update_catalogs (push) Failing after 47s
Bump attrs from 24.3.0 to 25.1.0
2025-02-03 18:46:21 -06:00
321079a639
Merge pull request #751 from MCV-Software/dependabot/pip/cx-freeze-7.2.9
...
Bump cx-freeze from 7.2.8 to 7.2.9
2025-02-03 18:45:55 -06:00
425860de98
Merge pull request #752 from MCV-Software/dependabot/pip/certifi-2025.1.31
...
Bump certifi from 2024.12.14 to 2025.1.31
2025-02-03 18:45:06 -06:00
dependabot[bot]
fb85aac231
Bump certifi from 2024.12.14 to 2025.1.31
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2024.12.14 to 2025.1.31.
- [Commits](https://github.com/certifi/python-certifi/compare/2024.12.14...2025.01.31 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-03 23:44:36 +00:00
dependabot[bot]
86adc942ca
Bump cx-freeze from 7.2.8 to 7.2.9
...
Bumps [cx-freeze](https://github.com/marcelotduarte/cx_Freeze ) from 7.2.8 to 7.2.9.
- [Release notes](https://github.com/marcelotduarte/cx_Freeze/releases )
- [Commits](https://github.com/marcelotduarte/cx_Freeze/compare/7.2.8...7.2.9 )
---
updated-dependencies:
- dependency-name: cx-freeze
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-03 23:44:32 +00:00
manuelcortez
1ec37d5a1c
Updated translation catalogs
2025-02-02 00:55:40 +00:00
dependabot[bot]
bae927411f
Bump attrs from 24.3.0 to 25.1.0
...
Bumps [attrs](https://github.com/sponsors/hynek ) from 24.3.0 to 25.1.0.
- [Commits](https://github.com/sponsors/hynek/commits )
---
updated-dependencies:
- dependency-name: attrs
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-27 23:36:54 +00:00
manuelcortez
528146310a
Updated translation catalogs
Update translation files / update_catalogs (push) Has been cancelled
2025-01-26 00:55:33 +00:00
José Manuel Delicado
0d2e256254
Merge pull request #747 from MCV-Software/dependabot/pip/numpy-2.2.2
Update translation files / update_catalogs (push) Has been cancelled
2025-01-23 00:12:44 +01:00
José Manuel Delicado
b425462cc6
Merge pull request #748 from MCV-Software/dependabot/pip/deepl-1.21.0
2025-01-23 00:12:14 +01:00
José Manuel Delicado
2ad93154de
Merge pull request #749 from MCV-Software/dependabot/pip/importlib-metadata-8.6.1
2025-01-23 00:11:42 +01:00
dependabot[bot]
e905040c68
Bump importlib-metadata from 8.5.0 to 8.6.1
...
Bumps [importlib-metadata](https://github.com/python/importlib_metadata ) from 8.5.0 to 8.6.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.5.0...v8.6.1 )
---
updated-dependencies:
- dependency-name: importlib-metadata
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-20 23:15:16 +00:00
dependabot[bot]
db53593fef
Bump deepl from 1.20.0 to 1.21.0
...
Bumps [deepl](https://github.com/DeepLcom/deepl-python ) from 1.20.0 to 1.21.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.20.0...v1.21.0 )
---
updated-dependencies:
- dependency-name: deepl
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-20 23:15:12 +00:00
dependabot[bot]
35bb5282bc
Bump numpy from 2.2.1 to 2.2.2
...
Bumps [numpy](https://github.com/numpy/numpy ) from 2.2.1 to 2.2.2.
- [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.1...v2.2.2 )
---
updated-dependencies:
- dependency-name: numpy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-20 23:15:09 +00:00
manuelcortez
608f2a248d
Updated translation catalogs
2025-01-19 00:55:42 +00:00
manuelcortez
2525e5ca0d
Updated translation catalogs
Update translation files / update_catalogs (push) Has been cancelled
2025-01-12 00:55:55 +00:00
José Manuel Delicado
5c014bcb07
Merge pull request #745 from MCV-Software/dependabot/pip/pillow-11.1.0
...
Bump pillow from 11.0.0 to 11.1.0
2025-01-07 01:12:50 +01:00
José Manuel Delicado
f81e31529d
Merge pull request #746 from MCV-Software/dependabot/pip/cx-freeze-7.2.8
...
Bump cx-freeze from 7.2.7 to 7.2.8
2025-01-07 01:12:36 +01:00
dependabot[bot]
f874fb3f81
Bump cx-freeze from 7.2.7 to 7.2.8
...
Bumps [cx-freeze](https://github.com/marcelotduarte/cx_Freeze ) from 7.2.7 to 7.2.8.
- [Release notes](https://github.com/marcelotduarte/cx_Freeze/releases )
- [Commits](https://github.com/marcelotduarte/cx_Freeze/compare/7.2.7...7.2.8 )
---
updated-dependencies:
- dependency-name: cx-freeze
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-06 23:34:24 +00:00
dependabot[bot]
ca19afe3a0
Bump pillow from 11.0.0 to 11.1.0
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 11.0.0 to 11.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/11.0.0...11.1.0 )
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-06 23:34:13 +00:00
manuelcortez
930c0d6529
Updated translation catalogs
Update translation files / update_catalogs (push) Has been cancelled
2025-01-05 00:55:50 +00:00
a84305b6d3
doc: updated changelog
2024-12-31 19:10:48 -06:00
6b97c5123f
mastodon: Language should be automatically suggested for posts during creation, replies or when recovering from an error
2024-12-31 18:51:00 -06:00
0322939cba
mastodon: Adds language selector on post dialog. Language for posts will be set via account's default language, post language or via TWBlue's user language
2024-12-31 18:48:27 -06:00
8ed80da82c
mastodon: Set API version at 4.3.2. Retrieves instance supported languages upon startup.
2024-12-31 18:44:04 -06:00
90acd9ebea
Revert lief to v0.15.1 due to cx_freeze requirements
2024-12-30 23:01:49 -06:00
José Manuel Delicado
58152ef3dc
Merge pull request #742 from MCV-Software/dependabot/pip/lief-0.16.1
...
Bump lief from 0.16.0 to 0.16.1
2024-12-31 00:44:06 +01:00
José Manuel Delicado
b433f0a113
Merge pull request #743 from MCV-Software/dependabot/pip/charset-normalizer-3.4.1
...
Bump charset-normalizer from 3.4.0 to 3.4.1
2024-12-31 00:43:50 +01:00
José Manuel Delicado
2192675071
Merge pull request #744 from MCV-Software/dependabot/pip/coverage-7.6.10
...
Bump coverage from 7.6.9 to 7.6.10
2024-12-31 00:43:31 +01:00
dependabot[bot]
000516678c
Bump coverage from 7.6.9 to 7.6.10
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.6.9 to 7.6.10.
- [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.9...7.6.10 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-30 23:41:54 +00:00
dependabot[bot]
1e382b55f1
Bump charset-normalizer from 3.4.0 to 3.4.1
...
Bumps [charset-normalizer](https://github.com/jawah/charset_normalizer ) from 3.4.0 to 3.4.1.
- [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.0...3.4.1 )
---
updated-dependencies:
- dependency-name: charset-normalizer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-30 23:41:49 +00:00
dependabot[bot]
8a7b9e9368
Bump lief from 0.16.0 to 0.16.1
...
Bumps [lief](https://github.com/lief-project/LIEF ) from 0.16.0 to 0.16.1.
- [Release notes](https://github.com/lief-project/LIEF/releases )
- [Commits](https://github.com/lief-project/LIEF/compare/0.16.0...0.16.1 )
---
updated-dependencies:
- dependency-name: lief
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-30 23:41:41 +00:00
manuelcortez
26bede0b05
Updated translation catalogs
2024-12-29 00:55:53 +00:00
José Manuel Delicado
8a9d034d60
Merge pull request #740 from MCV-Software/dependabot/pip/numpy-2.2.1
...
Update translation files / update_catalogs (push) Has been cancelled
Bump numpy from 2.2.0 to 2.2.1
2024-12-23 09:23:28 +01:00
José Manuel Delicado
4a46896372
Merge pull request #739 from MCV-Software/dependabot/pip/urllib3-2.3.0
...
Bump urllib3 from 2.2.3 to 2.3.0
2024-12-23 09:22:54 +01:00
José Manuel Delicado
4352e1510d
Merge pull request #738 from MCV-Software/dependabot/pip/psutil-6.1.1
...
Bump psutil from 6.1.0 to 6.1.1
2024-12-23 09:22:35 +01:00
dependabot[bot]
c4728fbb34
Bump numpy from 2.2.0 to 2.2.1
...
Bumps [numpy](https://github.com/numpy/numpy ) from 2.2.0 to 2.2.1.
- [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.0...v2.2.1 )
---
updated-dependencies:
- dependency-name: numpy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-23 08:22:03 +00:00
dependabot[bot]
f82dc9b3b8
Bump urllib3 from 2.2.3 to 2.3.0
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.2.3 to 2.3.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.2.3...2.3.0 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-23 08:21:53 +00:00
dependabot[bot]
403e4c2719
Bump psutil from 6.1.0 to 6.1.1
...
Bumps [psutil](https://github.com/giampaolo/psutil ) from 6.1.0 to 6.1.1.
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst )
- [Commits](https://github.com/giampaolo/psutil/compare/release-6.1.0...release-6.1.1 )
---
updated-dependencies:
- dependency-name: psutil
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-23 08:21:46 +00:00
manuelcortez
2b7dbe0a2c
Updated translation catalogs
Update translation files / update_catalogs (push) Has been cancelled
2024-12-22 00:55:54 +00:00
José Manuel Delicado
8b1744fe01
Merge pull request #736 from MCV-Software/dependabot/pip/six-1.17.0
...
Bump six from 1.16.0 to 1.17.0
2024-12-17 07:31:25 +01:00
José Manuel Delicado
c21bb125b9
Merge pull request #737 from MCV-Software/dependabot/pip/lief-0.16.0
...
Bump lief from 0.15.1 to 0.16.0
2024-12-17 07:31:06 +01:00
dependabot[bot]
4ef3406a07
Bump lief from 0.15.1 to 0.16.0
...
Bumps [lief](https://github.com/lief-project/LIEF ) from 0.15.1 to 0.16.0.
- [Release notes](https://github.com/lief-project/LIEF/releases )
- [Commits](https://github.com/lief-project/LIEF/compare/0.15.1...0.16.0 )
---
updated-dependencies:
- dependency-name: lief
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-16 23:45:32 +00:00
dependabot[bot]
28954a4968
Bump six from 1.16.0 to 1.17.0
...
Bumps [six](https://github.com/benjaminp/six ) from 1.16.0 to 1.17.0.
- [Changelog](https://github.com/benjaminp/six/blob/main/CHANGES )
- [Commits](https://github.com/benjaminp/six/compare/1.16.0...1.17.0 )
---
updated-dependencies:
- dependency-name: six
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-16 23:45:22 +00:00
José Manuel Delicado
77bd3c8290
Merge pull request #735 from MCV-Software/dependabot/pip/attrs-24.3.0
...
Bump attrs from 24.2.0 to 24.3.0
2024-12-16 17:04:44 +01:00
José Manuel Delicado
fba1854795
Merge pull request #734 from MCV-Software/dependabot/pip/coverage-7.6.9
...
Bump coverage from 7.6.8 to 7.6.9
2024-12-16 17:04:18 +01:00
José Manuel Delicado
d21bf7c97d
Merge pull request #733 from MCV-Software/dependabot/pip/numpy-2.2.0
...
Bump numpy from 2.1.3 to 2.2.0
2024-12-16 17:03:55 +01:00
José Manuel Delicado
f2db08ad7f
Merge pull request #732 from MCV-Software/dependabot/pip/types-python-dateutil-2.9.0.20241206
...
Bump types-python-dateutil from 2.9.0.20241003 to 2.9.0.20241206
2024-12-16 17:03:32 +01:00
José Manuel Delicado
14248ed0ff
Merge pull request #731 from MCV-Software/dependabot/pip/certifi-2024.12.14
...
Bump certifi from 2024.8.30 to 2024.12.14
2024-12-16 17:03:13 +01:00
dependabot[bot]
7fdc48fbaf
Bump attrs from 24.2.0 to 24.3.0
...
Bumps [attrs](https://github.com/sponsors/hynek ) from 24.2.0 to 24.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 >
2024-12-16 16:01:53 +00:00
dependabot[bot]
aec18b1bcf
Bump coverage from 7.6.8 to 7.6.9
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.6.8 to 7.6.9.
- [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.8...7.6.9 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-16 16:01:49 +00:00
dependabot[bot]
b07bc39e57
Bump numpy from 2.1.3 to 2.2.0
...
Bumps [numpy](https://github.com/numpy/numpy ) from 2.1.3 to 2.2.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.1.3...v2.2.0 )
---
updated-dependencies:
- dependency-name: numpy
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-16 16:01:41 +00:00
dependabot[bot]
78eee2c2d8
Bump types-python-dateutil from 2.9.0.20241003 to 2.9.0.20241206
...
Bumps [types-python-dateutil](https://github.com/python/typeshed ) from 2.9.0.20241003 to 2.9.0.20241206.
- [Commits](https://github.com/python/typeshed/commits )
---
updated-dependencies:
- dependency-name: types-python-dateutil
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-16 16:01:31 +00:00
dependabot[bot]
8c170d12e2
Bump certifi from 2024.8.30 to 2024.12.14
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2024.8.30 to 2024.12.14.
- [Commits](https://github.com/certifi/python-certifi/compare/2024.08.30...2024.12.14 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-16 16:01:28 +00:00
manuelcortez
deb84ba2c4
Updated translation catalogs
Update translation files / update_catalogs (push) Failing after 43s
2024-12-15 00:56:03 +00:00
manuelcortez
ea3286b452
Updated translation catalogs
2024-12-08 00:56:09 +00:00
José Manuel Delicado
84d2e4b4bd
Merge pull request #730 from MCV-Software/dependabot/pip/pytest-8.3.4
...
Update translation files / update_catalogs (push) Has been cancelled
Bump pytest from 8.3.3 to 8.3.4
2024-12-03 00:38:16 +01:00
José Manuel Delicado
e0ba68f1ed
Merge pull request #729 from MCV-Software/dependabot/pip/cx-freeze-7.2.7
...
Bump cx-freeze from 7.2.6 to 7.2.7
2024-12-03 00:37:59 +01:00
dependabot[bot]
1ede045625
Bump pytest from 8.3.3 to 8.3.4
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.3.3 to 8.3.4.
- [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.3...8.3.4 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-02 23:35:28 +00:00
dependabot[bot]
b844fec832
Bump cx-freeze from 7.2.6 to 7.2.7
...
Bumps [cx-freeze](https://github.com/marcelotduarte/cx_Freeze ) from 7.2.6 to 7.2.7.
- [Release notes](https://github.com/marcelotduarte/cx_Freeze/releases )
- [Commits](https://github.com/marcelotduarte/cx_Freeze/compare/7.2.6...7.2.7 )
---
updated-dependencies:
- dependency-name: cx-freeze
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-02 23:35:17 +00:00
manuelcortez
2ab15b3f6e
Updated translation catalogs
Update translation files / update_catalogs (push) Has been cancelled
2024-12-01 00:56:19 +00:00
6910809a97
Merge pull request #727 from Mohamed00/moreShortcutWorkage
...
Fixed more shortcut conflicts
2024-11-29 13:26:29 -06:00
Mohamed
0f19ac0a3f
Missed some spots
2024-11-29 14:00:27 -05:00
Mohamed
05c397c252
Fixed more shortcut conflicts. Shortcut project complete, hopefully. Or something like that.
2024-11-29 13:53:04 -05:00
329010e8e0
Merge pull request #725 from Mohamed00/fixShortcutConflict
...
Fixed shortcut conflict, added some more
2024-11-27 13:12:49 -06:00
Mohamed
ec1b8a0df2
Better shortcut, add shortcuts for add followers and following to database checkboxes in scan dialog as well
2024-11-27 14:04:54 -05:00
Mohamed
9c3868bfc9
Fixed scan account keyboard shortcut which conflicted with the shortcut for the save button
2024-11-27 13:54:36 -05:00
40689caef6
Mastodon: read long posts in GUI should be improved and work in all kinds of buffers
2024-11-26 23:23:36 -06:00
021dd0ae52
Mastodon: Fixed 'read long posts in GUI'. Now it should work as expected
2024-11-26 22:57:21 -06:00
002d0a5709
Mastodon: Allow to create user timelines from community local buffers
2024-11-26 22:44:38 -06:00
10b17b2d6f
Merge branch 'next-gen' of github.com:mcv-software/twblue into next-gen
2024-11-26 22:36:19 -06:00
0f5a10c3fa
Merge pull request #647 from Mohamed00/shortcutAllTheSettings
...
Added more keyboard shortcuts
2024-11-26 22:35:35 -06:00
590d91c2d4
Merge pull request #647 from Mohamed00/shortcutAllTheSettings
...
Added more keyboard shortcuts
2024-11-26 21:51:03 -06:00
5f7f34f29d
Merge pull request #644 from Mohamed00/communityShortcut
...
Added keyboard shortcut for create community timeline action
2024-11-26 21:50:35 -06:00
José Manuel Delicado
90be9a09bf
Merge pull request #723 from MCV-Software/dependabot/pip/coverage-7.6.8
...
Bump coverage from 7.6.7 to 7.6.8
2024-11-25 21:17:05 +01:00
dependabot[bot]
8445140df9
Bump coverage from 7.6.7 to 7.6.8
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.6.7 to 7.6.8.
- [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.7...7.6.8 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-25 20:16:20 +00:00
José Manuel Delicado
4fc8bc1ddc
Merge pull request #724 from MCV-Software/dependabot/pip/cx-freeze-7.2.6
...
Bump cx-freeze from 7.2.5 to 7.2.6
2024-11-25 21:14:53 +01:00
dependabot[bot]
3ebc137208
Bump cx-freeze from 7.2.5 to 7.2.6
...
Bumps [cx-freeze](https://github.com/marcelotduarte/cx_Freeze ) from 7.2.5 to 7.2.6.
- [Release notes](https://github.com/marcelotduarte/cx_Freeze/releases )
- [Commits](https://github.com/marcelotduarte/cx_Freeze/compare/7.2.5...7.2.6 )
---
updated-dependencies:
- dependency-name: cx-freeze
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-25 20:08:20 +00:00
manuelcortez
0ff0cc9cd9
Updated translation catalogs
Update translation files / update_catalogs (push) Has been cancelled
2024-11-24 00:55:56 +00:00
José Manuel Delicado
6d63195f72
Merge pull request #721 from MCV-Software/dependabot/pip/coverage-7.6.7
...
Bump coverage from 7.6.4 to 7.6.7
2024-11-19 07:31:13 +01:00
José Manuel Delicado
3129b0961e
Merge pull request #722 from MCV-Software/dependabot/pip/deepl-1.20.0
...
Bump deepl from 1.19.1 to 1.20.0
2024-11-19 07:30:56 +01:00
dependabot[bot]
156c62cc43
Bump deepl from 1.19.1 to 1.20.0
...
Bumps [deepl](https://github.com/DeepLcom/deepl-python ) from 1.19.1 to 1.20.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.19.1...v1.20.0 )
---
updated-dependencies:
- dependency-name: deepl
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-18 23:50:23 +00:00
dependabot[bot]
81af079fb5
Bump coverage from 7.6.4 to 7.6.7
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.6.4 to 7.6.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.6.4...7.6.7 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-18 23:50:16 +00:00
manuelcortez
987b4a3f32
Updated translation catalogs
2024-11-17 00:55:51 +00:00
José Manuel Delicado
a426e23138
Merge pull request #718 from MCV-Software/dependabot/pip/cx-freeze-7.2.5
...
Update translation files / update_catalogs (push) Failing after 54s
Bump cx-freeze from 7.2.4 to 7.2.5
2024-11-12 07:30:08 +01:00
José Manuel Delicado
7a66d9aaae
Merge pull request #719 from MCV-Software/dependabot/pip/packaging-24.2
...
Bump packaging from 24.1 to 24.2
2024-11-12 07:29:52 +01:00
José Manuel Delicado
aa54cd6f24
Merge pull request #720 from MCV-Software/dependabot/pip/zipp-3.21.0
...
Bump zipp from 3.20.2 to 3.21.0
2024-11-12 07:29:38 +01:00
dependabot[bot]
8e7366c5ed
Bump zipp from 3.20.2 to 3.21.0
...
Bumps [zipp](https://github.com/jaraco/zipp ) from 3.20.2 to 3.21.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.20.2...v3.21.0 )
---
updated-dependencies:
- dependency-name: zipp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-11 23:33:55 +00:00
dependabot[bot]
1088190830
Bump packaging from 24.1 to 24.2
...
Bumps [packaging](https://github.com/pypa/packaging ) from 24.1 to 24.2.
- [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.1...24.2 )
---
updated-dependencies:
- dependency-name: packaging
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-11 23:33:47 +00:00
dependabot[bot]
1e009bdd11
Bump cx-freeze from 7.2.4 to 7.2.5
...
Bumps [cx-freeze](https://github.com/marcelotduarte/cx_Freeze ) from 7.2.4 to 7.2.5.
- [Release notes](https://github.com/marcelotduarte/cx_Freeze/releases )
- [Commits](https://github.com/marcelotduarte/cx_Freeze/compare/7.2.4...7.2.5 )
---
updated-dependencies:
- dependency-name: cx-freeze
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-11 23:33:44 +00:00
manuelcortez
2a031ab1ef
Updated translation catalogs
Update translation files / update_catalogs (push) Has been cancelled
2024-11-10 00:55:38 +00:00
José Manuel Delicado
ce9099c230
Merge pull request #716 from MCV-Software/dependabot/pip/numpy-2.1.3
...
Bump numpy from 2.1.2 to 2.1.3
2024-11-05 07:25:07 +01:00
José Manuel Delicado
396b8a5465
Merge pull request #717 from MCV-Software/dependabot/pip/cx-freeze-7.2.4
...
Bump cx-freeze from 7.2.3 to 7.2.4
2024-11-05 07:24:53 +01:00
dependabot[bot]
799f432ea4
Bump cx-freeze from 7.2.3 to 7.2.4
...
Bumps [cx-freeze](https://github.com/marcelotduarte/cx_Freeze ) from 7.2.3 to 7.2.4.
- [Release notes](https://github.com/marcelotduarte/cx_Freeze/releases )
- [Commits](https://github.com/marcelotduarte/cx_Freeze/compare/7.2.3...7.2.4 )
---
updated-dependencies:
- dependency-name: cx-freeze
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-04 23:18:27 +00:00
dependabot[bot]
c0cf43b12d
Bump numpy from 2.1.2 to 2.1.3
...
Bumps [numpy](https://github.com/numpy/numpy ) from 2.1.2 to 2.1.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.1.2...v2.1.3 )
---
updated-dependencies:
- dependency-name: numpy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-04 23:18:23 +00:00
manuelcortez
98a1398c17
Updated translation catalogs
2024-11-03 00:55:46 +00:00
manuelcortez
979b42dd2c
Updated translation catalogs
Update translation files / update_catalogs (push) Failing after 4m37s
2024-10-27 00:55:53 +00:00
José Manuel Delicado
bcfee1489f
Merge pull request #713 from MCV-Software/dependabot/pip/psutil-6.1.0
...
Update translation files / update_catalogs (push) Failing after 4m38s
Bump psutil from 6.0.0 to 6.1.0
2024-10-22 07:29:32 +02:00
José Manuel Delicado
4f33a3e765
Merge pull request #714 from MCV-Software/dependabot/pip/coverage-7.6.4
...
Bump coverage from 7.6.3 to 7.6.4
2024-10-22 07:29:15 +02:00
José Manuel Delicado
d424783689
Merge pull request #715 from MCV-Software/dependabot/pip/pillow-11.0.0
...
Bump pillow from 10.4.0 to 11.0.0
2024-10-22 07:28:56 +02:00
dependabot[bot]
dd6d771d6e
Bump pillow from 10.4.0 to 11.0.0
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 10.4.0 to 11.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/10.4.0...11.0.0 )
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-21 23:38:54 +00:00
dependabot[bot]
898fc6d81a
Bump coverage from 7.6.3 to 7.6.4
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.6.3 to 7.6.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.6.3...7.6.4 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-21 23:38:39 +00:00
dependabot[bot]
eb2ff2f543
Bump psutil from 6.0.0 to 6.1.0
...
Bumps [psutil](https://github.com/giampaolo/psutil ) from 6.0.0 to 6.1.0.
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst )
- [Commits](https://github.com/giampaolo/psutil/compare/release-6.0.0...release-6.1.0 )
---
updated-dependencies:
- dependency-name: psutil
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-21 23:38:32 +00:00
manuelcortez
b33c975632
Updated translation catalogs
2024-10-20 00:55:45 +00:00
José Manuel Delicado
e3acbf2b76
Merge pull request #712 from MCV-Software/dependabot/pip/coverage-7.6.3
...
Update translation files / update_catalogs (push) Failing after 5m8s
Bump coverage from 7.6.1 to 7.6.3
2024-10-15 07:19:31 +02:00
José Manuel Delicado
68625880f8
Merge pull request #711 from MCV-Software/dependabot/pip/cx-logging-3.2.1
...
Bump cx-logging from 3.2.0 to 3.2.1
2024-10-15 07:19:11 +02:00
José Manuel Delicado
9dfd2cd2b6
Merge pull request #710 from MCV-Software/dependabot/pip/pywin32-308
...
Bump pywin32 from 307 to 308
2024-10-15 07:18:57 +02:00
José Manuel Delicado
8d22b475ce
Merge pull request #709 from MCV-Software/dependabot/pip/charset-normalizer-3.4.0
...
Bump charset-normalizer from 3.3.2 to 3.4.0
2024-10-15 07:18:43 +02:00
dependabot[bot]
ed68871645
Bump coverage from 7.6.1 to 7.6.3
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.6.1 to 7.6.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.6.1...7.6.3 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-14 23:44:22 +00:00
dependabot[bot]
6860f5a6f3
Bump cx-logging from 3.2.0 to 3.2.1
...
Bumps [cx-logging](https://github.com/anthony-tuininga/cx_Logging ) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/anthony-tuininga/cx_Logging/releases )
- [Commits](https://github.com/anthony-tuininga/cx_Logging/compare/v3.2.0...v3.2.1 )
---
updated-dependencies:
- dependency-name: cx-logging
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-14 23:44:14 +00:00
dependabot[bot]
d57cae035d
Bump pywin32 from 307 to 308
...
Bumps [pywin32](https://github.com/mhammond/pywin32 ) from 307 to 308.
- [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 >
2024-10-14 23:44:10 +00:00
dependabot[bot]
7d3b2a8181
Bump charset-normalizer from 3.3.2 to 3.4.0
...
Bumps [charset-normalizer](https://github.com/Ousret/charset_normalizer ) from 3.3.2 to 3.4.0.
- [Release notes](https://github.com/Ousret/charset_normalizer/releases )
- [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Ousret/charset_normalizer/compare/3.3.2...3.4.0 )
---
updated-dependencies:
- dependency-name: charset-normalizer
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-14 23:44:08 +00:00
manuelcortez
0907e05d81
Updated translation catalogs
2024-10-13 00:55:44 +00:00
José Manuel Delicado
955a6e27d3
Merge pull request #707 from MCV-Software/dependabot/pip/python-vlc-3.0.21203
...
Bump python-vlc from 3.0.20123 to 3.0.21203
2024-10-08 07:30:47 +02:00
dependabot[bot]
41d56259da
Bump python-vlc from 3.0.20123 to 3.0.21203
...
Bumps [python-vlc](https://github.com/oaubert/python-vlc ) from 3.0.20123 to 3.0.21203.
- [Commits](https://github.com/oaubert/python-vlc/commits )
---
updated-dependencies:
- dependency-name: python-vlc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-08 05:30:35 +00:00
José Manuel Delicado
230146d20e
Merge pull request #704 from MCV-Software/dependabot/pip/types-python-dateutil-2.9.0.20241003
...
Bump types-python-dateutil from 2.9.0.20240906 to 2.9.0.20241003
2024-10-08 07:29:33 +02:00
José Manuel Delicado
793315c151
Merge pull request #705 from MCV-Software/dependabot/pip/numpy-2.1.2
...
Bump numpy from 2.1.1 to 2.1.2
2024-10-08 07:29:14 +02:00
José Manuel Delicado
84d120d17b
Merge pull request #706 from MCV-Software/dependabot/pip/pywin32-307
...
Bump pywin32 from 306 to 307
2024-10-08 07:28:36 +02:00
José Manuel Delicado
13e598c212
Merge pull request #708 from MCV-Software/dependabot/pip/cx-freeze-7.2.3
...
Bump cx-freeze from 7.2.2 to 7.2.3
2024-10-08 07:28:19 +02:00
dependabot[bot]
8d9af25797
Bump cx-freeze from 7.2.2 to 7.2.3
...
Bumps [cx-freeze](https://github.com/marcelotduarte/cx_Freeze ) from 7.2.2 to 7.2.3.
- [Release notes](https://github.com/marcelotduarte/cx_Freeze/releases )
- [Commits](https://github.com/marcelotduarte/cx_Freeze/compare/7.2.2...7.2.3 )
---
updated-dependencies:
- dependency-name: cx-freeze
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-07 23:55:31 +00:00
dependabot[bot]
9ba426c101
Bump pywin32 from 306 to 307
...
Bumps [pywin32](https://github.com/mhammond/pywin32 ) from 306 to 307.
- [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 >
2024-10-07 23:55:23 +00:00
dependabot[bot]
be9ad7d3ba
Bump numpy from 2.1.1 to 2.1.2
...
Bumps [numpy](https://github.com/numpy/numpy ) from 2.1.1 to 2.1.2.
- [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.1.1...v2.1.2 )
---
updated-dependencies:
- dependency-name: numpy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-07 23:55:18 +00:00
dependabot[bot]
1ad9f11c1b
Bump types-python-dateutil from 2.9.0.20240906 to 2.9.0.20241003
...
Bumps [types-python-dateutil](https://github.com/python/typeshed ) from 2.9.0.20240906 to 2.9.0.20241003.
- [Commits](https://github.com/python/typeshed/commits )
---
updated-dependencies:
- dependency-name: types-python-dateutil
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-07 23:55:13 +00:00
manuelcortez
ab07faec2d
Updated translation catalogs
2024-10-06 00:55:45 +00:00
manuelcortez
3bd7357b10
Updated translation catalogs
2024-09-29 00:55:48 +00:00
José Manuel Delicado
8e9d5333ef
Merge pull request #700 from MCV-Software/dependabot/pip/configobj-5.0.9
...
Bump configobj from 5.0.8 to 5.0.9
2024-09-24 07:29:26 +02:00
José Manuel Delicado
bd5433f9ba
Merge pull request #701 from MCV-Software/dependabot/pip/deepl-1.19.1
...
Bump deepl from 1.18.0 to 1.19.1
2024-09-24 07:29:08 +02:00
José Manuel Delicado
0a72669396
Merge pull request #702 from MCV-Software/dependabot/pip/importlib-metadata-8.5.0
...
Bump importlib-metadata from 8.4.0 to 8.5.0
2024-09-24 07:28:48 +02:00
José Manuel Delicado
c951549942
Merge pull request #703 from MCV-Software/dependabot/pip/cx-freeze-7.2.2
...
Bump cx-freeze from 7.2.0 to 7.2.2
2024-09-24 07:28:31 +02:00
dependabot[bot]
3c5a856383
Bump cx-freeze from 7.2.0 to 7.2.2
...
Bumps [cx-freeze](https://github.com/marcelotduarte/cx_Freeze ) from 7.2.0 to 7.2.2.
- [Release notes](https://github.com/marcelotduarte/cx_Freeze/releases )
- [Commits](https://github.com/marcelotduarte/cx_Freeze/compare/7.2.0...7.2.2 )
---
updated-dependencies:
- dependency-name: cx-freeze
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-23 23:43:44 +00:00
dependabot[bot]
48753291c3
Bump importlib-metadata from 8.4.0 to 8.5.0
...
Bumps [importlib-metadata](https://github.com/python/importlib_metadata ) from 8.4.0 to 8.5.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.4.0...v8.5.0 )
---
updated-dependencies:
- dependency-name: importlib-metadata
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-23 23:43:41 +00:00
dependabot[bot]
1f11fd4503
Bump deepl from 1.18.0 to 1.19.1
...
Bumps [deepl](https://github.com/DeepLcom/deepl-python ) from 1.18.0 to 1.19.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.18.0...v1.19.1 )
---
updated-dependencies:
- dependency-name: deepl
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-23 23:43:33 +00:00
dependabot[bot]
e968d4df7c
Bump configobj from 5.0.8 to 5.0.9
...
Bumps [configobj](https://github.com/DiffSK/configobj ) from 5.0.8 to 5.0.9.
- [Release notes](https://github.com/DiffSK/configobj/releases )
- [Changelog](https://github.com/DiffSK/configobj/blob/release/CHANGES.rst )
- [Commits](https://github.com/DiffSK/configobj/compare/v5.0.8...v5.0.9 )
---
updated-dependencies:
- dependency-name: configobj
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-23 23:43:29 +00:00
manuelcortez
c30b1a61ad
Updated translation catalogs
2024-09-22 00:55:42 +00:00
José Manuel Delicado
5376a63375
Merge pull request #695 from MCV-Software/dependabot/pip/wxpython-4.2.2
...
Bump wxpython from 4.2.1 to 4.2.2
2024-09-17 07:39:36 +02:00
José Manuel Delicado
5b4d2accbf
Merge pull request #696 from MCV-Software/dependabot/pip/pytest-8.3.3
...
Bump pytest from 8.3.2 to 8.3.3
2024-09-17 07:39:17 +02:00
José Manuel Delicado
95714425b3
Merge pull request #697 from MCV-Software/dependabot/pip/urllib3-2.2.3
...
Bump urllib3 from 2.2.2 to 2.2.3
2024-09-17 07:39:02 +02:00
José Manuel Delicado
62ae44b1c6
Merge pull request #698 from MCV-Software/dependabot/pip/zipp-3.20.2
...
Bump zipp from 3.20.1 to 3.20.2
2024-09-17 07:38:48 +02:00
José Manuel Delicado
b14f5ffd00
Merge pull request #699 from MCV-Software/dependabot/pip/idna-3.10
...
Bump idna from 3.8 to 3.10
2024-09-17 07:37:52 +02:00
dependabot[bot]
4ad6cf6f34
Bump idna from 3.8 to 3.10
...
Bumps [idna](https://github.com/kjd/idna ) from 3.8 to 3.10.
- [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.8...v3.10 )
---
updated-dependencies:
- dependency-name: idna
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-16 23:33:34 +00:00
dependabot[bot]
c41c19a03a
Bump zipp from 3.20.1 to 3.20.2
...
Bumps [zipp](https://github.com/jaraco/zipp ) from 3.20.1 to 3.20.2.
- [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.20.1...v3.20.2 )
---
updated-dependencies:
- dependency-name: zipp
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-16 23:33:30 +00:00
dependabot[bot]
f34c4a66ff
Bump urllib3 from 2.2.2 to 2.2.3
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.2.2 to 2.2.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.2.2...2.2.3 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-16 23:33:25 +00:00
dependabot[bot]
b57fb401b9
Bump pytest from 8.3.2 to 8.3.3
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.3.2 to 8.3.3.
- [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.2...8.3.3 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-16 23:33:22 +00:00
dependabot[bot]
13aeb23972
Bump wxpython from 4.2.1 to 4.2.2
...
Bumps [wxpython](https://github.com/wxWidgets/Phoenix ) from 4.2.1 to 4.2.2.
- [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.1...wxPython-4.2.2 )
---
updated-dependencies:
- dependency-name: wxpython
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-16 23:33:19 +00:00
manuelcortez
9a4015b448
Updated translation catalogs
2024-09-15 00:55:43 +00:00
José Manuel Delicado
634c41cca5
Merge pull request #693 from MCV-Software/dependabot/pip/numpy-2.1.1
...
Bump numpy from 2.1.0 to 2.1.1
2024-09-10 07:28:38 +02:00
José Manuel Delicado
e12e237f05
Merge pull request #694 from MCV-Software/dependabot/pip/types-python-dateutil-2.9.0.20240906
...
Bump types-python-dateutil from 2.9.0.20240821 to 2.9.0.20240906
2024-09-10 07:28:23 +02:00
dependabot[bot]
23762fe0c0
Bump types-python-dateutil from 2.9.0.20240821 to 2.9.0.20240906
...
Bumps [types-python-dateutil](https://github.com/python/typeshed ) from 2.9.0.20240821 to 2.9.0.20240906.
- [Commits](https://github.com/python/typeshed/commits )
---
updated-dependencies:
- dependency-name: types-python-dateutil
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-09 23:55:08 +00:00
dependabot[bot]
a8831abe6c
Bump numpy from 2.1.0 to 2.1.1
...
Bumps [numpy](https://github.com/numpy/numpy ) from 2.1.0 to 2.1.1.
- [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.1.0...v2.1.1 )
---
updated-dependencies:
- dependency-name: numpy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-09 23:55:02 +00:00
manuelcortez
dae7e39cf0
Updated translation catalogs
2024-09-08 00:55:38 +00:00
José Manuel Delicado
06f55753bc
Merge pull request #692 from MCV-Software/dependabot/pip/certifi-2024.8.30
...
Bump certifi from 2024.7.4 to 2024.8.30
2024-09-03 07:28:24 +02:00
dependabot[bot]
2c856d928b
Bump certifi from 2024.7.4 to 2024.8.30
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2024.7.4 to 2024.8.30.
- [Commits](https://github.com/certifi/python-certifi/compare/2024.07.04...2024.08.30 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-02 23:28:56 +00:00
manuelcortez
f616574c91
Updated translation catalogs
2024-09-01 00:55:56 +00:00
José Manuel Delicado
d55e1937ee
Merge pull request #688 from MCV-Software/dependabot/pip/idna-3.8
...
Bump idna from 3.7 to 3.8
2024-08-27 07:36:18 +02:00
dependabot[bot]
d58b1316e6
Bump idna from 3.7 to 3.8
...
Bumps [idna](https://github.com/kjd/idna ) from 3.7 to 3.8.
- [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.7...v3.8 )
---
updated-dependencies:
- dependency-name: idna
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-27 05:35:17 +00:00
José Manuel Delicado
298d935285
Merge pull request #689 from MCV-Software/dependabot/pip/types-python-dateutil-2.9.0.20240821
...
Bump types-python-dateutil from 2.9.0.20240316 to 2.9.0.20240821
2024-08-27 07:34:30 +02:00
José Manuel Delicado
6287def612
Merge pull request #690 from MCV-Software/dependabot/pip/zipp-3.20.1
...
Bump zipp from 3.20.0 to 3.20.1
2024-08-27 07:34:14 +02:00
José Manuel Delicado
4577952a71
Merge pull request #691 from MCV-Software/dependabot/pip/importlib-metadata-8.4.0
...
Bump importlib-metadata from 8.3.0 to 8.4.0
2024-08-27 07:34:01 +02:00
dependabot[bot]
e03edf22ad
Bump importlib-metadata from 8.3.0 to 8.4.0
...
Bumps [importlib-metadata](https://github.com/python/importlib_metadata ) from 8.3.0 to 8.4.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.3.0...v8.4.0 )
---
updated-dependencies:
- dependency-name: importlib-metadata
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-26 23:45:25 +00:00
dependabot[bot]
2a0e265411
Bump zipp from 3.20.0 to 3.20.1
...
Bumps [zipp](https://github.com/jaraco/zipp ) from 3.20.0 to 3.20.1.
- [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.20.0...v3.20.1 )
---
updated-dependencies:
- dependency-name: zipp
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-26 23:45:22 +00:00
dependabot[bot]
31f5835de8
Bump types-python-dateutil from 2.9.0.20240316 to 2.9.0.20240821
...
Bumps [types-python-dateutil](https://github.com/python/typeshed ) from 2.9.0.20240316 to 2.9.0.20240821.
- [Commits](https://github.com/python/typeshed/commits )
---
updated-dependencies:
- dependency-name: types-python-dateutil
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-26 23:45:15 +00:00
manuelcortez
b69e4f376f
Updated translation catalogs
2024-08-25 00:55:31 +00:00
José Manuel Delicado
9883a3bd9d
Merge pull request #685 from MCV-Software/dependabot/pip/importlib-metadata-8.3.0
...
Bump importlib-metadata from 8.2.0 to 8.3.0
2024-08-20 07:31:02 +02:00
José Manuel Delicado
57bb08cd04
Merge pull request #686 from MCV-Software/dependabot/pip/markdown-3.7
...
Bump markdown from 3.6 to 3.7
2024-08-20 07:30:47 +02:00
José Manuel Delicado
2059e476fb
Merge pull request #687 from MCV-Software/dependabot/pip/numpy-2.1.0
...
Bump numpy from 2.0.1 to 2.1.0
2024-08-20 07:30:32 +02:00
dependabot[bot]
6611bdafc3
Bump numpy from 2.0.1 to 2.1.0
...
Bumps [numpy](https://github.com/numpy/numpy ) from 2.0.1 to 2.1.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.0.1...v2.1.0 )
---
updated-dependencies:
- dependency-name: numpy
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-19 23:28:44 +00:00
dependabot[bot]
563ca968e6
Bump markdown from 3.6 to 3.7
...
Bumps [markdown](https://github.com/Python-Markdown/markdown ) from 3.6 to 3.7.
- [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.6...3.7 )
---
updated-dependencies:
- dependency-name: markdown
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-19 23:28:37 +00:00
dependabot[bot]
fe457fabe6
Bump importlib-metadata from 8.2.0 to 8.3.0
...
Bumps [importlib-metadata](https://github.com/python/importlib_metadata ) from 8.2.0 to 8.3.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.2.0...v8.3.0 )
---
updated-dependencies:
- dependency-name: importlib-metadata
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-19 23:28:31 +00:00
manuelcortez
d31f226b11
Updated translation catalogs
2024-08-18 00:55:21 +00:00
José Manuel Delicado
418590f82d
Merge pull request #683 from MCV-Software/dependabot/pip/zipp-3.20.0
2024-08-13 06:56:14 +02:00
José Manuel Delicado
61a8429870
Merge pull request #682 from MCV-Software/dependabot/pip/attrs-24.2.0
2024-08-13 06:55:22 +02:00
dependabot[bot]
1849532c58
Bump zipp from 3.19.2 to 3.20.0
...
Bumps [zipp](https://github.com/jaraco/zipp ) from 3.19.2 to 3.20.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.19.2...v3.20.0 )
---
updated-dependencies:
- dependency-name: zipp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-12 23:48:36 +00:00
dependabot[bot]
72285e4620
Bump attrs from 24.1.0 to 24.2.0
...
Bumps [attrs](https://github.com/sponsors/hynek ) from 24.1.0 to 24.2.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 >
2024-08-12 23:48:33 +00:00
manuelcortez
77e4dcef04
Updated translation catalogs
2024-08-11 00:55:26 +00:00
José Manuel Delicado
3bba679d48
Merge pull request #681 from MCV-Software/dependabot/pip/coverage-7.6.1
...
Bump coverage from 7.6.0 to 7.6.1
2024-08-06 08:58:17 +02:00
José Manuel Delicado
71677c27e3
Merge pull request #680 from MCV-Software/dependabot/pip/attrs-24.1.0
...
Bump attrs from 23.2.0 to 24.1.0
2024-08-06 08:58:02 +02:00
dependabot[bot]
6d78004dc7
Bump coverage from 7.6.0 to 7.6.1
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.6.0 to 7.6.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.6.0...7.6.1 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-06 00:01:47 +00:00
dependabot[bot]
32a320fdf8
Bump attrs from 23.2.0 to 24.1.0
...
Bumps [attrs](https://github.com/sponsors/hynek ) from 23.2.0 to 24.1.0.
- [Commits](https://github.com/sponsors/hynek/commits )
---
updated-dependencies:
- dependency-name: attrs
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-06 00:01:43 +00:00
manuelcortez
2325872a38
Updated translation catalogs
2024-08-04 00:55:37 +00:00
José Manuel Delicado
93e52492d3
Merge pull request #679 from MCV-Software/dependabot/pip/pytest-8.3.2
...
Bump pytest from 8.3.1 to 8.3.2
2024-07-30 07:25:46 +02:00
José Manuel Delicado
05e226f812
Merge pull request #678 from MCV-Software/dependabot/pip/lief-0.15.1
...
Bump lief from 0.15.0 to 0.15.1
2024-07-30 07:25:25 +02:00
José Manuel Delicado
92d15e0905
Merge pull request #677 from MCV-Software/dependabot/pip/importlib-metadata-8.2.0
...
Bump importlib-metadata from 8.0.0 to 8.2.0
2024-07-30 07:25:06 +02:00
dependabot[bot]
83a38951a9
Bump pytest from 8.3.1 to 8.3.2
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.3.1 to 8.3.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.3.1...8.3.2 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-29 23:05:45 +00:00
dependabot[bot]
63cb6c0df0
Bump lief from 0.15.0 to 0.15.1
...
Bumps [lief](https://github.com/lief-project/LIEF ) from 0.15.0 to 0.15.1.
- [Release notes](https://github.com/lief-project/LIEF/releases )
- [Commits](https://github.com/lief-project/LIEF/compare/0.15.0...0.15.1 )
---
updated-dependencies:
- dependency-name: lief
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-29 23:05:42 +00:00
dependabot[bot]
70202a66a3
Bump importlib-metadata from 8.0.0 to 8.2.0
...
Bumps [importlib-metadata](https://github.com/python/importlib_metadata ) from 8.0.0 to 8.2.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.0.0...v8.2.0 )
---
updated-dependencies:
- dependency-name: importlib-metadata
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-29 23:05:33 +00:00
manuelcortez
cc30c676ef
Updated translation catalogs
2024-07-28 00:55:28 +00:00
José Manuel Delicado
5132b7dbeb
Merge pull request #673 from MCV-Software/dependabot/pip/cx-freeze-7.2.0
...
Bump cx-freeze from 7.1.1 to 7.2.0
2024-07-23 07:41:48 +02:00
José Manuel Delicado
bab9215059
Merge pull request #674 from MCV-Software/dependabot/pip/pytest-8.3.1
...
Bump pytest from 8.2.2 to 8.3.1
2024-07-23 07:41:28 +02:00
José Manuel Delicado
d63ca0281b
Merge pull request #675 from MCV-Software/dependabot/pip/numpy-2.0.1
...
Bump numpy from 2.0.0 to 2.0.1
2024-07-23 07:41:11 +02:00
José Manuel Delicado
c0ce551727
Merge pull request #676 from MCV-Software/dependabot/pip/lief-0.15.0
...
Bump lief from 0.14.1 to 0.15.0
2024-07-23 07:40:56 +02:00
dependabot[bot]
2937ee6794
Bump lief from 0.14.1 to 0.15.0
...
Bumps [lief](https://github.com/sponsors/lief-project ) from 0.14.1 to 0.15.0.
- [Commits](https://github.com/sponsors/lief-project/commits )
---
updated-dependencies:
- dependency-name: lief
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-22 23:59:21 +00:00
dependabot[bot]
ae39b9496d
Bump numpy from 2.0.0 to 2.0.1
...
Bumps [numpy](https://github.com/numpy/numpy ) from 2.0.0 to 2.0.1.
- [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.0.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: numpy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-22 23:59:18 +00:00
dependabot[bot]
3dc226a15a
Bump pytest from 8.2.2 to 8.3.1
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.2.2 to 8.3.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.2.2...8.3.1 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-22 23:59:14 +00:00
dependabot[bot]
f1fcba5aa7
Bump cx-freeze from 7.1.1 to 7.2.0
...
Bumps [cx-freeze](https://github.com/marcelotduarte/cx_Freeze ) from 7.1.1 to 7.2.0.
- [Release notes](https://github.com/marcelotduarte/cx_Freeze/releases )
- [Commits](https://github.com/marcelotduarte/cx_Freeze/compare/7.1.1...7.2.0 )
---
updated-dependencies:
- dependency-name: cx-freeze
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-22 23:59:04 +00:00
manuelcortez
6fde0eea08
Updated translation catalogs
2024-07-21 00:55:23 +00:00
José Manuel Delicado
19509cc1fa
Merge pull request #671 from MCV-Software/dependabot/pip/coverage-7.6.0
...
Bump coverage from 7.5.4 to 7.6.0
2024-07-16 07:27:44 +02:00
dependabot[bot]
5ab652a7f7
Bump coverage from 7.5.4 to 7.6.0
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.5.4 to 7.6.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.5.4...7.6.0 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-15 23:54:33 +00:00
manuelcortez
767608584d
Updated translation catalogs
2024-07-14 00:55:25 +00:00
manuelcortez
1cb6f4889b
Updated translation catalogs
2024-07-07 00:55:20 +00:00
José Manuel Delicado
465ada9296
Merge pull request #670 from MCV-Software/dependabot/pip/certifi-2024.7.4
...
Bump certifi from 2024.6.2 to 2024.7.4
2024-07-06 09:38:13 +02:00
dependabot[bot]
6b78f91bc7
Bump certifi from 2024.6.2 to 2024.7.4
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2024.6.2 to 2024.7.4.
- [Commits](https://github.com/certifi/python-certifi/compare/2024.06.02...2024.07.04 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-06 02:25:33 +00:00
José Manuel Delicado
f13aad9d7f
Merge pull request #667 from MCV-Software/dependabot/pip/importlib-metadata-8.0.0
...
Bump importlib-metadata from 7.2.1 to 8.0.0
2024-07-02 07:31:36 +02:00
José Manuel Delicado
e72b4cd997
Merge pull request #668 from MCV-Software/dependabot/pip/pillow-10.4.0
...
Bump pillow from 10.3.0 to 10.4.0
2024-07-02 07:31:19 +02:00
José Manuel Delicado
9d13060d65
Merge pull request #669 from MCV-Software/dependabot/pip/numpy-2.0.0
...
Bump numpy from 1.26.4 to 2.0.0
2024-07-02 07:30:57 +02:00
dependabot[bot]
edb0f0cb2a
Bump numpy from 1.26.4 to 2.0.0
...
Bumps [numpy](https://github.com/numpy/numpy ) from 1.26.4 to 2.0.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/v1.26.4...v2.0.0 )
---
updated-dependencies:
- dependency-name: numpy
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-01 23:58:40 +00:00
dependabot[bot]
06f68eacf8
Bump pillow from 10.3.0 to 10.4.0
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 10.3.0 to 10.4.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/10.3.0...10.4.0 )
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-01 23:58:23 +00:00
dependabot[bot]
3ac12bb179
Bump importlib-metadata from 7.2.1 to 8.0.0
...
Bumps [importlib-metadata](https://github.com/python/importlib_metadata ) from 7.2.1 to 8.0.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/v7.2.1...v8.0.0 )
---
updated-dependencies:
- dependency-name: importlib-metadata
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-01 23:58:13 +00:00
manuelcortez
ee294908ff
Updated translation catalogs
2024-06-30 00:55:20 +00:00
José Manuel Delicado
1b5bb3b7ae
Merge pull request #662 from MCV-Software/dependabot/pip/psutil-6.0.0
...
Bump psutil from 5.9.8 to 6.0.0
2024-06-25 07:28:54 +02:00
José Manuel Delicado
9142cad3c2
Merge pull request #663 from MCV-Software/dependabot/pip/packaging-24.1
...
Bump packaging from 24.0 to 24.1
2024-06-25 07:28:35 +02:00
José Manuel Delicado
81c09e6759
Merge pull request #664 from MCV-Software/dependabot/pip/importlib-metadata-7.2.1
...
Bump importlib-metadata from 7.1.0 to 7.2.1
2024-06-25 07:28:19 +02:00
José Manuel Delicado
db7d032916
Merge pull request #665 from MCV-Software/dependabot/pip/coverage-7.5.4
...
Bump coverage from 7.5.3 to 7.5.4
2024-06-25 07:28:01 +02:00
José Manuel Delicado
69729f5ac0
Merge pull request #666 from MCV-Software/dependabot/pip/pytest-8.2.2
...
Bump pytest from 8.2.1 to 8.2.2
2024-06-25 07:27:44 +02:00
dependabot[bot]
d5235e7881
Bump pytest from 8.2.1 to 8.2.2
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.2.1 to 8.2.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.2.1...8.2.2 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-24 23:29:25 +00:00
dependabot[bot]
9e4691bc05
Bump coverage from 7.5.3 to 7.5.4
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.5.3 to 7.5.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.5.3...7.5.4 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-24 23:29:18 +00:00
dependabot[bot]
738182cf3a
Bump importlib-metadata from 7.1.0 to 7.2.1
...
Bumps [importlib-metadata](https://github.com/python/importlib_metadata ) from 7.1.0 to 7.2.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/v7.1.0...v7.2.1 )
---
updated-dependencies:
- dependency-name: importlib-metadata
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-24 23:29:07 +00:00
dependabot[bot]
ab2def8145
Bump packaging from 24.0 to 24.1
...
Bumps [packaging](https://github.com/pypa/packaging ) from 24.0 to 24.1.
- [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.0...24.1 )
---
updated-dependencies:
- dependency-name: packaging
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-24 23:29:03 +00:00
dependabot[bot]
9226ecdd90
Bump psutil from 5.9.8 to 6.0.0
...
Bumps [psutil](https://github.com/giampaolo/psutil ) from 5.9.8 to 6.0.0.
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst )
- [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.8...release-6.0.0 )
---
updated-dependencies:
- dependency-name: psutil
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-24 23:28:57 +00:00
manuelcortez
0ec60eb54f
Updated translation catalogs
2024-06-23 00:55:12 +00:00
José Manuel Delicado
ae08334335
Merge pull request #654 from MCV-Software/dependabot/pip/requests-2.32.3
...
Bump requests from 2.32.2 to 2.32.3
2024-06-18 14:58:59 +02:00
José Manuel Delicado
a0aa6262f9
Merge pull request #657 from MCV-Software/dependabot/pip/certifi-2024.6.2
...
Bump certifi from 2024.2.2 to 2024.6.2
2024-06-18 14:58:44 +02:00
José Manuel Delicado
10b8b4214e
Merge pull request #655 from MCV-Software/dependabot/pip/coverage-7.5.3
...
Bump coverage from 7.5.2 to 7.5.3
2024-06-18 07:36:08 +02:00
dependabot[bot]
cea32f95d0
Bump coverage from 7.5.2 to 7.5.3
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.5.2 to 7.5.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.5.2...7.5.3 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-18 05:34:51 +00:00
José Manuel Delicado
b27be24cb7
Merge pull request #660 from MCV-Software/dependabot/pip/urllib3-2.2.2
...
Bump urllib3 from 2.2.1 to 2.2.2
2024-06-18 07:33:51 +02:00
José Manuel Delicado
5c321e7601
Merge pull request #661 from MCV-Software/dependabot/pip/cx-freeze-7.1.1
...
Bump cx-freeze from 7.1.0 to 7.1.1
2024-06-18 07:33:33 +02:00
dependabot[bot]
1ebbd90701
Bump cx-freeze from 7.1.0 to 7.1.1
...
Bumps [cx-freeze](https://github.com/marcelotduarte/cx_Freeze ) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/marcelotduarte/cx_Freeze/releases )
- [Commits](https://github.com/marcelotduarte/cx_Freeze/compare/7.1.0...7.1.1 )
---
updated-dependencies:
- dependency-name: cx-freeze
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-17 23:49:06 +00:00
dependabot[bot]
70883d844b
Bump urllib3 from 2.2.1 to 2.2.2
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.2.1 to 2.2.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.2.1...2.2.2 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-17 22:52:58 +00:00
manuelcortez
d01085427a
Updated translation catalogs
2024-06-16 00:55:19 +00:00
José Manuel Delicado
ee74605b19
Merge pull request #659 from MCV-Software/dependabot/pip/zipp-3.19.2
...
Bump zipp from 3.19.0 to 3.19.2
2024-06-11 07:29:50 +02:00
dependabot[bot]
aaf7fca14a
Bump zipp from 3.19.0 to 3.19.2
...
Bumps [zipp](https://github.com/jaraco/zipp ) from 3.19.0 to 3.19.2.
- [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.19.0...v3.19.2 )
---
updated-dependencies:
- dependency-name: zipp
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-10 23:49:28 +00:00
manuelcortez
9ed6af000d
Updated translation catalogs
2024-06-09 00:55:13 +00:00
Corentin Bacqué-Cazenave
d24f114636
Translated using Weblate (French)
...
Currently translated at 100.0% (669 of 669 strings)
Translation: TWBlue/TWBlue
Translate-URL: https://weblate.mcvsoftware.com/projects/twblue/twblue/fr/
2024-06-04 10:03:12 -06:00
dependabot[bot]
fd3ac675f4
Bump certifi from 2024.2.2 to 2024.6.2
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2024.2.2 to 2024.6.2.
- [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2024.06.02 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-03 23:43:55 +00:00
dependabot[bot]
4d161c3c7c
Bump requests from 2.32.2 to 2.32.3
...
Bumps [requests](https://github.com/psf/requests ) from 2.32.2 to 2.32.3.
- [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.2...v2.32.3 )
---
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-03 23:43:32 +00:00
Riku
89dd25370a
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (669 of 669 strings)
Translation: TWBlue/TWBlue
Translate-URL: https://weblate.mcvsoftware.com/projects/twblue/twblue/ja/
2024-06-02 20:46:32 -06:00
manuelcortez
cdeb0ece1c
Updated translation catalogs
2024-06-02 00:55:10 +00:00
José Manuel Delicado
13c6094a89
Merge pull request #652 from MCV-Software/dependabot/pip/cx-freeze-7.1.0
...
Bump cx-freeze from 7.0.0 to 7.1.0
2024-05-28 08:12:09 +02:00
dependabot[bot]
2fd756aaff
Bump cx-freeze from 7.0.0 to 7.1.0
...
Bumps [cx-freeze](https://github.com/marcelotduarte/cx_Freeze ) from 7.0.0 to 7.1.0.
- [Release notes](https://github.com/marcelotduarte/cx_Freeze/releases )
- [Commits](https://github.com/marcelotduarte/cx_Freeze/compare/7.0.0...7.1.0 )
---
updated-dependencies:
- dependency-name: cx-freeze
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-28 06:10:10 +00:00
José Manuel Delicado
9eb87d50f6
Merge pull request #650 from MCV-Software/dependabot/pip/zipp-3.19.0
...
Bump zipp from 3.18.2 to 3.19.0
2024-05-28 08:09:21 +02:00
José Manuel Delicado
1ec32bf119
Merge pull request #651 from MCV-Software/dependabot/pip/requests-2.32.2
...
Bump requests from 2.32.1 to 2.32.2
2024-05-28 08:09:02 +02:00
José Manuel Delicado
9df58cc7b5
Merge pull request #653 from MCV-Software/dependabot/pip/coverage-7.5.2
...
Bump coverage from 7.5.1 to 7.5.2
2024-05-28 08:08:25 +02:00
dependabot[bot]
281a6853d8
Bump coverage from 7.5.1 to 7.5.2
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.5.1 to 7.5.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.5.1...7.5.2 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-27 23:24:57 +00:00
dependabot[bot]
5223d64f59
Bump requests from 2.32.1 to 2.32.2
...
Bumps [requests](https://github.com/psf/requests ) from 2.32.1 to 2.32.2.
- [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.1...v2.32.2 )
---
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-27 23:24:45 +00:00
dependabot[bot]
915dcad2e9
Bump zipp from 3.18.2 to 3.19.0
...
Bumps [zipp](https://github.com/jaraco/zipp ) from 3.18.2 to 3.19.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.18.2...v3.19.0 )
---
updated-dependencies:
- dependency-name: zipp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-27 23:24:42 +00:00
manuelcortez
a2ebbcba60
Updated translation catalogs
2024-05-26 00:55:14 +00:00
Corentin Bacqué-Cazenave
089c984fbb
Translated using Weblate (French)
...
Currently translated at 100.0% (670 of 670 strings)
Translation: TWBlue/TWBlue
Translate-URL: https://weblate.mcvsoftware.com/projects/twblue/twblue/fr/
2024-05-25 00:46:32 -06:00
Mohamed
9d66b23c8e
Impoved persons template shortcut
2024-05-24 18:35:35 -04:00
Mohamed
33ccb0a8a9
Improved shortcut for proxy server
2024-05-24 18:31:11 -04:00
Mohamed
c06c6beff4
Added keyboard shortcuts for account and global settings dialogs
2024-05-24 18:24:33 -04:00
438115d8e8
Fix: Removed line previously used for debug. Should close #637
2024-05-24 15:40:36 -06:00
650747f423
Merge pull request #646 from Mohamed00/communityTimelineShortcuts
...
Added keyboard shortcuts in community timeline dialog
2024-05-24 15:36:47 -06:00
Mohamed
80dd29fb13
Added keyboard shortcuts for radio buttons in community timeline dialog
2024-05-24 17:19:03 -04:00
28283c72a3
Merge pull request #645 from Mohamed00/viewProfileShortcuts
...
Added keyboard shortcuts to view profile dialog
2024-05-23 21:24:36 -06:00
Mohamed
30ce19ad6c
Added keyboard shortcuts to view profile dialog
2024-05-23 19:54:47 -04:00
a17616b3dc
Release TWBlue 2024.05.23
2024-05-23 17:29:28 -06:00
Corentin Bacqué-Cazenave
d5ad0fede5
Translated using Weblate (French)
...
Currently translated at 97.0% (650 of 670 strings)
Translation: TWBlue/TWBlue
Translate-URL: https://weblate.mcvsoftware.com/projects/twblue/twblue/fr/
2024-05-23 13:15:20 -06:00
52ee056759
Translated using Weblate (Spanish)
...
Currently translated at 99.4% (666 of 670 strings)
Translation: TWBlue/TWBlue
Translate-URL: https://weblate.mcvsoftware.com/projects/twblue/twblue/es/
2024-05-23 09:59:46 -06:00
fe43ce562c
Feat: Read long posts from GUI
2024-05-22 17:55:52 -06:00
503bf72b11
change: Removed some settings that are no longer needed from our global settings dialog.
2024-05-22 17:42:23 -06:00
14a956d207
Change: Change the way sessions are named to put the account first, then the social network.
2024-05-22 16:28:06 -06:00
Mohamed
cd9756ae61
Added keyboard shortcut for create community timeline action
2024-05-21 14:59:47 -04:00
68651ff736
Feat: Open conversations from community timelines.
2024-05-21 12:50:43 -06:00
49c32ad4b8
doc: Updated changelog
2024-05-21 12:43:00 -06:00
bd69745cef
Merge pull request #643 from Mohamed00/profileShortcuts
...
Added keyboard shortcuts to update profile dialog
2024-05-21 12:28:34 -06:00
Mohamed
404e545a6d
Added keyboard shortcuts to update profile dialog
2024-05-21 13:36:10 -04:00
23468c7c63
Merge pull request #640 from MCV-Software/dependabot/pip/requests-2.32.1
...
Bump requests from 2.31.0 to 2.32.1
2024-05-20 17:38:29 -06:00
fb08352a91
Merge pull request #641 from MCV-Software/dependabot/pip/pytest-8.2.1
...
Bump pytest from 8.2.0 to 8.2.1
2024-05-20 17:38:04 -06:00
00b33550f4
Merge pull request #642 from MCV-Software/dependabot/pip/zipp-3.18.2
...
Bump zipp from 3.18.1 to 3.18.2
2024-05-20 17:37:35 -06:00
dependabot[bot]
1b61545375
---
...
updated-dependencies:
- dependency-name: zipp
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-20 23:10:10 +00:00
dependabot[bot]
31beabe86e
---
...
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-20 23:10:04 +00:00
dependabot[bot]
bb531a41d0
---
...
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-20 23:09:51 +00:00
6db1e0b79c
fix: Display unicode characters on some dialogs
2024-05-19 19:05:03 -06:00
94ad7ce180
Fix: Added proper name to local and federated timelines for instances on startup.
2024-05-19 19:04:34 -06:00
manuelcortez
7112d0e159
Updated translation catalogs
2024-05-19 00:55:03 +00:00
5620635a36
Updated version files
2024-05-18 18:51:14 -06:00