Skip to content

Commit aaf1f82

Browse files
authored
Merge pull request #31 from tonlabs/0.28.1-rc
Version 0.28.1
2 parents 2b2727a + 84a3f99 commit aaf1f82

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Release Notes
22
All notable changes to this project will be documented in this file.
33

4+
## 0.28.1 May 18, 2021
5+
### Fixed
6+
- reloading any page (except `/` and `/landing` page) failed with 404 error
7+
48
## 0.28.0 May 15, 2021
59
### New
610
- Predeployed [SafeMultisigWallet](contracts/safe_multisig) contract with 1 million tokens.

docker/nginx.conf.d

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ http {
4545
types {
4646
application/wasm wasm;
4747
}
48-
rewrite /landing.html / last;
49-
rewrite /landing / last;
48+
try_files /index.html =404;
5049
root /var/www;
5150
}
5251
}

ton-node-se/ton_node_startup/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
build = "../build/build.rs"
33
name = "ton_node_startup"
4-
version = "0.28.0"
4+
version = "0.28.1"
55

66
[dependencies]
77
clap = "2.32.0"

0 commit comments

Comments
 (0)