mirror of
https://github.com/EpicMorg/atlassian-downloader.git
synced 2025-07-04 22:59:26 +03:00
metainfo
This commit is contained in:
parent
59fa3ebc5a
commit
08256f0abe
BIN
.github/media/screenshot-01.png
vendored
BIN
.github/media/screenshot-01.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 127 KiB |
BIN
.github/media/screenshot-02.png
vendored
BIN
.github/media/screenshot-02.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 42 KiB |
BIN
.github/media/screenshot-03.png
vendored
BIN
.github/media/screenshot-03.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 56 KiB |
@ -1,9 +1,12 @@
|
|||||||
# Atlassian Downloader - Changelog
|
# Atlassian Downloader - Changelog
|
||||||
|
|
||||||
## 2.x
|
## 2.x
|
||||||
|
* `2.0.0.0` - migrated to `dotnet8` and updated libs.
|
||||||
* `2.0.0.0` - migrated to `dotnet8` and updated libs. code optimized by [@kasthack](https://github.com/kasthack). reworked build scripts via `cli` and `vs`. added translations to `ru` and `en`. added new dists - `osx-arm64`, `linux-bionic-x64`.
|
* code optimized by [@kasthack](https://github.com/kasthack).
|
||||||
|
* reworked build scripts via `cli` and `vs`.
|
||||||
|
* added new dists - `osx-arm64`, `linux-bionic-x64`.
|
||||||
|
* added support of custom useragent via flag
|
||||||
|
* added suppor of skipping existing files via flag
|
||||||
## 1.x
|
## 1.x
|
||||||
* `1.1.0.0` - added automatic compare of local and remote file sizes. If they differ - the file will be re-downloaded.
|
* `1.1.0.0` - added automatic compare of local and remote file sizes. If they differ - the file will be re-downloaded.
|
||||||
* `1.0.1.1` - minor update: added `UserAgent` to HTTP headers and added mirrors of json files.
|
* `1.0.1.1` - minor update: added `UserAgent` to HTTP headers and added mirrors of json files.
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
Console app written with `c#` and `dotnet8` for downloading all avalible products from `Atlassian`. Why not?
|
Console app written with `c#` and `dotnet8` for downloading all avalible products from `Atlassian`. Why not?
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
# Supported OS:
|
# Supported OS:
|
||||||
`win-x86`, `win-x64`, `win-arm64`, `linux-x86`, `linux-x64`, `linux-musl-x64`, `linux-arm`, `linux-arm64`, `linux-bionic-x64`, `osx-x64`, `osx-arm64`
|
`win-x86`, `win-x64`, `win-arm64`, `linux-x86`, `linux-x64`, `linux-musl-x64`, `linux-arm`, `linux-arm64`, `linux-bionic-x64`, `osx-x64`, `osx-arm64`
|
||||||
@ -44,7 +44,7 @@ Console app written with `c#` and `dotnet8` for downloading all avalible product
|
|||||||
# Usage and settings
|
# Usage and settings
|
||||||
## CLI args
|
## CLI args
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
```
|
```
|
||||||
atlassian-downloader:
|
atlassian-downloader:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user