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 22
33This 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
Original file line number Diff line number Diff line change 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 >
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
1818
1919* Dropbox
2020
21+ * YandexDisk
22+
23+
2124---
Original file line number Diff line number Diff line change 11[FCLOUD]
2- service = dropbox
2+ service =
33main_folder =
44cfl_extension = .cfl
55
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
44
55[tool .poetry ]
66name = " fcloud"
7- version = " 0.9.5 "
7+ version = " 1.0.0 "
88description = " Fcloud is a simple utility that makes it easy to work with the cloud."
99authors = [
" Unix-based <[email protected] >" ]
1010
You can’t perform that action at this time.
0 commit comments