Skip to content

Commit

Permalink
Merge pull request #36 from Artprozew/release/v1.0.2
Browse files Browse the repository at this point in the history
Release v1.0.2: fix exceptions and character data updating
  • Loading branch information
Artprozew authored Jul 20, 2024
2 parents 86d2be7 + 94d4922 commit d5ba604
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v1.0.2] - 2024-07-20

### Fixed

- `PipeClosed` exceptions from RPC/Pypresence
- Possible `IndexError: list index out of range` exceptions, the cause is still unknown
- Incorrect character names when adding new character data to the `.ini` file
- New data from newer versions of the progam will now take priority and will replace existing ones
- ConfigParser can now keep comments when writing to `.ini` files

### Changed

- Assure `separate_with()` function correct behavior
- Remove unused InteractionManager method
- Quick fix/workaround for standalone version of `update_data`

## [v1.0.1] - 2024-07-11

### Fixed
Expand Down
5 changes: 3 additions & 2 deletions config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,6 @@ Domain=https://static.wikia.nocookie.net/gensin-impact/images/b/b1/Emblem_Domain
; Below are used internally by the program
; You MAY NOT change them
;
Version=1.0.1
Updated_data=False
Version=1.0.2
Updated_data=False

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "GenshinRichPresence"
version = "1.0.1"
version = "1.0.2"
description = "Discord Rich Presence for Genshin Impact"
authors = ["Artprozew <artprozew@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit d5ba604

Please sign in to comment.