Skip to content

Commit 37f4499

Browse files
authored
Merge pull request #157 from John2202W/update-release-notes
Update release notes and bump rev
2 parents a5dcc30 + ad2ca31 commit 37f4499

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

docs/source/release-notes.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
==================================
22
Release Notes
33
==================================
4+
*************
5+
Version 0.6.0
6+
*************
7+
Release Date 21/10/2022
8+
9+
Major Changes
10+
################
11+
Relocation of configuration files:
12+
13+
- Logs now located in platformdirs.user_log_dir("Fixate")
14+
- Instrument config file renamed from local_config.json -> instruments.json and located in platformdirs.site_config_dir("Fixate")
15+
- fixate.yml also moved to platformdirs.site_config_dir("Fixate")
16+
17+
New Features
18+
############
19+
- Added gif support for the gui. Try user_gif("<path to .gif>")
20+
- Clearing the gui image scene will now create a new instance to reset auto-scaling.
21+
22+
Improvements
23+
############
24+
- Updated siglent PPS driver to support parsing of error strings in the latest firmware
25+
426
*************
527
Version 0.5.7
628
*************

src/fixate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.8"
1+
__version__ = "0.6.0"

0 commit comments

Comments
 (0)