summarylogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorlangurmonkey2021-06-22 11:10:02 +0200
committerlangurmonkey2021-06-22 11:10:02 +0200
commit16463abd50f251dc5ccb1df24ca563b7b3303ef7 (patch)
tree8e1b96683c6b1ebae3e9e1b8eca22fdb8dcec616 /CHANGELOG.md
parente224b1a4293141de5155c23902dbaff41a084ad6 (diff)
downloadaur-16463abd50f251dc5ccb1df24ca563b7b3303ef7.tar.gz
Version 3.1.3
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md21
1 files changed, 20 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1a3692dd3750..2250c3a829ef 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,25 @@
<a name="unreleased"></a>
## [Unreleased](https://gitlab.com/langurmonkey/gaiasky/tree/master)
-[Full changelog](https://gitlab.com/langurmonkey/gaiasky/compare/3.1.2...HEAD)
+[Full changelog](https://gitlab.com/langurmonkey/gaiasky/compare/3.1.3...HEAD)
+
+
+<a name="3.1.3"></a>
+## [3.1.3](https://gitlab.com/langurmonkey/gaiasky/tree/3.1.2) (2021-06-22)
+[Full changelog](https://gitlab.com/langurmonkey/gaiasky/compare/3.1.2...3.1.3)
+
+### Bug Fixes
+- constellation update thread broken [#371](https://gitlab.com/langurmonkey/gaiasky/issues/371)
+- remove atmosphere softening hack for close by objects
+- focus with no star ancestor [#370](https://gitlab.com/langurmonkey/gaiasky/issues/370)
+
+### Code Refactoring
+- render types reorganized and improved
+
+### Features
+- adjust spacecraft camera values for better positioning
+
+### Performance Improvements
+- performance improvements in arbitrary precision vector distance method
<a name="3.1.2"></a>