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
d541a4cbcf
Modernize runtime compatibility and initialize Bearhub fork
2026-05-26 08:35:29 +02: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
Vinicius Moreira
78618eb70c
[view] fix: random segmentation fault errors caused by the cache cleaner thread
2023-12-20 08:17:29 -03:00
Bruno Cabral
fb4109bd77
flake warnings ( #304 )
2022-12-12 07:44:27 -03:00
Vinicius Moreira
1ded68d1d5
[view] fix: checking wrong disk cache path
2022-05-24 11:58:05 -03:00
Vinicius Moreira
fc29a1a7e9
[arch] fix: not filling cached data for installed suggestions
2022-05-20 18:16:00 -03:00
Vinicius Moreira
ba2e3c4f35
improvement: --reset now cleans the temporary files as well
2021-12-24 08:20:49 -03:00
Vinicius Moreira
68ce25b287
[AppImage package] fix: not able to reinitialize
2021-12-22 17:49:26 -03:00
Vinicius Moreira
06035bb97e
[api.paths] refactoring: CACHE_PATH renamed to CACHE_DIR
2021-11-25 16:09:42 -03:00
Vinicius Moreira
47348c4b6c
[api] refactoring: CONFIG_PATH constant renamed to CONFIG_DIR
2021-11-25 15:41:09 -03:00
Vinicius Moreira
aa889dcd51
[api] refactoring: caching directory for root user is now /var/cache/bauh
2021-11-24 10:34:04 -03:00
Vinicius Moreira
8f9810bd69
[api] refactoring: 'constants' module renamed to 'paths'
2021-11-23 17:53:05 -03:00
Vinicius Moreira
5fd161888a
[arch] feature -> AUR: new custom action to quickly reinstall a package
2021-01-13 15:28:19 -03:00
Vinicius Moreira
adfb265dc3
[appimage] improvements -> database files only updated when expired
2020-12-23 13:39:58 -03:00
Vinicius Moreira
cf17a91b83
[arch] improvement -> AUR: upgrade checking now considers modification dates as well
2020-12-17 18:35:34 -03:00
Vinícius Moreira
7f4f2c805c
[feature] new 'restore' custom action
2020-05-09 14:52:01 -03:00
Vinícius Moreira
d840ece02a
[fix] crashes when Python is not able to retrieve the default locale
2020-04-13 12:21:08 -03:00
Vinícius Moreira
01a60ea686
0.9.0
2020-04-13 11:49:28 -03:00
Vinícius Moreira
5627f2021a
[i18n][ru] fix missing separator
2020-02-20 15:55:11 -03:00
Vinícius Moreira
b530cbe0fc
[ui][settings] supported types working
2020-01-24 18:17:52 -03:00
Vinícius Moreira
8b77c87dab
[fix] missing categories i18n
2020-01-09 12:20:34 -03:00
Vinícius Moreira
5e2529456f
[icon] notifications and panel favor the system's default
2019-12-20 13:52:29 -03:00
Vinícius Moreira
991986bd63
Merge branch 'staging' into wgem
...
# Conflicts:
# CHANGELOG.md
# bauh/__init__.py
2019-12-20 10:37:50 -03:00
Vinícius Moreira
d2077def93
[fix] Fix missing i18n keys when there are no mapped translations for the system's default locale
2019-12-20 10:23:36 -03:00
Vinícius Moreira
b4d3a48112
[wgem] handling i18n suggestion description | fix indexed search
2019-12-17 13:11:38 -03:00
Vinícius Moreira
e407d97d45
[wgem] fix icon path definition and caching | param --reset cleaning the web environment as well
2019-12-16 12:26:12 -03:00
Vinícius Moreira
07b232def9
[translation] not raising an error when a i18n key is not found
2019-12-13 17:52:12 -03:00
Vinícius Moreira
174349cf5b
[wgem] adding category
2019-12-13 16:35:00 -03:00
Vinicius Moreira
5e7c4a1b06
[feature] new parameter --clean to remove configuration and cache files
2019-11-27 13:22:01 -03:00
Vinicius Moreira
b59cb347c4
[improvement] Not breaking the application when a i18n (translation) key was not found
2019-11-25 13:09:50 -03:00
Vinicius Moreira
2c5f2f9a9a
[flatpak] fix: runtimes update-checking for version 1.5.x | [cache] fix: thread lock
2019-10-16 13:06:02 -03:00
Vinicius Moreira
9aa33d7cbd
CacheCleaner removed due to random crashes associated with Python threading lock
2019-10-14 16:51:34 -03:00
Vinicius Moreira
d4e1f84e52
[view feature] rendering all package images | replacing Cache thread lock by process lock
2019-10-14 13:43:24 -03:00
Vinicius Moreira
69dd9b9396
refactoring: distro check for arch and snap gems
2019-10-09 18:14:54 -03:00
Vinicius Moreira
dac2e91528
Not updating translations when the default locale is different from 'en'
2019-10-01 12:29:57 -03:00
Vinicius Moreira
18238eb269
refactoring modules structure | improving README and CHANGELOG
2019-09-17 17:35:33 -03:00