Bump version to 0.9.7-3

Version Changes:
- Created install_kiosk_0.9.7-3.sh with updated version number
- Updated script header with release notes for 0.9.7-3
- Updated SCRIPT_VERSION constant to "0.9.7-3"

README Updates:
- Updated all references from 0.9.7-2 to 0.9.7-3
- Updated Quick Install wget command
- Updated Menu System Access examples
- Updated Complete Uninstall examples
- Updated Project Status section
- Updated footer version

Release Notes for 0.9.7-3:
- Fixed missing complete_uninstall function (line 8704 error)
- Added virtual console configuration (Ctrl+Alt+F1-F8)
- Added emergency hotspot to initial installation
- Enhanced security options and documentation
This commit is contained in:
Claude
2025-12-02 01:10:13 +00:00
parent ed87ff257c
commit 5ff748b875
2 changed files with 9250 additions and 10 deletions
+8 -8
View File
@@ -1,6 +1,6 @@
# Ubuntu Based Kiosk (UBK) # Ubuntu Based Kiosk (UBK)
**Current Version:** 0.9.7-2 (check script header for latest version) **Current Version:** 0.9.7-3 (check script header for latest version)
**Built with Claude Sonnet 4/.5 AI assistance** **Built with Claude Sonnet 4/.5 AI assistance**
**License:** GPL v3 - Keep derivatives open source **License:** GPL v3 - Keep derivatives open source
**Repository:** https://github.com/outis1one/ubk/ **Repository:** https://github.com/outis1one/ubk/
@@ -47,9 +47,9 @@ Home/office kiosk for reusing old hardware, displaying:
# Enable SSH during installation # Enable SSH during installation
# Download and run installer # Download and run installer
wget https://github.com/outis1one/ubk/raw/main/install_kiosk_0.9.7-2.sh wget https://github.com/outis1one/ubk/raw/main/install_kiosk_0.9.7-3.sh
chmod +x install_kiosk_0.9.7-2.sh chmod +x install_kiosk_0.9.7-3.sh
./install_kiosk_0.9.7-2.sh ./install_kiosk_0.9.7-3.sh
``` ```
The installer will guide you through configuration during setup. The installer will guide you through configuration during setup.
@@ -383,7 +383,7 @@ smb://WORKGROUP/COMPUTER/PrinterName
```bash ```bash
# Run installer script again to access menu # Run installer script again to access menu
./install_kiosk_0.9.7-2.sh ./install_kiosk_0.9.7-3.sh
# Menu structure: # Menu structure:
# 1. Core Settings - Sites, WiFi, schedules, passwords, full reinstall, complete uninstall # 1. Core Settings - Sites, WiFi, schedules, passwords, full reinstall, complete uninstall
@@ -687,7 +687,7 @@ Full system cleanup that removes all kiosk components and restores the system to
**Access:** **Access:**
```bash ```bash
# Core Settings menu → option 11 # Core Settings menu → option 11
./install_kiosk_0.9.7-2.sh ./install_kiosk_0.9.7-3.sh
# Choose: Core Settings → Complete Uninstall # Choose: Core Settings → Complete Uninstall
``` ```
@@ -849,7 +849,7 @@ See the LICENSE file in the repository for full terms.
## Project Status & Future Plans ## Project Status & Future Plans
**Current Version:** 0.9.7 - Site-Specific Extension Fix **Current Version:** 0.9.7-3 - Install Improvements & Management Features
**Planned Features:** **Planned Features:**
- Web-based GUI configuration interface - Web-based GUI configuration interface
@@ -892,4 +892,4 @@ Special thanks to the maintainers of all upstream projects that make UBK possibl
--- ---
*Last Updated: December 2, 2024* *Last Updated: December 2, 2024*
*Version: 0.9.7-2* *Version: 0.9.7-3*
File diff suppressed because it is too large Load Diff