Vinicius Moreira
|
86c61a7c45
|
[web.model] refactoring: String formatting method
|
2021-11-25 15:41:09 -03:00 |
|
Vinicius Moreira
|
47348c4b6c
|
[api] refactoring: CONFIG_PATH constant renamed to CONFIG_DIR
|
2021-11-25 15:41:09 -03:00 |
|
Vinicius Moreira
|
797bea4b6d
|
[arch] refactoring: CONFIG_DIR constant renamed to ARCH_CONFIG_DIR
|
2021-11-25 15:41:09 -03:00 |
|
Vinicius Moreira
|
43902e3ddc
|
[arch] refactoring: defining CONFIG_DIR constant based on CONFIG_PATH constant from 'api' module
|
2021-11-25 15:41:09 -03:00 |
|
Vinicius Moreira
|
184ce720f4
|
[appimage] refactoring: CONFIG_DIR constant renamed to APPIMAGE_CONFIG_DIR
|
2021-11-25 15:41:09 -03:00 |
|
Vinicius Moreira
|
cae69c5ba2
|
[flatpak] refactoring: CONFIG_DIR constant renamed to FLATPAK_CONFIG_DIR
|
2021-11-25 15:41:09 -03:00 |
|
Vinicius Moreira
|
a1683b6a7d
|
[api] refactoring: configuration directory for the root user is now located at '/etc/bauh'
|
2021-11-25 15:41:09 -03:00 |
|
Vinicius Moreira
|
ea52236ee8
|
[appimage] fix: not able to upgrade imported AppImage files (regression from 0.9.21)
|
2021-11-25 14:13:04 -03:00 |
|
Vinicius Moreira
|
dc6c2cbe7a
|
[appimage] fix: not able to import AppImage files (regression from 0.9.21)
|
2021-11-25 14:03:47 -03:00 |
|
Vinicius Moreira
|
e2b10903c0
|
[appimage] i18n: adding missing keys for 'fr' and 'it'
|
2021-11-25 13:49:38 -03:00 |
|
Vinicius Moreira
|
6875d62a16
|
[appimage] fix: trying to download a file without a URL associated with
|
2021-11-25 13:48:20 -03:00 |
|
Vinicius Moreira
|
99595dfbb2
|
[web.environment] refactoring: removing useless docstring
|
2021-11-25 13:15:55 -03:00 |
|
Vinicius Moreira
|
8a17d2c35b
|
[web.environment] refactoring: String formatting method
|
2021-11-25 13:14:55 -03:00 |
|
Vinicius Moreira
|
085e7e4af4
|
[web] refactoring: removing unneeded call to create the Electron cache directory
|
2021-11-25 13:14:30 -03:00 |
|
Vinicius Moreira
|
5e9409b6b7
|
[web] improvement: Electron cache moved to ~/.local/share/bauh/web/env/electron
|
2021-11-25 13:13:47 -03:00 |
|
Vinicius Moreira
|
83cc7cc134
|
[api] refactoring: temp dir now follow the patter /tmp/bauh@vinicius
|
2021-11-24 10:46:39 -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
|
f78498c1ec
|
[commons] refactoring: 'user' module moved to 'api'
|
2021-11-23 18:02:54 -03:00 |
|
Vinicius Moreira
|
8f9810bd69
|
[api] refactoring: 'constants' module renamed to 'paths'
|
2021-11-23 17:53:05 -03:00 |
|
Vinicius Moreira
|
c80845cde4
|
[view] improvement: displaying a tooltip with the missing dependencies for a supported packaging technology
|
2021-11-22 15:48:48 -03:00 |
|
Vinicius Moreira
|
5121bb40ef
|
[arch] refactoring: removing useless exception handling
|
2021-11-22 13:38:15 -03:00 |
|
Vinicius Moreira
|
1e11f80bed
|
[arch] fix: wget as a hard requirement for Arch package management
|
2021-11-22 13:30:37 -03:00 |
|
Vinicius Moreira
|
6a68588cd4
|
[appimage] improvement: not stopping the upgrade process when one of several applications have been selected to upgrade
|
2021-11-19 18:21:25 -03:00 |
|
Vinicius Moreira
|
8b59c2ae77
|
[appimage] refactoring: i18n key
|
2021-11-19 17:27:51 -03:00 |
|
Vinicius Moreira
|
93362878e3
|
[appimage] fix: uninstalling the application when download fails (dowgrading)
|
2021-11-19 17:22:14 -03:00 |
|
Vinicius Moreira
|
65df7654f9
|
[appimage] fix: uninstalling the application when an update download fails
|
2021-11-19 17:01:41 -03:00 |
|
Vinicius Moreira
|
e930a97966
|
[appimage] fix: displaying updates without the associated download URL for some applications
|
2021-11-17 15:49:10 -03:00 |
|
Vinicius Moreira
|
6e7c871b1a
|
[flatpak] fix: not displaying updates for partials listed as installed apps/runtimes
|
2021-11-09 13:12:06 -03:00 |
|
Vinicius Moreira
|
00fda53287
|
[flatpak] fix: partials split call
|
2021-11-09 13:00:19 -03:00 |
|
Vinicius Moreira
|
35ca24b680
|
[arch] refactoring: i18n (warning: AUR missing deps)
|
2021-11-09 12:51:56 -03:00 |
|
Vinicius Moreira
|
0a9133068e
|
[view] fix: displaying initial warnings related to supported technologies even when they are not enabled or have the required dependencies
|
2021-11-09 12:47:13 -03:00 |
|
Vinicius Moreira
|
d68bf1e53d
|
[flatpak] fix: not displaying the updates size for Flatpak 1.2
|
2021-11-09 12:28:41 -03:00 |
|
Vinicius Moreira
|
8488b086e6
|
[flatpak] fix: not displaying update components not associated with installed packages
|
2021-11-09 11:47:36 -03:00 |
|
Vinicius Moreira
|
75e16056c0
|
[flatpak] fix: nost listing updates for Flatpak 1.2
|
2021-11-05 14:17:03 -03:00 |
|
Vinicius Moreira
|
a6c065efb6
|
[flatpak] fix: not listing installed packages for Flatpak 1.2
|
2021-11-05 13:48:51 -03:00 |
|
Vinicius Moreira
|
d41f04e74e
|
[appimage] improvement: not displaying 'imported' besides the imported application name on the table (only for the name tip)
|
2021-11-03 15:16:28 -03:00 |
|
Vinicius Moreira
|
d9d647fdbf
|
[appimage] improvement: validating the AppImage file extension when updating imported files
|
2021-11-03 15:10:28 -03:00 |
|
Vinicius Moreira
|
c0ce28e1d6
|
[appimage] fix: not displaying the filter for any kind of file (*) when updating imported AppImages
|
2021-11-03 14:36:49 -03:00 |
|
Vinicius Moreira
|
e2ec2b1bc1
|
[gem.arch] improvement: 'rebuild-detector' integration disabled by default
|
2021-08-23 14:43:19 -03:00 |
|
Vinicius Moreira
|
23731c7434
|
[gem.appimage] improvement: hiding the app's launching output
|
2021-08-23 14:32:23 -03:00 |
|
Vinicius Moreira
|
895ec7c643
|
[gem.appimage] fix: info button remains 'clickable' after an imported Appimage is uninstalled
|
2021-08-23 14:25:09 -03:00 |
|
Vinicius Moreira
|
8bfdf700d4
|
[gen.appimage] fix: search is not matching manually installed applications
|
2021-08-23 11:21:01 -03:00 |
|
Vinicius Moreira
|
098675aa27
|
[gem.appimage] improvement: manual installation: adding generic file filter extension (.*) since some desktop environments filters are case sensitive
|
2021-08-23 09:59:32 -03:00 |
|
Vinicius Moreira
|
db0e24e2be
|
[gem.appimage] improvement: mapping the 'Description' field as the 'Comment' field for generated .desktop files
|
2021-08-23 09:31:23 -03:00 |
|
Vinicius Moreira
|
a2f44d9542
|
[gems.appimage] fix: manual installation is not generating desktop entries for AppImage files providing empty .desktop files
|
2021-08-21 11:48:07 -03:00 |
|
Vinicius Moreira
|
c2493befda
|
[arch] fix -> regressions from commit db5eeabf
|
2021-06-18 15:14:20 -03:00 |
|
Vinicius Moreira
|
6e2a4222c8
|
[arch] refactoring: removing unneeded module
|
2021-06-17 17:46:13 -03:00 |
|
Vinicius Moreira
|
476a30c9f4
|
[arch] improvmenet -> cleaning up some code warnings
|
2021-06-17 17:28:29 -03:00 |
|
Vinicius Moreira
|
db5eeabfb8
|
[arch] fix: some dependencies not being matched during comparisons between numeric and alphanumeric versions
|
2021-06-17 17:03:34 -03:00 |
|
Vinícius Moreira
|
abaffcb850
|
0.9.17
|
2021-06-16 10:06:50 -03:00 |
|