Skip to content

Commit eff551e

Browse files
committed
Pre-release preparation | 0.9.5 -> 1.0.0
1 parent b2ef420 commit eff551e

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,21 @@
22

33
This document records all notable changes to [fcloud](https://fcloud.tech/docs).
44

5-
## 0.9.0 (2024-06-08)
5+
## 1.0.0 (2024-09-01)
66

7-
- Initial public release
7+
- Adding a new driver (YandexDisk)
8+
- Add '--debug' flag
9+
- Creating aliases for config commands
10+
- Changing the architecture of error inference
11+
- Fixed many bugs
812

913
## 0.9.5 (2024-07-01)
1014

1115
- Fixed many bugs
1216
- Added fcloud config read
1317
- More readable errors
1418
- Installer on windows without administrator rights
19+
20+
## 0.9.0 (2024-06-08)
21+
22+
- Initial public release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</h1>
55
Fcloud is a simple utility that makes it easy to work with the cloud
66

7-
<img src=https://img.shields.io/badge/cli-app-blue> <img src=https://img.shields.io/badge/version-0.9.5-orange> <img src=https://img.shields.io/badge/simple-docs-green> <img src=https://img.shields.io/badge/language-python-yellow>
7+
<img src=https://img.shields.io/badge/cli-app-blue> <img src=https://img.shields.io/badge/version-1.0.0-orange> <img src=https://img.shields.io/badge/simple-docs-green> <img src=https://img.shields.io/badge/language-python-yellow>
88

99
<img src="https://fcloud.tech/files/how_it_works.gif" alt="Fcloud in action" width="100%">
1010
</div>

docs/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@ Fcloud is a simple utility that makes it easy to work with cloud storage. When s
1818

1919
* Dropbox
2020

21+
* YandexDisk
22+
23+
2124
---

fcloud/.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[FCLOUD]
2-
service = dropbox
2+
service =
33
main_folder =
44
cfl_extension = .cfl
55

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
44

55
[tool.poetry]
66
name = "fcloud"
7-
version = "0.9.5"
7+
version = "1.0.0"
88
description = "Fcloud is a simple utility that makes it easy to work with the cloud."
99
authors = ["Unix-based <itdev.inbox@proton.me>"]
1010

0 commit comments

Comments
 (0)