Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 20 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

_Nothing yet._

## [1.0.2] - 2026-08-25

### Changed

- Raised the development Node.js requirement to `^22.22.2 || ^24.15.0 || >=26.0.0`, following the
jsdom 30 upgrade. This affects the dev toolchain only; the built server and packaged binaries
still target Node 22.
jsdom 30 upgrade. This affects the dev toolchain only. The server bundle is still compiled for
Node 20, and the Docker image and packaged binaries still ship Node 22, so running Siphon is
unaffected.

### Fixed

Expand All @@ -20,6 +25,16 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Downloading a folder now transfers its contents. Files previously failed with an "object not
found" error, while folder paths with redundant separators completed without downloading.

## [1.0.1] - 2026-07-28

### Added

- A quick filter for the current folder in the remote browser.

### Changed

- The macOS x64 release binary is now built on an arm64 runner, since Intel runners are scarce.

## [1.0.0] - 2026-07-26

The first public release.
Expand All @@ -37,5 +52,7 @@ The first public release.
- Docker image with rclone bundled, plus single-file binaries for Windows, macOS, and Linux.
- Windows service installer for running Siphon at boot.

[Unreleased]: https://github.com/dentifrag/siphon/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/dentifrag/siphon/compare/1.0.2...HEAD
[1.0.2]: https://github.com/dentifrag/siphon/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/dentifrag/siphon/compare/v1.0.0...1.0.1
[1.0.0]: https://github.com/dentifrag/siphon/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "siphon",
"version": "1.0.0",
"version": "1.0.2",
"description": "A self-hosted web UI for rclone: browse remotes and pull files onto your server.",
"homepage": "https://github.com/dentifrag/siphon#readme",
"repository": {
Expand Down