Skip to content

Commit

Permalink
update version to 1.7.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny-chung committed Dec 1, 2024
1 parent 88589d9 commit cad8c43
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,17 @@ The TODO list on README is also gradually being shortened as I am fulfilling the
- Peak memory use and computation performance of JSON prettifying


## [1.7.0-beta.4] -- 2024-12-01

_Changes since 1.7.0-beta.3_

### Fixed
- The entire database, including all request and response bodies, should not be retained in memory. This can take up gigabytes of unnecessary memory.

### Optimized
- The pause immediately after firing requests before UI updates has been lowered.


## [1.7.0-beta.3] -- 2024-11-30

_Changes since 1.7.0-beta.2_
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
}

group = "com.sunnychung.application"
version = "1.7.0-beta.3" // must be in 'x.y.z' for native distributions
version = "1.7.0-beta.4" // must be in 'x.y.z' for native distributions

repositories {
google()
Expand Down

0 comments on commit cad8c43

Please sign in to comment.