Skip to content

Commit

Permalink
Merge pull request #177 from OpenVoiceOS/release-0.4.5a1
Browse files Browse the repository at this point in the history
Release 0.4.5a1
  • Loading branch information
JarbasAl authored Oct 27, 2024
2 parents 7242a3e + 0f7e8fe commit d18fda1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog

## [0.4.4a1](https://github.com/OpenVoiceOS/ovos-config/tree/0.4.4a1) (2024-10-23)
## [0.4.5a1](https://github.com/OpenVoiceOS/ovos-config/tree/0.4.5a1) (2024-10-27)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/0.4.3...0.4.4a1)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/0.4.4...0.4.5a1)

**Merged pull requests:**

- fix:disable g2p [\#174](https://github.com/OpenVoiceOS/ovos-config/pull/174) ([JarbasAl](https://github.com/JarbasAl))
- fix:gui spam [\#176](https://github.com/OpenVoiceOS/ovos-config/pull/176) ([JarbasAl](https://github.com/JarbasAl))



Expand Down
8 changes: 7 additions & 1 deletion ovos_config/mycroft.conf
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,13 @@
"generic": {
// enable/disable homescreen
"homescreen_supported": true
}
},

// in headless devices you can set this flag to not emit any GUI related bus messages
// this will reduce messagebus usage
// NOTE: this may be undesired, GUI clients can also be cli based and
// do not necessarily require a desktop environment or to be running 24/7
"disable_gui": false
},

// Level of logs to store, one of "CRITICAL", "ERROR", "WARNING", "INFO", "DEBUG"
Expand Down
4 changes: 2 additions & 2 deletions ovos_config/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# START_VERSION_BLOCK
VERSION_MAJOR = 0
VERSION_MINOR = 4
VERSION_BUILD = 4
VERSION_ALPHA = 0
VERSION_BUILD = 5
VERSION_ALPHA = 1
# END_VERSION_BLOCK

0 comments on commit d18fda1

Please sign in to comment.