Skip to content

Releases: ropali/dockyard

App v0.4.1

25 Dec 15:16
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

[0.4.1] - 2024-12-23

πŸ› Bug Fixes

  • White screen issue after typescript migration

App v0.4.0

22 Dec 15:09
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

[0.4.0] - 2024-12-22

πŸš€ Features

  • Migration to typescript (#30)

πŸ› Bug Fixes

  • Container process correct datatype and mapping
  • Image delete confirmation dialog box replaced with sweetalert popup
  • Image export functionality

App v0.3.0

29 Nov 15:06
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

[0.3.0] - 2024-11-29

πŸš€ Features

  • Added container processes tab
  • Container env vars tab

πŸ› Bug Fixes

  • Update fail message & modal UI theme issue
  • Make the ping interval tighter

App v0.2.3

22 Nov 15:46
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

[0.2.3] - 2024-11-22

πŸš€ Features

  • Refactored delete action & added confirmation dialog

🚜 Refactor

  • Removed dead UI code

App v0.2.2

14 Nov 12:27
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

[0.2.2] - 2024-11-14

πŸš€ Features

  • Container export option added
  • Moved to SweetAlert2 from react-toast for notifications and modal popups
  • Apply theme based styles to toast

App v0.2.1

21 Oct 17:25
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

[0.2.1] - 2024-10-21

πŸ› Bug Fixes

  • Fixed .store.bin issue if terminal not set manually from settings screen

βš™οΈ Miscellaneous Tasks

  • Bumped up version for release

App v0.2.0

02 Oct 15:35
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

[0.2.0] - 2024-10-02

πŸš€ Features

  • Container rename option (#24)
  • Cross platform terminal settings (#22)
  • Enable Link-Time Optimization

πŸ“š Documentation

  • Update screenshots
  • Fixed install instructions in README.md

βš™οΈ Miscellaneous Tasks

  • Update major version for release
  • Add the steps to open in MacOS

App v0.1.2

22 Sep 07:39
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

[0.1.2] - 2024-09-22

πŸ› Bug Fixes

  • Container List component re-renders infinitely

App v0.1.1

20 Sep 15:36
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

[0.1.1] - 2024-09-20

πŸš€ Features

  • Option to check for app update
  • Using official tauri gh action for build & release

πŸ› Bug Fixes

  • Avoid showing images without repotags

πŸ“š Documentation

  • Added more relevant badges
  • Added macOS support badge

[0.1.0] - 2024-09-10

πŸš€ Features

  • Option to specify terminal-app in settings
  • Better json syntax highlighting
  • Optimized json syntax highlighting
  • Added changelog generation using git-cliff
  • Added version on hover on docker inline indicator at sidebar bottom
  • Docker service status detection on startup

πŸ› Bug Fixes

  • Container refresh api filtering running container only
  • CHANGELOG file missing issue in the gh action
  • CHANGELOG file path in release step
  • Release name

πŸ“š Documentation

  • Updated links and banner image

βš™οΈ Miscellaneous Tasks

  • Updated version and changelog for release
  • Bumped up various config & package version
  • Shorten release workflow name