Commit graph

2078 commits

Author SHA1 Message Date
c537a01fbf
Updated info.py 2019-06-11 17:55:50 -06:00
86f17757db
Updated cleanup sections 2019-06-11 17:49:10 -06:00
70823d2cd8
Updated HW-Diags and sensor sections 2019-06-04 20:53:34 -06:00
ec5591453e
Updated data.py 2019-06-04 20:16:09 -06:00
606efac3fe
Updated mounting sections 2019-06-04 20:09:56 -06:00
28bedc0873
Run ddrescue-tui as current user 2019-06-04 20:01:26 -06:00
52e4415b43
Updated ddrescue sections 2019-06-04 20:00:11 -06:00
248e321438
Updated windows_builds 2019-06-04 19:16:25 -06:00
c4ad9055d4
Launch Explorer windows in separate process 2019-06-04 19:14:36 -06:00
7a67e68308
Updated install_sw_bundle 2019-06-04 19:07:37 -06:00
434bb97765
Updated sw_diags.py 2019-06-04 19:01:21 -06:00
6a821de0b5
Added LibreOffice settings 2019-06-04 18:58:24 -06:00
576cb29281
Updated settings.setup.py 2019-06-04 18:57:07 -06:00
b83f2b0c5f
Updated pause() 2019-06-04 18:48:03 -06:00
2d3ccac369
Updated convert_to_bytes and human_readable_size 2019-06-04 18:46:35 -06:00
7816602685
4K Alignment checks 2019-06-04 18:40:42 -06:00
214df52723
Expanded SW bundle sections 2019-06-04 18:33:57 -06:00
35890d6bb3
Fixed setting timezone in Windows 2019-06-04 18:29:32 -06:00
7ccd4c6055
BITWISE operators =/= LOGICAL operators 2019-06-04 18:24:01 -06:00
5ccd628259
Updated check_disk.py 2019-06-04 17:10:38 -06:00
b9276aa0d7
Updated build-ufd 2019-06-04 17:09:59 -06:00
798876eb10
Updated UFD sections 2019-06-04 17:06:11 -06:00
617bb1484a
Name connections by SSID 2019-06-04 16:54:40 -06:00
d51538aac3
Fixed handling of known_networks 2019-06-04 16:52:17 -06:00
644b709f6f
1.8.2 - Mushishi Build
Changes
* Disable warning for non ODF/default in LibreOffice
* Show driver pack names in SDIO

Bugfixes
* Avoid crash in HW-Diags (quick)
* Avoid crash when a system fails Prime95
* Fixes rEFInd wallpaper handling
* Prevent constant reloading of conky (flickering)
* Support names with apostrophes when posting to osTicket
2019-06-04 16:32:39 -06:00
48a3eb461d
v1.8.1 - Mushishi Build
Main Kit
* Added Win10 v1903 support
* d7II
  * Added Python check before disabling Windows Updates
    * Provides a good break point if KB2999226 needs installed
  * Removed Install SW Bundle, User Checklist, and System Checklist
    * These are all replaced by the new System Setup script below
    * Should avoid the stalls/locks seen when configuring browsers
    * Separates repair actions from setup actions
* System Setup script
  * Replaces New System Setup, Post-d7II, System Checklists, and User Checklists
  * Actions performed are based on the mode selected and answers given
  * ESET now installed from a local source
    * Can optionally install using the MSP settings (ITS/VIP)
    * Includes updated settings for current version
  * Improved LibreOffice installations
    * Installed from a local source
    * Registers all MS Office types†
    * Sets default save-as options unless a config file is already present†
    * † Depending on setup mode selected
  * Improved performance when exporting system info
    * NOTE: Event logs are no longer saved
  * New 4K alignment check
  * New Win10 1903 theme handling
    * If updating Explorer (user) settings the Light theme is disabled
      * Set to the <= 1809 default to match Classic Start theme
* Fixed Gogs issues #44, #48, #71, #73, #77-#79, #82-#87, #89, & #93-#95
* Various other bug fixes

Linux
* Auto-connects to known WiFi networks
* Better osTicket integration
  * The ticket ID and subject are shown when selecting the ticket
  * An error is shown if the ticket ID can't be found
* ddrescue-tui (AKA WKClone and WKImage)
  * Added osTicket integration
    * Prompts for ticket ID before recovery attempts
    * Prompts to post results when exiting
    * Prompts for the ticket ID again if it was skipped before
  * Improved recovery state detection
    * NOTE: percentages may be off by 0.01% due to the rounding method used
* HW-Diagnostics
  * Added option to upload results for review
  * Added RAM info to CPU posts to osTicket
  * Added warning if one or more partitions are not 4K aligned
  * Improved AMD CPU support (k8, k10, etc)
    * These are now treated as CPU temps
    * These are now included in osTicket posts
  * Improved SMART detection and reporting
  * Quick SMART results are now posted to osTicket
    * Only if selected in the menu, not for --quick
* Linux should leave the RTC set to localtime
  * NOTE: Experimental as Linux normally expects it to be set to UTC
* New build-ufd script
  * Now written in Python
  * Only Linux (Full) is required, all other sources optional
  * Boot options are enabled based on files present on the UFD
  * Can update in place without reformatting
* Test-Station detection
  * Updates the hostname and wallpaper to match the test-station
  * NOTE: This functionality is not guaranteed to work 100% of the time
* Fixed Gogs issues #42, #43, #62-#64, #68, #72-#74, #76, #80, #81, #88, #92, & #96
* Fixed GitHub issues #101-#108, & #113
* Various other bug fixes
2019-06-04 16:25:12 -06:00
ae488138e0
Missed a rEFInd wallpaper section, switched to PNG 2019-05-29 21:10:21 -06:00
61f2ab5777
Avoid replacing .conkyrc if nothing changed
* This prevents conky from reloading every 30 seconds
2019-05-29 20:46:48 -06:00
2ff8690a66
Avoid crash in HW-Diags --quick
* The LogDir wasn't being created before being used.
2019-05-29 20:45:25 -06:00
3d4fc4c3f3
Show driver pack names in SDIO 2019-05-29 20:15:44 -06:00
5784a3c6da
Disable warning when saving non ODF/default type 2019-05-29 20:08:37 -06:00
e99f16300f
Escape single quotes before posting to osTicket
* Only done for the post body for now
2019-05-29 20:01:16 -06:00
ed339866f7
Avoid a crash when a system fails Prime95 2019-05-29 15:38:38 -06:00
f70cf16040
Updated system diagnostics
* Skip more sections under d7II mode
  * They will be handled by the new system setup script instead
* Fixed some formatting
2019-05-28 01:43:57 -06:00
55bc3f250d
Fix enabling LiveGrid 2019-05-28 01:22:50 -06:00
29b54a7b85
More ESET settings 2019-05-28 00:44:31 -06:00
8c3b6865e6
Updated ESET NOD32 AV settings
* Settings options are now standard or MSP
2019-05-28 00:04:40 -06:00
4f897d5a9c
Forgot to update refind.conf 2019-05-27 23:06:26 -06:00
7aece55434
Switched back to PNG for rEFInd 2019-05-27 22:58:30 -06:00
2b2d649a9f
Update ESET grub config 2019-05-26 18:13:11 -06:00
4912b17bf3
Improved support for AMD CPU sensors
* K8, K10, and K11? should be treated the same as CoreTemp
  * These are included in osTicket posts
* Cleaned up code for pylint
* Removed unused join_columns() function
2019-05-26 17:40:47 -06:00
9c80c357d6
Added desktop theme to SETTINGS_EXPLORER_USER 2019-05-26 16:20:28 -06:00
9b64aa3939
Updated LibreOffice source (again) 2019-05-26 15:55:58 -06:00
40e1f78216
Updated windows_builds.py to include Win10v1903 2019-05-26 15:51:33 -06:00
cd8bd6c8fb
Updated ConEmu.jpg 2019-05-24 19:19:31 -06:00
da0cecbd8b
Fixed update_smartmontools() 2019-05-24 19:19:11 -06:00
ff9e37b4e5
Updated wimlib-imagex sources 2019-05-24 18:15:07 -06:00
d99f0e0179
Updated FastCopy source 2019-05-24 18:14:53 -06:00
e7470b6fc5
Updated LibreOffice source 2019-05-24 18:05:06 -06:00
bfcf0e705b
Removed setup sections from d7II
* Those actions have been moved to System Setup
* Sections removed:
  * Install SW Bundle
  * Browser Reset (not in System Setup but currently unused)
  * User Checklist
  * System Checklist
2019-05-24 17:49:10 -06:00