Skip to content

Commit

Permalink
Merge pull request #316 from LizardByte/prepare-v0.14.1
Browse files Browse the repository at this point in the history
Prepare v0.14.1
  • Loading branch information
ReenigneArcher authored Aug 9, 2022
2 parents 4100f79 + db28239 commit f546ee8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.14.1] - 2022-08-09
### Added
- (Linux) Flatpak package added
- (Linux) AUR package automated updates
- (Windows) Winget package automated updates
### Changed
- (General) Moved repo to @LizardByte GitHub org
- (WebUI) Fixed button spacing on home page
- (WebUI) Added Discord WidgetBot Crate
### Fixed
- (Linux/Mac) Default config and app files now copied to user home directory
- (Windows) Default config and app files now copied to working directory

## [0.14.0] - 2022-06-15
### Added
- (Documentation) Added Sphinx documentation available at https://sunshinestream.readthedocs.io/en/latest/
Expand Down
2 changes: 1 addition & 1 deletion scripts/_locale.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
script_dir = os.path.dirname(os.path.abspath(__file__))
root_dir = os.path.dirname(script_dir)
locale_dir = os.path.join(root_dir, 'locale')
project_dir = os.path.join(root_dir, project_name.lower())
project_dir = os.path.join(root_dir, 'src')

year = datetime.datetime.now().year

Expand Down

0 comments on commit f546ee8

Please sign in to comment.