• v0.6.2 594d7e48f5

    Pata1704 released this 2025-02-04 16:32:58 +01:00 | 13 commits to main since this release

    [0.6.2] - 2025-02-04

    ⚙️ Miscellaneous Tasks

    • Update modul name and imports.

    [0.6.1] - 2025-02-04

    ⚙️ Miscellaneous Tasks

    • (go.mod) Update module name
    Downloads
  • v0.6.0 179e2a6ec3

    Pata1704 released this 2025-02-04 16:17:01 +01:00 | 15 commits to main since this release

    [0.6.0] - 2025-02-04

    🚀 Features

    • (cli) Add check command

    🚜 Refactor

    • (packagemanager,cli,tui) Move packages in specific subfolders
    Downloads
  • v0.5.0 3519efeccc

    Pata1704 released this 2025-01-24 10:29:05 +01:00 | 19 commits to main since this release

    [0.5.0] - 2025-01-24

    🚀 Features

    • (cli) Add concurrent execution of search and update to improve performance
    • (cli) Add aliases to commands
    • (config) Add creation of default config if no config exists
    • (cli) Add history command and logging for actions
    • (cli) Add max history length

    🐛 Bug Fixes

    • (packagemanager) Reimplement getPackagemanager to enable installing buildtools on linux

    🚜 Refactor

    • (cli) Perform code clean up
    Downloads
  • v0.4.0 0306ad36ef

    Pata1704 released this 2025-01-20 21:37:51 +01:00 | 27 commits to main since this release

    [0.4.0] - 2025-01-20

    🚀 Features

    • (cli) Add update and update-all command
    • (packagemanager) Added packagemanager definitions for winget and chocolatey
    • (cli,packagemanager) Implemented first working windows and macos versions

    🐛 Bug Fixes

    • (packagemanager) Added missing build tag for macos

    📚 Documentation

    • Update changelog.md
    Downloads
  • v0.3.1 3b1799397e

    Pata1704 released this 2025-01-19 13:27:42 +01:00 | 34 commits to main since this release

    [0.3.1] - 2025-01-19

    🐛 Bug Fixes

    • Fix nil pointer execution if no proper packagemanager selected
    Downloads
  • v0.3.0 cc3cc5c916

    Pata1704 released this 2025-01-18 16:58:31 +01:00 | 35 commits to main since this release

    [0.3.0] - 2025-01-18

    🚀 Features

    • (cli) Implement search argument
    • (cli) Add first implementation for install command
    • (cli) Cleanup install command and add remove and search command

    🐛 Bug Fixes

    • (cli) Add missing yes flag in flatpak remove cmd

    🚜 Refactor

    • Seperate files, function and structs into seperate packages
    • Move main.go back to project root
    Downloads
  • v0.2.0 4c1e85018f

    Pata1704 released this 2025-01-16 22:32:52 +01:00 | 46 commits to main since this release

    Changelog

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

    [0.2.0] - 2025-01-16

    🚀 Features

    • Update config.toml
    • (cli) Add packages command and various subcommands

    🚜 Refactor

    • Change package management for different software sources
    • Add progressbar and implement package interface
    • Implement a simple progressbar instead of bubbletea
    • Implement mocking functions and tests

    📚 Documentation

    • Update changelog.md

    ⚙️ Miscellaneous Tasks

    • Update gitignore and goreleaser.yaml
    Downloads
  • v0.1.0 f14b54ea20

    Pata1704 released this 2024-12-28 12:49:54 +01:00 | 55 commits to main since this release

    Changelog

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

    [0.1.0] - 2024-12-28

    🚀 Features

    • First initial commit
    • (cli) Add progress bar to instalation
    • (config,cli) Add packages and fix os find
    • (config,cli) Add progressbar to specialPack
    • (cli) Add checks for pacman
    • (cli,config) Add flatpak and dotfiles support
    • (cli) Add a box display
    • Prepare initial release

    🐛 Bug Fixes

    • (config,cli) Add unavailable list
    • Add missing packages
    • (config) Delete double entry for neovim
    • (cli) Fix wrong directory for dotfiles and and override for stow

    🚜 Refactor

    • Seperate functionality into files

    📚 Documentation

    • (config) Add packages to config.toml
    • (config) Add go packages
    Downloads