Merge pull request #66 from alexax66/master
Update translations
Rename pt_br.po to pt_BR.po
Update all po
fix update_translations.sh
Merge pull request #65 from ghostbsd/improve-be-destroy
Improved deleting old be
Improved deleting old be
Merge pull request #64 from ghostbsd/fix-po
Fixed and updated PO files
Fixed and updated PO files
Merge pull request #63 from ghostbsd/ericbsd-patch-1
Fixed version in setup.py
Fixed version in setup.py
Merge pull request #62 from ghostbsd/revert-kernel-update-chage
Reverted the removal of force upgrade and improved some code
Changed sleeps
Fixed UpdateCompleted homogeneous variable
Reverted the removal of force upgrade and improved some code.
Remove some unused variable
Simplify the update-station backend
Now that pkg has a better support for upgrading packages with base. I have cleanup the code that was forcing reinstall, replace pkg-static by pkg. this should take care of the loop issue.
Also took time to clean some deprecated GTK code.
Merge pull request #60 from ghostbsd/translation-pt_br
Issue 196 - Translation
Added translation for Brazilian Portuguese
Merge pull request #59 from ghostbsd/progress-fraction
Fixed the progress fraction
Fixed the progress fraction
Merge pull request #58 from ghostbsd/ericbsd-patch-1
Update setup.py version
Update setup.py
Merge pull request #57 from ghostbsd/issue-#29
Reworked update station files, version upgrade and traslation
Update README.md
Update README.md
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Adding more to the howmany for the progress fraction
cleaned data_files
Fixed some bug.
Rework files and folders and translation automation
Adding code to reinstall packages that depend on kernel update
I remove the force upgrade everything this was casing self-heal to loop.
This fix is related to ghostbsd/issues#29