Commit Graph

3021 Commits

Author SHA1 Message Date
Jesús Pavón Abián
0d8395c6fc Recuperar código antiguo que funciona. Limpiar basura. 2026-02-01 20:21:44 +01:00
Jesús Pavón Abián
86adf2311a Arreglado un problema con inicio de sesiones 2026-02-01 20:15:10 +01:00
Jesús Pavón Abián
8402bc6d82 OCR en imágenes funciona. 2026-02-01 19:49:49 +01:00
Jesús Pavón Abián
c275ed9cf8 Refactor 2026-02-01 19:15:31 +01:00
Jesús Pavón Abián
13a9a6538d Sonidos 2026-02-01 19:03:36 +01:00
Jesús Pavón Abián
25ecd8b5fd Terminando de refactorizar 2026-02-01 18:58:38 +01:00
Jesús Pavón Abián
5d4ac82c4d Refactor 2026-02-01 15:04:26 +01:00
Jesús Pavón Abián
de10c927d9 Refactorización. Casi finalizado a falta de testeo profundo 2026-02-01 14:57:17 +01:00
Jesús Pavón Abián
ca3ee06738 Refactor 2026-02-01 14:48:00 +01:00
Jesús Pavón Abián
6ee67cc886 Commit de no perder cambios 2026-02-01 13:57:01 +01:00
Jesús Pavón Abián
f45af14229 Paginación 2026-02-01 13:17:49 +01:00
Jesús Pavón Abián
a99611215e Botones de interfaz gráficas ahora funcionan. 2026-02-01 13:16:54 +01:00
Jesús Pavón Abián
2b978bcafc Refactorización 2026-02-01 13:13:00 +01:00
Jesús Pavón Abián
fdcc77989e Más hilos 2026-02-01 13:08:35 +01:00
Jesús Pavón Abián
3e239f05c8 Los hilos funcionan ahora como en Mastodon. Refactorización de código 2026-02-01 13:07:16 +01:00
Jesús Pavón Abián
9bb1522eca Hilos funcionan. 2026-02-01 13:01:32 +01:00
Jesús Pavón Abián
6a5e4407ac Arreglado ver perfil. 2026-02-01 12:49:33 +01:00
Jesús Pavón Abián
d87d7ffcb5 Título de converrsaciones 2026-02-01 12:39:50 +01:00
Jesús Pavón Abián
4a9214ab71 Funciona ver posts. 2026-02-01 12:33:56 +01:00
Jesús Pavón Abián
f5b19b3457 Cambios 2026-02-01 11:59:04 +01:00
Jesús Pavón Abián
87915d9f22 Se ven posts con atajos 2026-02-01 10:45:24 +01:00
Jesús Pavón Abián
f7f12a1c7b Terminando integración 2026-02-01 10:42:05 +01:00
Jesús Pavón Abián
ec8d6ecada Merge next-gen 2026-02-01 09:07:27 +01:00
José Manuel Delicado
e2156efa14 Merge pull request #898 from MCV-Software/dependabot/pip/markdown-3.10.1
Some checks failed
Update translation files / update_catalogs (push) Has been cancelled
build(deps): bump markdown from 3.10 to 3.10.1
2026-01-27 07:41:39 +01:00
dependabot[bot]
a919d31f7c build(deps): bump markdown from 3.10 to 3.10.1
Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.10 to 3.10.1.
- [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.10.0...3.10.1)

---
updated-dependencies:
- dependency-name: markdown
  dependency-version: 3.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-27 00:36:26 +00:00
José Manuel Delicado
1f7459800a Merge pull request #894 from MCV-Software/dependabot/pip/coverage-7.13.2
build(deps): bump coverage from 7.13.1 to 7.13.2
2026-01-26 16:15:43 +01:00
José Manuel Delicado
3b64f5f35a Merge pull request #895 from MCV-Software/dependabot/pip/types-python-dateutil-2.9.0.20260124
build(deps): bump types-python-dateutil from 2.9.0.20251115 to 2.9.0.20260124
2026-01-26 16:15:18 +01:00
dependabot[bot]
cdb97579e9 build(deps): bump types-python-dateutil
Bumps [types-python-dateutil](https://github.com/typeshed-internal/stub_uploader) from 2.9.0.20251115 to 2.9.0.20260124.
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits)

---
updated-dependencies:
- dependency-name: types-python-dateutil
  dependency-version: 2.9.0.20260124
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-26 15:12:42 +00:00
dependabot[bot]
51d019f035 build(deps): bump coverage from 7.13.1 to 7.13.2
Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.13.1 to 7.13.2.
- [Release notes](https://github.com/coveragepy/coveragepy/releases)
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)
- [Commits](https://github.com/coveragepy/coveragepy/compare/7.13.1...7.13.2)

---
updated-dependencies:
- dependency-name: coverage
  dependency-version: 7.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-26 15:12:41 +00:00
beb676d9ab mastodon: fix: ensure pagination works correctly with pinned posts
Some checks failed
Update translation files / update_catalogs (push) Failing after 3s
2026-01-21 12:00:50 -06:00
e5822ac8ee mastodon: feat: implement support for sending quoted posts 2026-01-21 10:57:00 -06:00
320c7a361c Fix HTML entity decoding when editing Mastodon posts (#893) 2026-01-21 08:44:13 -06:00
7c131b6936 keystroke editor: expand available actions and update keymaps
Some checks failed
Update translation files / update_catalogs (push) Failing after 29s
2026-01-16 13:59:02 -06:00
198b1eefb7 Merge branch 'next-gen' of github.com:mcv-software/twblue into next-gen 2026-01-13 00:44:46 -06:00
363d2082c0 release a new version in our updates system 2026-01-13 00:43:46 -06:00
José Manuel Delicado
d65109d935 Merge pull request #891 from MCV-Software/dependabot/pip/numpy-2.4.1
build(deps): bump numpy from 2.4.0 to 2.4.1
2026-01-13 07:29:51 +01:00
9688c20dd9 Added nsis to github actions' path v2026.01.13 2026-01-13 00:15:19 -06:00
4d20d7744a Update workflow (again) 2026-01-13 00:04:00 -06:00
29e52288df Update release workflow to install nsis prior to generating the installer 2026-01-13 00:01:19 -06:00
9ed2f6771e Fix setup.py with cx_freeze 8 API changes 2026-01-12 23:44:21 -06:00
302c22ab9f Updated setuptools to attempt a build v2026.01.12 2026-01-12 23:17:21 -06:00
da493a88ea change: Update python version to latest 3.13 2026-01-12 23:06:35 -06:00
dependabot[bot]
0512d53043 build(deps): bump numpy from 2.4.0 to 2.4.1
Bumps [numpy](https://github.com/numpy/numpy) from 2.4.0 to 2.4.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.4.0...v2.4.1)

---
updated-dependencies:
- dependency-name: numpy
  dependency-version: 2.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-13 03:47:36 +00:00
04dca7681b Revert updater for a while 2026-01-12 20:42:15 -06:00
04843616b3 feat: update updates.json for version 2026.01.12 and remove win32 support 2026-01-12 20:35:07 -06:00
512e2e1684 docs: update changelog and release notes for upcoming release 2026-01-12 02:31:45 -06:00
7a9337c07a feat(mastodon): Add support for editing announcement templates
Updated the template editor and account settings to allow customization of announcement display:

- Added default announcement template to mastodon.defaults.

- Updated templateEditor to recognize announcement variables.

- Added 'Edit template for announcements' button to account configuration dialog.

- Implemented template saving logic in settings controller.
2026-01-12 02:04:20 -06:00
15a9df2ca9 feat(mastodon): Add support for server announcements
Implemented a new 'Announcements' buffer to view instance-wide news. Features include:

- New buffer and UI panel for announcements.

- Support for templates and rendering of announcement content.

- 'Dismiss' functionality (mapped to Enter/Return) to mark announcements as read.

- Integrated into account settings for buffer management.
2026-01-12 01:53:03 -06:00
4df58f0880 Updaed changelog 2026-01-12 01:05:16 -06:00
Jesús Pavón Abián
56d05b60a1 Avance 2026-01-11 20:16:39 +01:00