Skip to content

Commit 690a6d5

Browse files
committed
v1.7.4
1 parent 0ef35fd commit 690a6d5

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

CHANGELOG.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# Changelog
22

3-
## [1.7.3](https://github.com/thomiceli/opengist/compare/v1.7.2...v1.7.3) - 2024-06-03
3+
## [1.7.4](https://github.com/thomiceli/opengist/compare/v1.7.3...v1.7.4) - 2024-09-09
44
See here how to [update](/docs/update.md) Opengist.
55

66
### Added
7-
- Setting to allow anonymous access to individual gists while still RequireLogin everywhere else (#229)
8-
- Make edit visibility a toggle (#277)
9-
- More translation strings (#274) (#281)
10-
- String method to visibility (#276)
7+
- More translations strings (#294) (#304)
8+
- Hide change password form when login via password disabled (#314)
9+
- File delete button on create editor (#320)
10+
- Assets cache header
11+
- Hide secret values in admin config page
12+
- Atomic pointer for indexer (#321)
1113

1214
### Fixed
13-
- Perms for http/ssh clone (#288)
14-
- Fix translation string (#293)
15+
- Fatal error using `cases.Title()` (#313)
16+
- Search unlisted gist (#319)
1517

1618
### Other
17-
- Update deps Golang & JS deps
18-
- Check translations keys in CI (#279)
19-
- Fix CI check for additional translations only (#289)
19+
- Removed logger `trace` and `fatal` levels (#322)
2020

2121
## [1.7.2](https://github.com/thomiceli/opengist/compare/v1.7.1...v1.7.2) - 2024-05-05
2222
See here how to [update](/docs/update.md) Opengist.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ Download the archive for your system from the release page [here](https://github
7878

7979
```shell
8080
# example for linux amd64
81-
wget https://github.com/thomiceli/opengist/releases/download/v1.7.3/opengist1.7.3-linux-amd64.tar.gz
81+
wget https://github.com/thomiceli/opengist/releases/download/v1.7.4/opengist1.7.4-linux-amd64.tar.gz
8282
83-
tar xzvf opengist1.7.3-linux-amd64.tar.gz
83+
tar xzvf opengist1.7.4-linux-amd64.tar.gz
8484
cd opengist
8585
chmod +x opengist
8686
./opengist # with or without `--config config.yml`

deploy/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ namespace: opengist
2828
2929
resources:
3030
- namespace.yaml
31-
- https://github.com/thomiceli/opengist/deploy/?ref:v1.7.3
31+
- https://github.com/thomiceli/opengist/deploy/?ref:v1.7.4
3232
3333
images:
3434
- name: ghcr.io/thomiceli/opengist
35-
newTag: 1.7.3
35+
newTag: 1.7.4
3636
3737
patches:
3838
# Add your ingress

docs/installation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ Download the archive for your system from the release page [here](https://github
4747

4848
```shell
4949
# example for linux amd64
50-
wget https://github.com/thomiceli/opengist/releases/download/v1.7.3/opengist1.7.3-linux-amd64.tar.gz
50+
wget https://github.com/thomiceli/opengist/releases/download/v1.7.4/opengist1.7.4-linux-amd64.tar.gz
5151
52-
tar xzvf opengist1.7.3-linux-amd64.tar.gz
52+
tar xzvf opengist1.7.4-linux-amd64.tar.gz
5353
cd opengist
5454
chmod +x opengist
5555
./opengist # with or without `--config config.yml`

docs/update.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ Stop the running instance; then like your first installation of Opengist, downlo
2727

2828
```shell
2929
# example for linux amd64
30-
wget https://github.com/thomiceli/opengist/releases/download/v1.7.3/opengist1.7.3-linux-amd64.tar.gz
30+
wget https://github.com/thomiceli/opengist/releases/download/v1.7.4/opengist1.7.4-linux-amd64.tar.gz
3131

32-
tar xzvf opengist1.7.3-linux-amd64.tar.gz
32+
tar xzvf opengist1.7.4-linux-amd64.tar.gz
3333
cd opengist
3434
chmod +x opengist
3535
./opengist # with or without `--config config.yml`

0 commit comments

Comments
 (0)