Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@CermakM CermakM released this 09 Dec 18:41
· 131 commits to master since this release

New

  • Update the README. [Marek Cermak]

  • Added UI screenshot to assets/ [Marek Cermak]

  • Display the installed version as a tooltip. [Marek Cermak]

    Signed-off-by: Marek Cermak macermak@redhat.com

    modified: src/ui/components/field-installed.vue
    modified: src/ui/store.ts
    modified: src/ui/ui.vue

  • Collect information about installed packages. [Marek Cermak]

    Signed-off-by: Marek Cermak macermak@redhat.com

    modified: src/thoth.ts
    modified: src/ui/store.ts
    modified: src/ui/ui.vue

  • Added a column to show whether a package is installed. [Marek Cermak]

    Signed-off-by: Marek Cermak macermak@redhat.com

    new file: src/ui/components/field-installed.vue
    modified: src/ui/store.ts
    modified: src/ui/ui.vue

Changes

  • Moved type prototypes to proto/ folder. [Marek Cermak]

    Signed-off-by: Marek Cermak macermak@redhat.com

    renamed: js/src/kernel.ts -> js/src/proto/kernel.ts
    renamed: js/src/requirements.ts -> js/src/proto/requirements.ts
    modified: js/src/notebook.ts
    modified: js/src/thoth.ts
    modified: js/src/ui/components/button-install.vue
    modified: js/src/ui/store.ts
    modified: js/src/ui/ui.vue

  • Renaming of UI components. [Marek Cermak]

    Signed-off-by: Marek Cermak macermak@redhat.com

    renamed: js/src/ui/components/install.vue -> js/src/ui/components/button-install.vue
    renamed: js/src/ui/components/package-field.vue -> js/src/ui/components/field-package.vue
    renamed: js/src/ui/components/version-field.vue -> js/src/ui/components/field-version.vue
    modified: js/src/ui/ui.vue

Fix

  • Fixed incorrect size of health tag. [Marek Cermak]
  • Fixed issue with null constraints. [Marek Cermak]

Other