Skip to content

Commit

Permalink
Merge branch 'release/4.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
naavis committed Aug 25, 2021
2 parents 022a0d1 + 89b6580 commit 4733e53
Show file tree
Hide file tree
Showing 20 changed files with 755 additions and 276 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 4.0.0 - 2021-08-25

### Added

- Option to show 22r and 46r guide circles, horizon line, nadir and zenith

### Changed

- Crystal geometry generation logic was rewritten to keep pyramid apex angle
constant regardless of varying prism face distances to the crystal C-axis

## 3.3.0 - 2021-05-07

### Changed
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ These settings affect how the results of the simulation are shown on the screen.
- **Brightness:** Alters the total brightness of the image, much like an exposure adjustment on cameras
- **Hide sub-horizon:** Hides any halos below the horizon level
- **Lock to light source:** Locks the camera to the sun
- **Show guides:** Draws markings for horizon, zenith, nadir, 22r and 46r circles

### Atmosphere settings

Expand Down Expand Up @@ -238,4 +239,5 @@ problems like this are encountered.
- [Lauri Kangas](https://github.com/lkangas) for providing tons of reading material and debugging help
- [Panu Lahtinen](https://github.com/pnuu) for additional Linux support
- Jukka Ruoskanen for making HaloPoint 2.0 back in the day and inspiring me to start working on HaloRay
- Marko Riikonen for giving valuable feedback and reporting bugs
- [Jaakko Lehtinen](https://users.aalto.fi/~lehtinj7/) for super valuable lessons in computer graphics
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.3.0-{build}"
version: "4.0.0-{build}"
branches:
only:
- master
Expand Down
Loading

0 comments on commit 4733e53

Please sign in to comment.