Sebastian Palencsar
e95a23bc20
M3 namespace migration: complete Phase B, partial Phase D, docs and tests
...
- Native runtime under bearhub/ (api, commons, gems, view/util, view/core, view/qt)
- bauh/ compatibility re-export shims for legacy imports
- Phase D: canonical __version__/__app_name__ in bearhub/__init__.py; pyproject.toml
and setup.py point at bearhub package
- Native gem loader at bearhub/view/core/gems.py
- Namespace compatibility tests (159 tests passing)
- Documentation: CHANGELOG [Unreleased], NAMESPACE_MIGRATION, ROADMAP, README,
CONTRIBUTING, docs/qt6-migration.md, packaging/aur/README.md
2026-06-27 10:26:41 +02:00
Sebastian Palencsar
da377aecdc
AUR bearhub: fix stale source cache collision (pkgrel=10)
...
Use tag-specific tarball name bearhub-0.10.7-bearhub.6.tar.gz so makepkg
and AUR helpers do not reuse an outdated bearhub-0.10.7.tar.gz from cache.
Ignore makepkg artifacts under packaging/aur/.
2026-06-27 10:18:54 +02:00
Sebastian Palencsar
4a119968bc
Release 0.10.7-bearhub.6
...
Complete M1 identity work, fix runtime URL regressions, repair the test
suite, add CI, migrate packaging/AppImage branding to Bearhub, and
document the Qt6/PySide6 migration plan.
2026-06-26 19:22:28 +02:00
Sebastian Palencsar
4507023da2
Work around Wayland Qt5 crash by forcing xcb in desktop launchers
2026-05-31 16:34:24 +02:00
Sebastian Palencsar
ed660c41a2
Migrate core config module to bearhub namespace
2026-05-31 16:07:22 +02:00
Sebastian Palencsar
21c9c6a723
Migrate CLI modules to bearhub namespace with bauh wrappers
2026-05-31 16:04:48 +02:00
Sebastian Palencsar
15a3cd485a
Migrate app/manage/tray modules to bearhub namespace with bauh wrappers
2026-05-31 15:59:32 +02:00
Sebastian Palencsar
aa943e9cae
Migrate first module slice to bearhub namespace with compatibility wrappers
2026-05-31 15:55:35 +02:00
Sebastian Palencsar
f7298430bc
Fix QThread initialization in warnings worker
2026-05-28 08:15:35 +02:00
Sebastian Palencsar
a18fde27cc
Replace app logo with new Bearhub SVG
2026-05-28 07:07:19 +02:00
Sebastian Palencsar
10b708d87b
Refine Arch pre-upgrade warning wording
2026-05-28 06:06:51 +02:00
Sebastian Palencsar
f75046eaa8
Add Arch news and .pacnew checks before system upgrade
2026-05-28 06:05:30 +02:00
Sebastian Palencsar
1d3feeae63
Remove Snap support from Bearhub
2026-05-28 06:00:37 +02:00
Sebastian Palencsar
ce09e8b0d1
Switch runtime app identity to bearhub with legacy path migration
2026-05-28 05:54:59 +02:00
Sebastian Palencsar
93fd715925
Polish Bearhub branding in UI and metadata
2026-05-28 05:51:29 +02:00
Sebastian Palencsar
68051b2b34
Remove Debian support from Bearhub
2026-05-26 08:58:17 +02:00
Sebastian Palencsar
d541a4cbcf
Modernize runtime compatibility and initialize Bearhub fork
2026-05-26 08:35:29 +02:00
KoromeloDev
b1ea479a3a
Update Russian language translation
2024-10-13 09:56:09 -03:00
albanobattistella
03146e444a
Update it ( #366 )
2024-07-05 07:33:44 -03:00
albanobattistella
79aeb8824e
Update it ( #363 )
2024-07-02 12:59:10 -03:00
NoobKozlegeny
4cd1172eda
[FEATURE] Ability to check/uncheck optional dependencies at once ( #360 )
2024-05-25 08:30:16 -03:00
Andriy
49a39802ca
Removing unnatural spaces (en)
2024-04-19 13:58:46 -03:00
Vinícius Moreira
cf3d3ae5c9
Merge pull request #345 from antipeth/master
...
Add Simplified Chinese translation
2024-02-04 19:53:35 -03:00
Vinícius Moreira
a718c3d50d
Merge pull request #350 from Boria138/fix-arch-detect
...
Added checking the /etc/os-release file
2024-01-30 07:34:41 -03:00
Vinícius Moreira
ab093ce843
Merge pull request #348 from albanobattistella/patch-5
...
Update it
2024-01-30 07:33:02 -03:00
Boria138
9be612fec6
Added checking the /etc/os-release file
...
I'm using an arch-based distribution in
which does not have an arch-release file but has an ID_LIKE line in os-release
2024-01-23 13:05:11 +06:00
albanobattistella
de63f62fd6
Update it
2024-01-20 14:36:11 +01:00
albanobattistella
280157441f
Update it
2024-01-20 14:24:43 +01:00
antipeth
ef12c05abf
Add Simplified Chinese translation
2024-01-12 22:15:49 +08:00
antipeth
9d83191331
Add Simplified Chinese translation
2024-01-12 22:13:11 +08:00
antipeth
848be116c4
Add Simplified Chinese translation
2024-01-12 17:10:40 +08:00
Vinicius Moreira
e2686e3c54
[gems.appimage] fix: github URL checking
2024-01-10 16:58:11 -03:00
Vinicius Moreira
00c3c34d15
[view.qt] fix: name filter not working for camel case
2024-01-08 18:15:34 -03:00
Vinicius Moreira
c44ab712ff
[view.qt] fix: 'name' filter not working for packages whose names contain the typed word
2024-01-08 15:24:14 -03:00
Vinicius Moreira
d9bfc63b4e
bumping version to 0.10.7
2024-01-06 08:02:51 -03:00
Vinicius Moreira
181edeeb57
[gems.appimage] fix: regression on the database backend preventing long time installed AppImages to receive updates
2024-01-06 08:01:11 -03:00
Vinicius Moreira
2e063b021a
[view] adding missing category translations
2023-12-22 14:23:31 -03:00
Vinicius Moreira
78618eb70c
[view] fix: random segmentation fault errors caused by the cache cleaner thread
2023-12-20 08:17:29 -03:00
Vinicius Moreira
a084d8bf31
[view.qt] info dialog: only show the 'open' button if 'xdg-open' is installed
2023-12-19 15:24:09 -03:00
Vinicius Moreira
4155b05bbd
i18n: more category translations
2023-12-19 14:54:31 -03:00
Vinicius Moreira
646f46c5ba
i18n: more category translations
2023-12-18 16:53:14 -03:00
Vinicius Moreira
efff406e22
enhancement: improving download benchmark logging
2023-12-17 13:01:19 -03:00
Vinicius Moreira
0306114a3b
[api] fix: not accepting all possible GET requests success responses
2023-12-17 13:00:37 -03:00
Vinicius Moreira
72839d8763
more translations
2023-12-15 16:47:26 -03:00
Vinicius Moreira
0bc66a9d16
[view.core] fix: not handling exceptions when downloading a file
2023-12-14 14:17:57 -03:00
Vinicius Moreira
e44db92a1d
[view.qt] fix: not handling download exceptions
2023-12-14 14:15:56 -03:00
Vinicius Moreira
5a01087f00
enhancement: replacing wget by new download implementation
2023-12-14 13:22:23 -03:00
Vinicius Moreira
da5cbdce6f
[view.qt] enhancement: displaying the screenshot download progress
2023-12-13 09:52:46 -03:00
Vinicius Moreira
3b7b22c9c7
[view.qt] refactoring: using a different approach to cancel file downloads to keep compatibility with older Python versions
2023-12-12 18:14:12 -03:00
Vinicius Moreira
e770dbc127
[view.qt] fix: not updating filters index when ignoring package updates
2023-12-06 10:24:01 -03:00