Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: pommee/goaway

Tags

v0.63.4

Toggle v0.63.4's commit message
chore(release): 0.63.4 [skip ci]

## [0.63.4](v0.63.3...v0.63.4) (2025-12-31)

### Bug Fixes

* **deps:** bump client dependencies ([f8d9a1d](f8d9a1d))

### UI/UX

* optimize ui for smaller viewports ([714f7ee](714f7ee))

v0.63.3

Toggle v0.63.3's commit message
chore(release): 0.63.3 [skip ci]

## [0.63.3](v0.63.2...v0.63.3) (2025-12-28)

### Bug Fixes

* added ability to change the name for any client ([2bca605](2bca605))

v0.63.2

Toggle v0.63.2's commit message
chore(release): 0.63.2 [skip ci]

## [0.63.2](v0.63.1...v0.63.2) (2025-12-23)

### Bug Fixes

* let gorm handle createdat/updatedat fields ([8667a15](8667a15))

v0.63.1

Toggle v0.63.1's commit message
chore(release): 0.63.1 [skip ci]

## [0.63.1](v0.63.0...v0.63.1) (2025-12-22)

### Bug Fixes

* fix bypass bug and cleanup client name/ip caches ([b1f2d68](b1f2d68))

v0.63.0

Toggle v0.63.0's commit message
chore(release): 0.63.0 [skip ci]

## [0.63.0](v0.62.25...v0.63.0) (2025-12-22)

### Features

* added ability to set 'bypass' for each client to bypass any rules ([1471ff1](1471ff1))

### UI/UX

* added indicator to show blocking status along with a modal rework ([2d23669](2d23669))
* make it clear that 'client' is clickable in the logs view ([dc633be](dc633be))

v0.62.25

Toggle v0.62.25's commit message
chore(release): 0.62.25 [skip ci]

## [0.62.25](v0.62.24...v0.62.25) (2025-12-20)

### Bug Fixes

* use net package instead of parsing raw strings for ip ([fb0b3bb](fb0b3bb))

### Documentation

* add 'api.jwtSecret' to documentation ([b8eb1af](b8eb1af))

### UI/UX

* remove 'lucide-react' related and confetti library to minimize build. Also updated the rest of client dependencies ([918d4ba](918d4ba))

v0.62.24

Toggle v0.62.24's commit message
chore(release): 0.62.24 [skip ci]

## [0.62.24](v0.62.23...v0.62.24) (2025-12-11)

### Bug Fixes

* prevent initialization if previously done for blacklist ([c8d6ee5](c8d6ee5))

v0.62.23

Toggle v0.62.23's commit message
chore(release): 0.62.23 [skip ci]

## [0.62.23](v0.62.22...v0.62.23) (2025-12-08)

### Bug Fixes

* parse blocking time as number ([31706de](31706de))

v0.62.22

Toggle v0.62.22's commit message
chore(release): 0.62.22 [skip ci]

## [0.62.22](v0.62.21...v0.62.22) (2025-12-08)

### Performance Improvements

* better performance when fetching unique query types ([9042f1d](9042f1d))

### UI/UX

* added themes ([64aa4ad](64aa4ad))

v0.62.21

Toggle v0.62.21's commit message
chore(release): 0.62.21 [skip ci]

## [0.62.21](v0.62.20...v0.62.21) (2025-12-08)

### Bug Fixes

* add better toast for 'pause blocking' button in case of error ([16827a8](16827a8))
* remove 'white flash' for dark mode users ([aeb1894](aeb1894))
* switched to only coloring log level instead of entire lines ([817dc24](817dc24))

### UI/UX

* add history tab to client card ([6565ec2](6565ec2))
* added restart button in dashboard that will fully restart the entire application ([1d45174](1d45174))
* cursor-pointer on toggle switch ([32103ae](32103ae))