nsite-ts/CHANGELOG.md

97 lines
1.5 KiB
Markdown
Raw Normal View History

2025-03-07 17:40:30 +00:00
# nsite-gateway
2024-09-25 20:28:59 +00:00
2025-04-05 16:07:17 +00:00
## 1.0.0
### Major Changes
- ef5262f: Remove screenshots feature
- ef5262f: Remove nginx cache invalidations
### Minor Changes
- b37664b: Cleanup DNS pubkey resolution
- 9a04f63: Add support for resolving NIP-05 names on set domains
- b2b8e01: Make blossom requests in parallel
### Patch Changes
- ef5262f: Fix race condition when streaming blob
2025-03-07 17:44:26 +00:00
## 0.7.0
### Minor Changes
- 023e03e: Rename package to nsite-gateway
2025-03-04 10:28:05 +00:00
## 0.6.1
### Patch Changes
- 3747037: Add license file
2025-01-22 18:13:58 +00:00
## 0.6.0
### Minor Changes
- c84396e: Replace homepage with simple welcome page
- c84396e: Add option to download another nsite as a homepage
- 2ac847f: Add colors to logging
### Patch Changes
- 5be0822: Fix serving hidden files in .well-known
2025-01-06 18:43:26 +00:00
## 0.5.2
### Patch Changes
- 6704516: Fix package missing build folder
2024-12-18 15:53:57 +00:00
## 0.5.1
### Patch Changes
- ba71f35: bump dependnecies
2024-10-18 10:30:02 +00:00
## 0.5.0
### Minor Changes
- db172d4: Add support for custom 404.html pages
2024-10-07 16:18:49 +00:00
## 0.4.0
### Minor Changes
- 7c3c9c0: Add ONION_HOST env variable
2024-10-04 17:31:46 +00:00
## 0.3.0
### Minor Changes
- 145f89d: Add support for ALL_PROXY env variable
- f25e240: Add screenshots for nsites
### Patch Changes
- 87fecfc: Update landing page
2024-09-26 17:48:38 +00:00
## 0.2.0
### Minor Changes
- b7b43cf: Bundle nginx in docker image
- b7b43cf: Add NGINX_CACHE_DIR for invalidating nginx cache
- b7b43cf: Add SUBSCRIPTION_RELAYS for listening for new events
### Patch Changes
- 48ae388: Use users relays when searching for blossom servers
2024-09-25 20:28:59 +00:00
## 0.1.0
### Minor Changes
- bfc1b1c: Add simple landing page
- cd09700: Initial Release