File somo.changes of Package somo

-------------------------------------------------------------------
Fri Nov 21 15:50:43 UTC 2025 - Dmitry Markov <werwolf131313@gmail.com>

- Update to version 1.3.1:
  * release: v1.3.1
  * Bump clap_complete from 4.5.59 to 4.5.60
  * Bump etcetera from 0.10.0 to 0.11.0
  * Bump assert_cmd from 2.0.17 to 2.1.1
  * Bump clap from 4.5.50 to 4.5.51
  * Bump actions/upload-artifact from 4 to 5
  * Bump clap from 4.5.49 to 4.5.50
  * Bump clap_complete from 4.5.58 to 4.5.59
  * Bump regex from 1.12.1 to 1.12.2
  * Bump clap from 4.5.48 to 4.5.49
  * Bump regex from 1.11.3 to 1.12.1
  * Bump libc from 0.2.176 to 0.2.177

-------------------------------------------------------------------
Sat Oct 11 12:24:18 UTC 2025 - Dmitry Markov <werwolf131313@gmail.com>

- Update to version 1.3.0:
  * exclude mock data in crate packaging
  * fix ENRAGING readme typo
  * prepare release 1.3.0
  * Include Homebrew installation instructions
  * Bump tempfile from 3.22.0 to 3.23.0
  * addly cargo clippy
  * add no-pager flag to supress pager
  * run cargo clippy
  * update docstrings, rm (hopefully) unnecessary if-clause
  * feat: Automatically open output in pager if it's larger than the terminal
  * Bump libc from 0.2.175 to 0.2.176
  * Bump regex from 1.11.2 to 1.11.3
  * Bump serde from 1.0.226 to 1.0.228
  * Bump inquire from 0.8.0 to 0.9.1
  * Bump clap from 4.5.47 to 4.5.48
  * add explicitly components to cargo CI steps
  * Bump serde from 1.0.223 to 1.0.226
  * Bump clap_complete from 4.5.57 to 4.5.58
  * Bump serde_json from 1.0.143 to 1.0.145
  * Bump inquire from 0.7.5 to 0.8.0
  * Bump DeterminateSystems/nix-installer-action from 19 to 20
  * Bump tempfile from 3.21.0 to 3.22.0
  * Bump serde from 1.0.219 to 1.0.223
  * Bump termimad from 0.33.0 to 0.34.0
  * Bump procfs from 0.17.0 to 0.18.0
  * Bump clap from 4.5.46 to 4.5.47
  * fix test after rebase
  * update table layout integration tests
  * fix ci, format code
  * update md files
  * add CONTRIBUTING.md guide, update comments, run it-tests only on linux
  * add more integration tests, fix PID numeric sort bug
  * make integration tests only run for linux
  * update ci pipeline, update int-tests
  * allow cutstom procfs root path for testing, add procfs mock data and creation script
  * fix it job
  * fix macos, rm tty in docker run
  * add mocked procfs
  * add script and docker setup for generating dummy procfs data
  * bump minor version to 1.2.0
  * minor readme update
  * update release date
  * minor changes in the readme
  * update feature section in readme
  * update readme installation docs, add arch install
  * update changelog and readme

-------------------------------------------------------------------
Tue Sep 02 17:45:04 UTC 2025 - Dmitry Markov <werwolf131313@gmail.com>

- Update to version 1.2.0:
  * bump minor version to 1.2.0
  * minor readme update
  * update release date
  * Bump termimad from 0.33.0 to 0.34.0
  * Bump procfs from 0.17.0 to 0.18.0
  * Bump clap from 4.5.45 to 4.5.46
  * fix readme typo
  * update readme entry saying ipv4/6 arent mutually exclusive anymore
  * refactor filtering
  * minor changes in the readme
  * update feature section in readme
  * update readme installation docs, add arch install
  * update changelog and readme
  * fix typo in readme
  * update readme with new flags
  * apply fmt
  * fix typos, rename tests
  * doc: docstring, function names fix: allow 4 with ex6
  * style: format
  * fix: add pub function to common
  * fix: exclusive filters test: ipv4/6 desicion
  * fix: naming and unnecessary test
  * style: fix formatting
  * feat: filter by ipv4 / 6
  * update image for compact table view
  * add readme entry for config-file feature
  * Bump libc from 0.2.174 to 0.2.175
  * update config file default contents
  * Bump serde_json from 1.0.142 to 1.0.143
  * dont run testsin nix CI job
  * update readme with new feature
  * apply cargo fmt
  * rm test relying on pretty-printed output
  * add docstrings, tests, 'service' in table header
  * fix: annotate ephemeral ports with single tag
  * fix: broken testcases
  * fix: remove unused function
  * fix: lazylock, single tag, format, helper
  * exclude tempfile crate in release bin
  * update config
  * apply clippy
  * adds test for parsing the config file
  * add config file for setting default flags
  * Bump actions/checkout from 4 to 5
  * Bump netstat2 from 0.11.1 to 0.11.2
  * Bump clap_complete from 4.5.56 to 4.5.57
  * fix: annotate ephemeral ports; clippy lint
  * Bump clap from 4.5.42 to 4.5.43
  * Bump clap_complete from 4.5.55 to 4.5.56
  * feat: add --annotate-remote-port to display IANA service name and ephemeral tag
  * apply fmt and clippy
  * finish markdown builder, add unit tests and refactor, rename table.rs to view.rs
  * add markdown file for building rows dynamically, change formatting
  * feat: enhance readability
  * Bump serde_json from 1.0.141 to 1.0.142
  * Bump clap from 4.5.41 to 4.5.42
  * add filter for established connections
  * Bump serde_json from 1.0.140 to 1.0.141
  * chore(deps): update dependencies

-------------------------------------------------------------------
Tue Jul 15 17:46:14 UTC 2025 - Dmitry Markov <werwolf131313@gmail.com>

- Update to version 1.1.0:
  * bump minor version to 1.1.0
  * fix readme typo
  * final update to changelog and readme before release
  * update docstring for the parse- and get-connection function for macos
  * add tests for macos connections function
  * update readme warning
  * update readme, add new changelog entry

-------------------------------------------------------------------
Tue Jul 15 17:39:37 UTC 2025 - Dmitry Markov <werwolf131313@gmail.com>

- initial build
openSUSE Build Service is sponsored by