Skip to content

Commit

Permalink
feat: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrutchf committed Jan 10, 2025
1 parent da17712 commit e5a44ad
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@

All notable changes to this project will be documented in this file.

## [unreleased]

### 🚀 Features

- Compress files if they are smaller
- Start of install script for *nix
- Handle downloading compressed content
- Additional logging for uncompression.
- Support git submodules

### 🐛 Bug Fixes

- Remove the file after upload.
- 30 second timeout on update
- Don't compress file if it already exists
- Lock before upload to ensure only one client is uploading at once
- Readme
- Remember totp correctly
- Bug in login preventing totp from being saved.
- Use proper extension. rust doesn't return extensions with '.'
- Clippy errors

### ⚙️ Miscellaneous Tasks

- Prepare release
- Fix clippy errors
- Fix clippy errors

## [0.3.0] - 2024-12-10

### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git-lfs-synology"
version = "0.3.0"
version = "0.4.0"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit e5a44ad

Please sign in to comment.