File tree Expand file tree Collapse file tree 5 files changed +16
-5
lines changed Expand file tree Collapse file tree 5 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This document records all notable changes to [ fcloud] ( https://fcloud.tech/docs ) .
4
4
5
- ## 0.9. 0 (2024-06-08 )
5
+ ## 1.0. 0 (2024-09-01 )
6
6
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
8
12
9
13
## 0.9.5 (2024-07-01)
10
14
11
15
- Fixed many bugs
12
16
- Added fcloud config read
13
17
- More readable errors
14
18
- Installer on windows without administrator rights
19
+
20
+ ## 0.9.0 (2024-06-08)
21
+
22
+ - Initial public release
Original file line number Diff line number Diff line change 4
4
</h1 >
5
5
Fcloud is a simple utility that makes it easy to work with the cloud
6
6
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>
8
8
9
9
<img src =" https://fcloud.tech/files/how_it_works.gif " alt =" Fcloud in action " width =" 100% " >
10
10
</div >
Original file line number Diff line number Diff line change @@ -18,4 +18,7 @@ Fcloud is a simple utility that makes it easy to work with cloud storage. When s
18
18
19
19
* Dropbox
20
20
21
+ * YandexDisk
22
+
23
+
21
24
---
Original file line number Diff line number Diff line change 1
1
[FCLOUD]
2
- service = dropbox
2
+ service =
3
3
main_folder =
4
4
cfl_extension = .cfl
5
5
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " fcloud"
7
- version = " 0.9.5 "
7
+ version = " 1.0.0 "
8
8
description = " Fcloud is a simple utility that makes it easy to work with the cloud."
9
9
authors = [" Unix-based <itdev.inbox@proton.me>" ]
10
10
You can’t perform that action at this time.
0 commit comments