Update assets
@ -4,15 +4,39 @@
|
||||
|
||||
Using API Dash, you can easily create & customize your API requests, visually inspect responses and generate Dart code on the go.
|
||||
|
||||
Please support this project by giving us a ~`Star on GitHub`~
|
||||
**Please support this project by giving us a** ~`Star on GitHub`~
|
||||
|
||||
#br
|
||||
|
||||
## What's new in this release?
|
||||
## What's new in this release (v0.2.0)?
|
||||
|
||||
#br
|
||||
|
||||
View full changelog [here](https://github.com/foss42/api-dash/blob/main/CHANGELOG.md).
|
||||
1. A brand new UI with Settings.
|
||||
|
||||

|
||||
|
||||
2. Dark Mode Support
|
||||
|
||||

|
||||
|
||||
3. You can now rename any request. Just double-click on it and enter the name.
|
||||
|
||||

|
||||
|
||||
4. Emoji support across the app. You can now easily send text content with emojis and preview any API response containing emojis.
|
||||
|
||||

|
||||
|
||||
5. You can now save response body of any mimetype (image, text, etc.) directly in the Downloads folder by clicking on the Download button.
|
||||
|
||||

|
||||
|
||||
6. Window size and position is persisted and the configuration is restored on app start.
|
||||
7. Notification on save, download and any other user action (UX improvement).
|
||||
8. Linux builds are now available for API Dash (.deb & .rpm)
|
||||
|
||||
.. and various bug fixes & performance improvements. View full changelog [here](https://github.com/foss42/api-dash/blob/main/CHANGELOG.md).
|
||||
|
||||
#br
|
||||
|
||||
@ -20,7 +44,7 @@ View full changelog [here](https://github.com/foss42/api-dash/blob/main/CHANGELO
|
||||
|
||||
#br
|
||||
|
||||
Click on the ~`+ New`~ button to start drafting a new API request.
|
||||
Try out this live example
|
||||
|
||||
#br
|
||||
|
||||
|
BIN
assets/intro/dark-darkmode.gif
Normal file
After Width: | Height: | Size: 414 KiB |
BIN
assets/intro/dark-download.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
assets/intro/dark-emoji.png
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
assets/intro/dark-rename.gif
Normal file
After Width: | Height: | Size: 230 KiB |
BIN
assets/intro/dark-ui.png
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
assets/intro/light-darkmode.gif
Normal file
After Width: | Height: | Size: 518 KiB |
BIN
assets/intro/light-download.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
assets/intro/light-emoji.png
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
assets/intro/light-rename.gif
Normal file
After Width: | Height: | Size: 252 KiB |
BIN
assets/intro/light-ui.png
Normal file
After Width: | Height: | Size: 30 KiB |
@ -46,3 +46,4 @@ flutter:
|
||||
assets:
|
||||
- google_fonts/
|
||||
- assets/
|
||||
- assets/intro/
|
||||
|