Skip to content
This repository has been archived by the owner on May 1, 2022. It is now read-only.

Latest commit

 

History

History
45 lines (41 loc) · 4.25 KB

CHANGELOG.md

File metadata and controls

45 lines (41 loc) · 4.25 KB

Pi-Assistants Changelog.

here all major Pi-Assistant events will be recorded, I highly recommend to read this changelog.

(DD/MM/YY)

  • 20/10/2020 - shortened time about and credits are shown by 1 second, improvements to installation scripts, install script now creates menu shortcut
  • 20/10/2020 - BIG UPDATE: v1.1: added more apps, changed autoremove with apt tools (containing autoremove and autoclean), when commands finish running the script returns to the main menu and more
  • 21/10/2020 - added updater script that runs on startup (disabled because it doesn't work) , version 1.1.1 released, added uninstall script, now you can update manually from system-tools. fixed countless bugs.
  • 26/10/2020 - fixed updater (might not work), bug fixes and improvements.
  • 1/11/2020 - renamed system-tools to Pi-Assistant, more bug fixes.
  • 13/11/2020 - UPDATE: v1.1.2: fixed bug where the change-password.sh script wasn't executable, more bug fixes, added more apps
  • 13/11/2020 - UPDATE: v1.1.3: add Balena Etcher app
  • 14/11/2020 - rename 'apt-tools' to 'system-tools', add 'clear swap' option to 'system-tools'
  • 15/11/2020 - UPDATE: v1.1.4: added Zoom with box86
  • 16/11/2020 - added box86 app, fixed bug with install2.sh
  • 25/11/2020 - UPDATE: v1.1.5: bug fixes, updated box86 installer.
  • 9/1/2021 - started working on v1.2 - adding a dialog gui. check out the branch if you want to test it. edit: the branch is nonexistent, I merged it.
  • 10/1/2021 - GIANT UPDATE: finished rewriting everything for the 2nd time (:tired_face:) then figured out how to merge a conflicting branch (gave up so I downloaded the test branch and deleted it along with everything in the main branch, then I uploaded all the scripts again). at least now everything should work!
    added flags to piassist (and main.sh), run piassist --help to see all of them.
  • 19/1/2021 - UPDATE: v1.2 final, added system info script, fixed a few bugs, fixed updater at last!
  • 23/1/2021 - UPDATE: v1.2.1 - fixed --no-internet and --no-update flags don't work when launching using piassist, made startup time after option completes way shorter using the --no-internet flag (that make Pi-Assistant not check for internet and updates, so makes startup time way faster).
  • 5/2/2021 - found out why the updater refreshed the menu and desktop shortcuts even when no updates are available, pushed the fix to the beta branch.
    Updated etcher install script to always download and install latest release and made it use a better system architecture detection. fixed a few typos in different files.
    getting ready to merge the beta branch and release v1.3.0!
  • 8/2/2021 - tons of improvements over the last few days, running flags from piassist redirects them to main.sh, added shorter versions of flags (-v = --versions).
  • 16/2/2021 - update: 1.3.2 - fixed a bug with the appinstaller script: when installing SimpleScreenRecorder (SSR), it looked for a script called ssr.sh but I accidentally named it SSR.sh.
    update: 1.3.3 - forgot to change SSR.sh to ssr.sh in the updater script.
    update: 1.3.4 - forgot to bump the version in the scripts.
  • 16/2/2021 - opened 'beta' branch again and added flowblade video editor to the app installer.
  • 17/2/2021 - added neofetch as a dependency (for system information), after installing a app, return to app installer and not the main menu, system information: detect LXDE on RPiOS correctly (on RPiOS lxde is called LXDE-pi).
    merged branch 'beta' into 'main': all changes from 16 - 17/2/2021 are now available.
  • 22/2/2021 added a option to fix duplicates in /etc/apt/sources.list in system tools option.
  • 6/3/2021 UPDATE: v1.4.0 - fixed systools.sh, for some very weird version it wasn't working, probably some syntax error, all changes from 16/2 - 6/3/2021.