Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.6.0 #118

Merged
merged 2 commits into from
Aug 30, 2024
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
38 changes: 37 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,39 @@ Changelog for SendFS

## [Unreleased]

## [0.6.0] - 2024-08-30

### Added

- Opengraph image meta tag (#112)
- Description page (#74)

### Changed

- Moved to Typescript (#110)
- Use new (0.9.0+) REST gateway APIs (#114)

## [0.5.3] - 2023-10-05

### Fixed

- NPM warnings (#100)
- Minimal height (#107)
- Tooltip display (#109)

### Changed

- Allow uploading up to 200M (#97)
- Updated YouTube link (#101)
- Add hosting link (#106)

## [0.5.2] - 2023-07-03

### Changed

- Clarified epochs/hours relationship (#93)
- Improved handling of missing objects (#94)

## [0.5.1]

### Fixed
Expand Down Expand Up @@ -38,4 +71,7 @@ See git log.

[0.5.0]: https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.2.6...v0.5.0
[0.5.1]: https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.5.0...v0.5.1
[Unreleased]: https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.5.1...master
[0.5.2]: https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.5.1...v0.5.2
[0.5.3]: https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.5.2...v0.5.3
[0.6.0]: https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.5.3...v0.6.0
[Unreleased]: https://github.com/nspcc-dev/send-fs-neo-org/compare/v0.6.0...master
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "send-fs-neo-org",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
Expand Down
Loading