Skip to content

Commit

Permalink
Added changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikelChan committed Jul 23, 2023
1 parent 01e9d25 commit e3b6a70
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog
All notable changes to this project will be documented in this file.

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).

## [Unreleased]

## [1.1.0] - 2023-07-23
### Added
- Implemented configurable window opacity.

### Fixed
- Prevent exceptions if any config values are missing.
- Save settings when closing the program.
- Settings tab is now read only like the others when "Show backup data" is enabled.

## [1.0.0] - 2023-07-23
- Initial release.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ The program runs on Windows and Linux and requires a GPU compatible with OpenGL
- If a save slot is corrupt the program might be able to recover it. Just open the save file and save it again.
- Can unlock a 100% completed save in any slot.

## Changelog

You can check the changelog [here](https://github.com/MaikelChan/SM64SaveEditor/blob/main/CHANGELOG.md).

## Screenshots

![](sm64-editor.png)

0 comments on commit e3b6a70

Please sign in to comment.