v2023.05.01_02
EricClaeys
released this
02 Aug 20:41
·
2643 commits
to master
since this release
Point Release 2 for base release v2023.05.01.
Click to view changes
What's Changed
- Update README.md by @EricClaeys in #2690
- install.sh: add Buster message, change expected time by @EricClaeys in #2691
- Don't include sunwait by @EricClaeys in #2693
- Update changelog by @Alex-developer in #2694
- Don't use "DEBUG" for color use "cDEBUG" by @EricClaeys in #2695
- Revert back to full opencv by @Alex-developer in #2698
- Move overlay tmp files into overlay config folder #2699 by @Alex-developer in #2700
- Minor message changes to install.sh by @EricClaeys in #2701
- Add sunwait link to repo back by @Alex-developer in #2703
- Add sunwait back in by @EricClaeys in #2704
- Only prompt for new hostname if it's currently "raspberrypi" by @EricClaeys in #2705
- Documentation add "allsky=true" when needed by @EricClaeys in #2707
- check_allsky.sh: move some lines, remove unneeded comments by @EricClaeys in #2710
- Determine if settings.json is linked properly by @EricClaeys in #2711
- check_allsky.sh: add couple functions used for checking things by @EricClaeys in #2712
- Update allsky.sh: use check_settings_link by @EricClaeys in #2713
- Add time logging for #2715 by @Alex-developer in #2716
- ASI_functions.cpp: remove unneeded comments, support IMX290 sensor by @EricClaeys in #2718
- Add "/config/" alias to web UI by @EricClaeys in #2720
- Vastly improved instructions for installing SSL by @EricClaeys in #2721
- Restore any prior config/ssl directory by @EricClaeys in #2722
- Pre populate generic settings if possible by @EricClaeys in #2723
- Add warning to ssl documentation page by @EricClaeys in #2724
- Improved log messages in install.sh by @EricClaeys in #2725
- Fix install.sh bug when updating settings file by @EricClaeys in #2726
- Changes as requested on #2717 by @Alex-developer in #2727
- Correct SCL/SDA on dew heater curcuit by @Alex-developer in #2729
- install.sh: fix bug #2 with unlink of settings files by @EricClaeys in #2730
- Implement "experimental" exposure mode for ZWO by @EricClaeys in #2731
- src/Makefile: temporarily break dependency on patchsunwait by @EricClaeys in #2732
- allsky_common.cpp: remove unnecessary checks by @EricClaeys in #2733
- Mention ubuntu isn't supported by @EricClaeys in #2734
- Capture changes by @EricClaeys in #2735
- Remove sunwait patch #2738 by @Alex-developer in #2739
- Allow multiple wlan interfaces by @EricClaeys in #2740
- functions.php fix: don't assume $result[1] exists by @EricClaeys in #2741
- Settings distinguish between integer, float, and percent by @EricClaeys in #2742
- Check for valid numbers by @EricClaeys in #2744
- New update_json_file() function by @EricClaeys in #2752
- Automatically fix broken settings links by @EricClaeys in #2753
- Rename experimental to new by @EricClaeys in #2754
- (attempt to) fix branch file having multiple lines by @EricClaeys in #2755
- Add one_instance() function by @EricClaeys in #2756
- check_settings_link(): use settings() by @EricClaeys in #2757
- install.sh: get convert_settings() working, plus more by @EricClaeys in #2758
- determineCommandToUse(): send errors to stderr by @EricClaeys in #2759
- SSL clarifications by @EricClaeys in #2760
- saveImage.sh: bug fix: remove aborted image by @EricClaeys in #2761
- functions.sh: run raspistill to check if it works by @EricClaeys in #2762
- Improvements to process locking by @EricClaeys in #2764
- Update saveImage.sh: use make_thumbnail() by @EricClaeys in #2765
- Update install.sh: call check_new_exposure_algorithm() by @EricClaeys in #2766
- Update save_file.php: Add "config" check by @EricClaeys in #2768
- Install.sh support restarting where left off by @EricClaeys in #2769
- timelapse.sh: check for missing or 0-length files. by @EricClaeys in #2770
- Additional install.sh restart changes by @EricClaeys in #2771
- Delete flow-runner.py - accidently added to root by @EricClaeys in #2772
- Install.sh bug fix converting prior settings file by @EricClaeys in #2773
- Makefile handle change to uname m for v ms by @EricClaeys in #2774
- Update install.sh: use $CAMERA instead of $CAMERA_TYPE by @EricClaeys in #2775
- functions.sh: Don't do "ls -l" of FILE by @EricClaeys in #2776
- Install.sh bug fix with prior settings file by @EricClaeys in #2777
- Determine if user rebooted after installation by @EricClaeys in #2778
- Improved "allsky stopped" messages by @EricClaeys in #2779
- settings() bug fix by @EricClaeys in #2780
- removeBadImages.sh: shorten message so it fits in image by @EricClaeys in #2781
- Rename ALLSKY_UPTIME_SINCE to ALLSKY_REBOOT_NEEDED by @EricClaeys in #2784
- Use get allsky branch() by @EricClaeys in #2785
- Install.sh better log messages by @EricClaeys in #2786
- Capture commands better log() messages by @EricClaeys in #2787
- Rename and move "meanValue" by @EricClaeys in #2788
- Rename and move "mean threshold" by @EricClaeys in #2789
- Update allsky.html: Brightness has been deprecated by @EricClaeys in #2790
- Use mean_p[012] in allsky common.h by @EricClaeys in #2791
- install.sh: add a couple log entries by @EricClaeys in #2792
- Install.sh use convert_json_to_tabs by @EricClaeys in #2793
- check_allsky.sh: remove duplicate checks by @EricClaeys in #2794
- settings() bug fix by @EricClaeys in #2802
- Use separate day and night thresholds by @EricClaeys in #2804
- Update version: update to v2023.05.01_02 for 2nd point release by @EricClaeys in #2805
- Update options.json.repo: brightness should be float by @EricClaeys in #2806
Full Changelog: v2023.05.01_01...v2023.05.01_02