# Psswd Box Release Notes

## 1.0.0 (25 Mar 2025)

- Initial release

## 1.0.1 (25 Mar 2025)

### Major Changes

### Minor Changes

### Patch Changes

### Documentation Changes

## 1.0.2 (25 Mar 2025)

### Major Changes

### Minor Changes

### Patch Changes

### Documentation Changes

## 1.1.0 (26 Mar 2025)

### Major Changes

### Minor Changes

- [Clean up the semiprime and squarefree prime checks](https://codeberg.org/melvinquick/prime_number_finder/issues/2)

### Patch Changes

### Documentation Changes

- [Add docstrings to each function in prime_checker to make it more apparent what's going on](https://codeberg.org/melvinquick/prime_number_finder/issues/1)

## 1.2.1 (27 Mar 2025)

### Major Changes

### Minor Changes

- [Break out digit_sum function to two separate functions for logic cleanup purposes](https://codeberg.org/melvinquick/prime_number_finder/issues/4)

### Patch Changes

- [Move calculations to check functions and out of the prime_check function](https://codeberg.org/melvinquick/prime_number_finder/issues/3)

### Documentation Changes

## 1.5.0 (31 Mar 2025)

### Major Changes

### Minor Changes

- [Update UI to be more in line with my other apps](https://codeberg.org/melvinquick/prime_number_finder/issues/5)
- [Add toggle button for light/dark themes](https://codeberg.org/melvinquick/prime_number_finder/issues/6)
- [Update check input box to be able to have text in it as well so the check_output widget can go away](https://codeberg.org/melvinquick/prime_number_finder/issues/7)

### Patch Changes

### Documentation Changes

## 1.7.0 (01 Apr 2025)

### Major Changes

### Minor Changes

- [Move current_number.txt and prime_numbers.txt file into new resources/data directory](https://codeberg.org/melvinquick/prime_number_finder/issues/8)
- [Delete unused config_handler.py and combine prime_file_handler.py and yaml_file_handler.py into one file_handler.py file](https://codeberg.org/melvinquick/prime_number_finder/issues/9)

### Patch Changes

### Documentation Changes

## 1.7.1 (01 Apr 2025)

### Major Changes

### Minor Changes

### Patch Changes

- [Delete unused config_handler.py file](https://codeberg.org/melvinquick/prime_number_finder/issues/10)

### Documentation Changes

## 1.8.0 (02 Apr 2025)

### Major Changes

### Minor Changes

### Patch Changes

- [Switch from using .TXT files for data storage to using a sqlite3 database](https://codeberg.org/melvinquick/prime_number_finder/issues/11)

### Documentation Changes

## 1.8.1 (31 Oct 2025)

### Major Changes

### Minor Changes

### Patch Changes

- Reduce required Python version to 3.10

### Documentation Changes

## 1.8.2 (23 Jun 2026)

### Major Changes

### Minor Changes

### Patch Changes

- Version bump to update dependencies

### Documentation Changes
