Commit graph

94 commits

Author SHA1 Message Date
Vito Castellano
6c80585431
chore: release version 2.0.0 - Cask support and XDG compliance (#30) v2.0.0
* feat: add leaves filter to show explicitly installed packages (#25)

Add new filter [L] to display only "leaf" packages - those installed
explicitly by the user and not as dependencies of other packages.

* refactor: Migrate to Podman with OCI Containerfile and enhanced Makefile (#26)

* refactor: migrate from Docker to Podman with OCI Containerfile

Replace Docker with Podman for better security and OCI compliance.
Switch from Dockerfile to standard Containerfile format.

* chore: upgrade Go from 1.24 to 1.25

Update Go version to 1.25 to support latest goreleaser v2 and benefit from improved performance and language features.

* refactor: migrate to Podman and enhance Makefile

Replace Docker with Podman and upgrade Makefile with help system and new developer-friendly targets.

* chore: upgrade to Go 1.25 and golangci-lint v2.5.0

Update Go to 1.25 and golangci-lint to v2.5.0 for better tooling support.

* feat: add security scanning with govulncheck and gosec (#27)

Add comprehensive security scanning to the project with vulnerability checks and static analysis tools.

* feat: Add complete Casks support with unified UI (#28)

* feat(cask): add backend support for Homebrew casks

Implement complete backend infrastructure for managing Homebrew casks alongside formulae, preparing for unified UI.

* feat(cask): add complete Homebrew casks support with unified UI

Implement full backend and UI support for managing Homebrew casks alongside formulae in a unified interface.

* fix(cask): parse cask analytics correctly

Fix cask analytics not being displayed (showing 0 for all casks).

* feat(cask): add complete Homebrew casks support with unified UI

Implement full backend and UI support for managing Homebrew casks alongside formulae in a unified interface.

* fix: create copy to avoid implicit memory aliasing

* feat: implement XDG Base Directory Specification with github.com/adrg/xdg (#29)

Implement XDG Base Directory Specification using the github.com/adrg/xdg package for robust cross-platform support.
2025-10-13 21:26:18 +02:00
Vito Castellano
edae4d747e
added docker support and updated go version to the 1.24 version
Some checks failed
Quality / golangci-lint (push) Has been cancelled
Quality / Build (push) Has been cancelled
2025-06-26 17:44:43 +02:00
Vito
5546ad1b33
feat: general improvement and removed command service (#20) v1.8.0
* improved quality code and add general logic fix

* feat: removed command service
2025-06-26 15:43:26 +02:00
Vito
78eb621275
feat: added linux build support (#19)
Some checks are pending
Quality / golangci-lint (push) Waiting to run
Quality / Build (push) Waiting to run
2025-06-25 22:26:54 +02:00
Vito
f514bc3a30
feat: io service refactoring (#18)
Some checks are pending
Quality / golangci-lint (push) Waiting to run
Quality / Build (push) Waiting to run
* refactored io legend and handler

* implmented dedicated IOService

* refactored and fixed io service

* fixed quality issues

* fix general and copilot issues
2025-06-25 17:26:35 +02:00
Tarun Nahak
672d3982fd
feat(14): move formatting logic to Details ui component (#15)
Some checks failed
Quality / golangci-lint (push) Has been cancelled
Quality / Build (push) Has been cancelled
v1.7.1
* refactored move formatting logic to Details ui component

* refactored the setContent for details formatting and remove setFormula

* refactor: clean up LocalPath handling and improve details formatting
2025-06-09 22:28:54 +02:00
Vito Castellano
27a678af97
fix: updated brew descriptor
Some checks failed
Quality / golangci-lint (push) Has been cancelled
Quality / Build (push) Has been cancelled
2025-06-07 23:35:20 +02:00
Vito
a3b6b81a2c
feat(12): cache formulajson (#13)
Some checks are pending
Quality / golangci-lint (push) Waiting to run
Quality / Build (push) Waiting to run
v1.7.0
* moved update homebrew command

* refactored brew service to support formulae cache file

* fix copilot suggestion
2025-06-07 15:29:12 +02:00
Vito
14e2048105
feat: Improvements to package filtering and locally installed packages (#11)
Some checks failed
Quality / golangci-lint (push) Has been cancelled
Quality / Build (push) Has been cancelled
v1.6.0
* feat: improve locally installed filter

* feat: improved filtering outdated packages

* fix: added installed filters also in the main view
2025-06-05 00:22:29 +02:00
Vito Castellano
ef45a7b918
new blog content 2025-04-13 22:39:01 +02:00
Vito Castellano
47978a2710
added back-to-top functionality 2025-03-30 03:11:20 +02:00
Vito Castellano
63688157f9
fixed menu 2025-03-30 03:07:28 +02:00
Vito Castellano
421da9e27f
added site content generator 2025-03-30 01:05:41 +01:00
Vito Castellano
e5beb9426a
add missing breadcrumb 2025-03-29 17:05:13 +01:00
Vito Castellano
ab623b4de3
fix blog section 2025-03-29 17:01:29 +01:00
Vito Castellano
e81beacdea
add blog 2025-03-29 16:53:21 +01:00
kypkk
b9c0ab75a9
feat: filter outdated package (#9) v1.5.0
* feat: filter by update available package

* fix: variable name to Outdated packages and fix some io conditions
2025-03-16 00:23:35 +01:00
Vito Castellano
cb5708b2dc
update screenshots v1.4.0 2025-03-03 23:20:45 +01:00
Vito Castellano
03b7957e00
add contributors section 2025-03-03 23:18:34 +01:00
luca
4c76d53e4a
fix: minor suggestions in Readme (#8) 2025-03-03 22:51:52 +01:00
Brian Wigginton
e92e6533b8
feat: download counts and default search sort by download count (#7) 2025-03-03 22:49:30 +01:00
Vito Castellano
f388ee41c7
fixed hero height 2025-03-01 17:16:35 +01:00
Vito Castellano
8fd52bcae5
comment fix v1.3.1 2025-03-01 16:44:27 +01:00
Vito Castellano
c9ea63bb0c
feat: handle revisioned version 2025-03-01 16:42:31 +01:00
Vito Castellano
446650b6a2
feat: enhanced details view 2025-03-01 16:00:31 +01:00
Vito Castellano
289df487fa
feat: add some ui improvment 2025-03-01 12:52:29 +01:00
Vito Castellano
07a306f444
removed unused js 2025-03-01 12:14:29 +01:00
Vito Castellano
d47e603778
add gtag 2025-03-01 12:04:50 +01:00
Vito Castellano
608430775c
added new sections, robot and sitemap 2025-03-01 02:02:05 +01:00
Vito Castellano
43da8bc29c
improved copy button 2025-03-01 01:29:53 +01:00
Vito Castellano
52a40d3ac9
updated site and documentation 2025-03-01 01:20:45 +01:00
Vito Castellano
1946df9cf7
update gh page 2025-02-27 00:25:04 +01:00
Vito Castellano
b425d1a4c7
updated meta 2025-02-27 00:11:56 +01:00
Vito Castellano
83a1b10b49
added icons 2025-02-26 23:52:14 +01:00
Vito Castellano
45bea4d307
updated screenshot 2025-02-25 00:19:34 +01:00
Vito Castellano
d3ef9ee833
fix build path v1.3.0 2025-02-25 00:12:04 +01:00
Vito Castellano
d710fdc8d7
feat: add github build job 2025-02-25 00:11:16 +01:00
Vito Castellano
78f00ee75d
fix install invocation 2025-02-25 00:05:51 +01:00
Vito Castellano
75a7716b91
feat: improved std output handlers 2025-02-24 23:44:43 +01:00
Vito
7d2c082ea5
feat: new UI layout management (#6)
* created new components

* enhanced new layout

* improved theme
2025-02-24 22:53:09 +01:00
Vito Castellano
74884eaabf
feat: implement asynchronous version check with context support 2025-02-23 01:32:35 +01:00
Vito Castellano
8e33e396cf
fix: removed go as formula dependcies 2025-02-23 01:10:11 +01:00
Vito Castellano
d459580f05
fix: updated url changelog 2025-02-23 01:07:59 +01:00
Vito Castellano
9423c80a9c
feat: added changelog v1.2.1 2025-02-23 01:04:21 +01:00
Vito Castellano
91021c7e58
updated readme 2025-02-23 00:55:58 +01:00
Vito
de5d495f08
feat: docs (#5)
* wip docs

* improved feature section

* improved doc style

* added a style

* add meta
2025-02-23 00:26:33 +01:00
Vito
23a010f8c7
Create CNAME 2025-02-22 18:25:23 +01:00
Vito
01a093ff5a
Docs gh-page (#4)
* wip docs

* improved feature section

* improved doc style

* added a style
2025-02-22 01:35:19 +01:00
Vito Castellano
d20c3d3510
added docs 2025-02-21 23:53:14 +01:00
Vito Castellano
6bbb264334
add notification view v1.2.0 2025-02-16 00:59:17 +01:00