Releases: AllskyTeam/allsky
Releases · AllskyTeam/allsky
v0.8.3
Click to view changes
What's Changed
- Exit upon first error in lftp by @EricClaeys in #588
- gui-install.sh bug fix by @EricClaeys in #591
- Add missing IMG_PREFIX by @EricClaeys in #593
- Add .PHONY entries, add *.cpp dependencies for binary targets by @linuxkidd in #596
- Config instructions by @EricClaeys in #583
- Changed ifconfig to
hostname -I
for better compatabiilty by @linuxkidd in #597 - Gui install.sh bug by @EricClaeys in #592
- allsky.sh general cleanup by @EricClaeys in #585
- Fix odd 'deps' target not firing for fresh Buster install by @linuxkidd in #599
- fix typo, improve warning message by @EricClaeys in #584
- allsky.sh: using ALLSKY_CONFIG before it's set by @EricClaeys in #607
- Add missing debuglevel to settings_RPiHQ.json.repo by @linuxkidd in #608
- Moved numErrors declaration to global context ( top of file ) by @linuxkidd in #610
- add error check to allsky.sh by @EricClaeys in #611
- Added missing 'brightness' param to config struct. Resolves #613 by @linuxkidd in #616
- fix upload.sh bug by @EricClaeys in #619
- quote all args by @EricClaeys in #617
- Renamed USER, PASSWORD, and HOST to prevent collisions with normal environment by @linuxkidd in #620
- upload.sh not removing correct file, others by @EricClaeys in #625
- timelapse.sh: hide output by default by @EricClaeys in #624
- allsky.sh compatibility checks by @EricClaeys in #626
- copy_notification_image.sh wrong directory 50% by @EricClaeys in #627
- upload.sh - set exit codes by @EricClaeys in #632
- Save image x debug statements by @EricClaeys in #633
- Removed reboot prompt at end of Makefile by @linuxkidd in #635
- shut up some warnings by @ckuethe in #639
- fix '--help' by @ckuethe in #638
- Multithreaded startrail processing. by @ckuethe in #649
- Dark bug by @EricClaeys in #530
- include temptype in RPiHQ settings by @EricClaeys in #651
- timelapse.sh: TMP being set in wrong place by @EricClaeys in #654
- fix name of nice-level long option by @ckuethe in #663
- rename endOfNight_additionalSteps.sh by @ckuethe in #662
- Multithread keogram by @ckuethe in #664
- add mutex header by @ckuethe in #669
- ignore some more stuff by @ckuethe in #670
- add some more documentation to timelapse.sh by @ckuethe in #672
- print the exact keogram/startrails commands by @ckuethe in #673
- config.sh.repo - no longer allow "auto" by @EricClaeys in #679
- README.md - fixes and updates by @EricClaeys in #683
- Makefile - removed unneeded ftp-settings message by @EricClaeys in #684
- darkCapture.sh: use $ALLSKY_DARKS by @EricClaeys in #680
- install.sh: properly backup/restore website by @EricClaeys in #681
- Delete image.jpg by @EricClaeys in #690
- Installer tweaks - Prompt for camera during install by @linuxkidd in #688
- gui/install.sh: modify placeholders by @EricClaeys in #689
- capture.cpp s/Continuous/Non-continuous by @EricClaeys in #696
- website/install.sh: Inform user what to do by @EricClaeys in #697
- Gui install fix - Only replace 1st instance of
XX_ALLSKY_HOME_XX
by @linuxkidd in #710 - Clarify allsky web locations by @EricClaeys in #713
- Check for pkg-config by @linuxkidd in #714
- hotfix pkgconfig check by @ckuethe in #715
- shorten message by @ckuethe in #716
- compress module might not be present by @ckuethe in #717
- Fix histogram box corner drawing by @ckuethe in #724
- use camera's min exposure for histogram by @ckuethe in #725
- fix usage by @ckuethe in #723
- make histogram parser more robust by @ckuethe in #726
- Fixed extension check logic in startrails.cpp by @linuxkidd in #729
- clarified LFTP_COMMANDS by @EricClaeys in #730
- generateForDay.sh: bug in ARGS by @EricClaeys in #735
- Clarify cropping by @EricClaeys in #736
- install.sh - avoid error messages by @EricClaeys in #748
- upload.sh: bug fix with failures by @EricClaeys in #742
- Capture.cpp changes by @EricClaeys in #741
- Scripts changes by @EricClaeys in #747
- endOfNight.sh: source variables.sh first by @EricClaeys in #754
- Keogram li by @AndreasLMeg in #751
- Scripts better error messages by @EricClaeys in #759
- capture.cpp: getTickCount by @EricClaeys in #762
- Check that WebUI is installed by @EricClaeys in #731
- removeBadImage.sh: misc changes/fixes by @EricClaeys in #740
- darkSubtract.sh: don't force -type TrueColor by @EricClaeys in #763
- Fixed repeated recompile when no source change by @linuxkidd in #764
- Keogram fixes and other changes by @EricClaeys in #765
- install.sh: replace XX_ALLSKY_CONFIG_XX, and more by @EricClaeys in #770
- Remove duplicate upload code by @EricClaeys in #773
- install.sh: bug-fix with comma by @EricClaeys in #775
- capture_RPiHQ_li by @AndreasLMeg in #768
- bugfix I780: as other programs using cv::IMWRITE_... by @AndreasLMeg in #783
- gui/install.sh: add www-data to "sudo" group by @EricClaeys in #784
- I_791_CAPTURE_EXTRA_PARAMETERS: set empty defaultvalue by @AndreasLMeg in #792
- Incorrect directory in README.md by @EricClaeys in #797
- keogram: (cleanup/enhancement) support mono images by @AndreasLMeg in #787
- gui/install.sh: update sudoers with vcgencmd by @EricClaeys in #785
- postData.sh: use IMAGE_DIR by @EricClaeys in #804
- Readme changes by @EricClaeys in #806
- Capture_RPiHQ changes by @EricClaeys in #809
- Allsky.sh libcamera inop error and exit by @EricClaeys in #803
- timelapse.sh: remove garbage timelapse by @EricClaeys in #808
- Cleanup: bullseye has problems to detect cameras - workaround by @AndreasLMeg in #827
- Cleanup: ZWO gain=0.1 dB , RPiHQ gain=factor by @AndreasLMeg in #826
- cleanup: first exposure with currentRaspistillSetting.shutter_us, so … by @AndreasLMeg in #824
- capture_RPiHQ.cpp: support libcamera and rapsistill by @EricClaeys in #823
- darkCapture.sh: always output 2-digit temp ...
v0.8.1
Point Release 1 for base release v0.8.
Click to view changes
The "GUI" is now called the "WebUI".
What's Changed
- Allsky changes from Eric Claeys and Linda Thomas-Fowler by @EricClaeys in #405
- Updated to ver 0.8 and other changes by @EricClaeys in #423
- Check for linefeed and carriage return by @EricClaeys in #425
- Allow users to specify timelapse bitrate by @EricClaeys in #426
- Removed name of tmp filename in summary output by @EricClaeys in #427
- Check for empty image file by @EricClaeys in #428
- Check for empty image file by @EricClaeys in #429
- Enabled autousb and set to 80 by @EricClaeys in #430
- Allow users to turn on/off eth0 by @EricClaeys in #431
- Allow users to specify bitrate by @EricClaeys in #432
- Mention creating swap space by @EricClaeys in #433
- Removed debug "echo" by @EricClaeys in #434
- config.sh.repo had change control in it by @EricClaeys in #436
- Fixed # 442 by @EricClaeys in #444
- Add -newexposure option based on issue 417 by @linuxkidd in #451
- Added "newexposure" to ZWO config file by @EricClaeys in #453
- Removed start/stop video lines - bug fix by @thomasjacquin in #455
- Ignore settings_*.json by @hulloanson in #376
- move CFLAGS and DEFS definitions by @ckuethe in #467
- remove some junk characters by @ckuethe in #470
- unbreak ROI selection by @ckuethe in #474
- increase USB timeout by @ckuethe in #475
- Turn on video mode for 0.7 exposure method by @EricClaeys in #480
- emit debug message when buffer clearing fails by @ckuethe in #469
- Make it easier to reprocess images on other machines by @ckuethe in #478
- upgrade to asi sdk 1.20 by @ckuethe in #491
- Silence aux tools by @ckuethe in #493
- Initialize num and exposureAdjustment values to 0 by @linuxkidd in #496
- Installer tweaks by @linuxkidd in #500
- Opencv detection, Makefile cleanup by @linuxkidd in #507
- Fix opencv crash by @ckuethe in #495
- add cache control header for liveview image by @ckuethe in #512
- Update capture.cpp to log camera serial number and configurable ID field by @EricClaeys in #499
- Fixed missing sudo on sed /etc/xdg/lxsession/LXDE-pi/autostart by @linuxkidd in #515
- Config structs by @ckuethe in #513
- Count ASI_ERROR_TIMEOUTs by @EricClaeys in #517
- Centralized upload by @EricClaeys in #520
- Capture segmentation fault by @EricClaeys in #522
- upload.sh: Set default ALLSKY_DEBUG_LEVEL by @EricClaeys in #527
- Fixed opencv pkg-config complaints by @linuxkidd in #528
- config.sh.repo: Set ALLSKY_DEBUG_LEVEL by @EricClaeys in #529
- typo in "sequence" by @ckuethe in #532
- timelapse.sh: fix bug in $DIR by @EricClaeys in #534
- Source tree restructure by @linuxkidd in #535
- generateForDay.sh: clarify message by @EricClaeys in #533
- Fixed settings_RPiHQ.json install path by @linuxkidd in #538
- Fixed missing KEOGRAM conditional by @linuxkidd in #544
- copy_notification_image.sh: fix IMG_DIR bug by @EricClaeys in #546
- endOfNight.sh: startrails BUG by @EricClaeys in #550
- add filtering on image size to startrail and keogram generation by @ckuethe in #549
- Fixes 'jq' try to read settings_auto.json warning in logs by @linuxkidd in #548
- Renamed MP4DIR to VIDEOS_DIR to match endOfNight.sh expectation by @linuxkidd in #555
- Have allsky.sh call variables.sh before starting capture by @linuxkidd in #557
- Copy capture_RPiHQ to $ALLSKY_HOME by @linuxkidd in #564
- tune output of diagnostic messages. by @ckuethe in #566
- Post data.sh img dir bug by @EricClaeys in #556
- Split Makefile to be self-contained per directory - resubmit by @linuxkidd in #553
- set line-endings properly by @ckuethe in #575
- Doc update by @linuxkidd in #579
- postData.sh: fix DAYTIME_CAPTURE bug by @EricClaeys in #577
- 2 letter upload by @EricClaeys in #578
- Implement long options for startrails by @ckuethe in #581
- Add contributor by @EricClaeys in #582
New Contributors
- @hulloanson made their first contribution in #376
Full Changelog: v0.8...v0.8.1
v0.8
Click to view changes
What's Changed
- Fix MIME-type for css files by @joxda in #238
- Updated ZWO SDK to v1.15.0617 by @andrewjbarton in #254
- Added a new -rotate optional argument to keogram to compensate camera… by @agnunez in #262
- ASI Camera SDK v1.15.0915 release by @jpaana in #263
- support parallel image cleaning by @ckuethe in #265
- allow endOfNight.sh to be run with an arbitrary date by @ckuethe in #268
- be more consistent in the use of EXTENSION by @ckuethe in #269
- Added extra text options by @Alex-developer in #267
- Run custom script at end of night by @Alex-developer in #270
- Fix extra age not working when 0 by @Alex-developer in #275
- Fix ftp and filename issues in upload script by @Alex-developer in #284
- Allow name of Pi to be specified for GUI install by @Alex-developer in #285
- HOTFIX: Fix incorrect mdns name by @Alex-developer in #289
- Add camera auto-select mode by @vidma in #291
- ASI SDK 1.16 release by @jpaana in #292
- Added scaling option to save disk space by @HamOP in #297
- ASI SDK version 1.16.3 by @jpaana in #309
- Created setting for rescaling the timelapse video. This can be helpfu… by @svego in #315
- Added Amazon S3 support for file uploading in ftp-settings-sh.repo, s… by @IanLauwerys in #333
- ASI Camera SDK 1.17 by @jpaana in #344
- ASI SDK 1.18 by @jpaana in #369
- ASI Camera SDK 1.19.1 release by @jpaana in #391
New Contributors
- @joxda made their first contribution in #238
- @andrewjbarton made their first contribution in #254
- @agnunez made their first contribution in #262
- @vidma made their first contribution in #291
- @HamOP made their first contribution in #297
- @svego made their first contribution in #315
- @IanLauwerys made their first contribution in #333
Full Changelog: v0.7...v0.8