Solseek Releases and Change Log

v1.0.2
Released on: March 16, 2026

Bugfixes:

  • Fix issue with Flatpak showing incorrect count when no flatpaks are installed due to adding "empty" as entry. #42
  • Fix issue where appstream-catalog has no flatpaks in it until Discover or Gnome Software is run. Added built in function to add and update the catalog in Solseek during cache update.

Full Changelog: https://github.com/clintre/solseek/compare/v1.0.1...v1.0.2


v1.0.1
Released on: March 11, 2026

Bugfixes:

  • Fixed assume yes for flatpak repair, which does not use that flag
  • Fixed issue with Configuration pane where it would try to import file that no longer existed


v1.0.0
Released on: March 9, 2026

This is the official release of 1.0.0! The planned features for the 1.0.0 milestone have been met.

Bugfixes:

  • Fixed issue where the first two items in the eopkg installed list were not showing. #40 thanks to @Vyrnexis
  • Fixed Flatpak cache issue where the wrong cache file was checked, causing a small performance hit. #40 thanks to @Vyrnexis
  • Fixed typos in en.ini

Enhancements

  • Add German language support, fix typos in en.ini by @garish-red in https://github.com/clintre/solseek/pull/39
  • Backend: all code is not modularized, allowing for easier maintenance as well as routing for future moss support

New Contributors

Full Changelog: https://github.com/clintre/solseek/compare/v0.12.1...v1.0.0


v0.12.1
Released on: March 3, 2026

Bugfixes:

  • Correct flatpak cache check, causing installed flatpaks not to be found


v0.12.0
Released on: March 2, 2026

Bugfixes:

  • Corrected minor logic issue when displaying driver list

Enhancements:

  • Added additional common drivers / tools based on Solus hardware documentation.

Other:

  • Code cleanup for version 1.x release


v0.11.0
Released on: February 19, 2026

Bugfixes:

Enhancements:

  • Added a Driver section (experimental) to help with installing drivers such as Nvidia and printer drivers
  • Kernel detection between current and lts
  • GPU detection for Nvidia driver manager
  • Built logic for directing the user to the proper driver
  • Modularized the code to clean the main controlls

New Contributors:

Full Changelog: https://github.com/clintre/solseek/compare/v0.10.1...v0.11.0


v0.10.1
Released on: February 4, 2026

Bugfixes:

  • Fixed minor issue where if a user has a custom update script and updates everything, it is possible for firmware updates to reboot and not allow the custom update script to run.

Enhancements:

Other::

Full Changelog: https://github.com/clintre/solseek/compare/v0.10.0...v0.10.1


v0.10.0
Released on: January 25, 2026

Bugfixes:

  • Fixed issue where when running solseek up -e from the cli it would update eopkg and flatpak twice

Enhancements:

  • Added Spanish translation by @RexFactorem in https://github.com/clintre/solseek/pull/34
  • Added Flatpak History in tools to match capabilities with eopkg. Made possible by a change on Solus
  • Added link to wiki on main page

Other::

Full Changelog: https://github.com/clintre/solseek/compare/v0.9.0...v0.10.0


v0.9.0
Released on: January 19, 2026

Bugfixes:

  • Corrected where Fastfetch would not render proper colors due to FZF tty

Enhancements:

  • Added the ability to add a custom update script to Solseek. This will allow the user to create their own bash script to update other package types, like brew or appimages.
  • Enhanced the way how solseek list the updates. Will now cache the list during update check versus calling on load. This should minimalize the update list no showing when their is network congestion pulling from Solus repositories.
  • Added built-in fetch for users that do not have Fastfetch installed.
  • Added new buit-in fastfetch configs (icons, text, both) and color or no color
  • Added ability for user to use custom fastfetch config

Other:

  • Continued package modularization building towards moss support.


v0.8.1
Released on: December 16, 2025

Bugfixes:

  • Notification ID issue when using mixed levels
  • Information panel blank for Desktop App categories


v0.8.0
Released on: December 14, 2025

Bugfixes:

  • Fixed issue when displaying updates for flatpaks it would wrap after 7 columns instead of 70 due to typo
  • Fixed issue if user has changed to a user repo for flatpak instead of system. The fix is a new setting to override the repo setting

Enhancements:

  • New main menu based on feedback from survey. Simple main menu layout with proper sections.
  • Added config setting to allow for users that want the 0.7.x menu to continue to use the expanded main menu.
  • Added ability to filter Flatpak or Packages in the Desktop apps list using Alt+F/P
  • Cleaned up Desktop Apps list to clearly show if an entry is Flatpak or Package
  • Added Polish language. Credit to @aquilapl
  • Added ability to disable update checks for Solseek
  • Added settings for notifications: disable, default, service only
  • Added repo type for flatpak, if the user is using the user repo instead of system
  • Added ability to enable disable update check service from within Solseek
  • Added System Lifetime to show age of the Solus install on the Welcome page
  • Cleaned up the Welcome page
  • Added more non fzf areas to accept theme coloring
  • New config for rollback history limit. Default is 100
  • If user sets alternate editor in the config and it is not found, nano will be used as a backup
  • Change .lang file to .ini to better conform to how they are set and make using weblate easier in the future.
  • Set the default language to fill-in, if the detect language file is missing a variable. As I should have done since the start.
  • Enabled auto detect of language. Will only use local language if the language file exists
  • Many other small updates and code cleanup


v0.7.1
Released on: December 9, 2025

Bugfix:

  • Fixed bug with the desktop apps and rollback would not populate due to language parsing


v0.7.0
Released on: December 7, 2025

Bugfix:

  • Better handling when there are multiple active repos
  • Better handling when there is a local repo in use
  • Proper detection if there is a local eopkg-index.xml if if set to using local cache
  • Fallback to eopkg-index.xml.xz if for some reason the uncompressed version is missing if set to using local cache=1

Enhancement:

  • Added experimental Desktop Applications using the Appstream catalog to bring advanced search capabilities.
  • Added the ability to rollback Solus packages. Browse, select, and execute rollbacks within the tool.
  • Enhanced the eopkg update wrapper for Solseek. solseek up will check and install upgrades for eopkg and flatpak. Add the solseek up -e will check and install upgrades for everything.
  • Added wrap capabilities in the menu since I made the menu longer. Meaning if you are at the top and go up, it will wrap to the bottom.
  • Added basic theme support. Currently only 2 exist.
  • Added Solus color theme and set as default. It can be changed through the configuration
  • Added an About section to show access to support and changelog
  • Added Changelog list for the current version in the About section. It requires curl to be installed to work.
  • Added the --debug flag to help debug issues with Solseek
  • Added -cc flag to force starting Solseek with clean cache
  • Added 2 new config options. THEME for the new theme option. EDITOR for the cmd line editor. 
  • Moved to a single language file per language. This will make it much easier for translators.
  • Continued to cleanup and refactor the code for better support.


v0.6.0
Released on: December 2, 2025

Enhancements:

  • Performance improvements on launch
  • Modularizing the distinct cache areas so that they do not impact each other as much, even in parallel.
  • Improved the on-launch update checks so that when launching it will not be required to finish before launching. It will finish when it finishes and update the display when needed.
  • Created a new method to use the local eopkg index file, if it exists to create the cache file for Solseek. This is MUCH faster. If the index file cannot be found it will automatically fall back to the eopkg la call. It will be disabled by default, but you will be able to enable it in the config file. This will be considered experimental at this time until better tested.
  • Added eopkg delete-cache and update-repo functions in tools


v0.5.5
Released on: November 25, 2025

Bug Fixes:

  • Fixed bug where in-app update notice would check in rapid succession causing notification error.
  • Fixed formatting issue with in-app update list

Enhancement:

  • Small grammar change for package status
  • Flatpak check/repair


v0.5.1
Released on: November 24, 2025

Major refactoring of code to enhance the flow and maintainability of the package.

Bugs:

  • Fixed issue with Flatpak not finding certain packages that are runtimes.
  • Minor language correction

Enhancements:

  • Navigation does not just take you back to the main window now
  • Simplified the text in the menu to make translation easier
  • Removed the User Installed for Package List
  • Made the menu more clear and added sections
  • Added a new config flag SS_ASSUMEYES where if set to 1 will add the -y flag to package functions.

Core:

  • Separated the menu system from the main script to make management easier
  • Moved the fzf menu list to a key|text approach and standardized across all lists, including packages
  • Created standardized wrapper functions for fzf to make it easier to manage
  • Made all sub menus a sub action in the script to allow for better navigation and easy management.
  • Drastically cleaned the code for better maintenance
  • Fix minor cache issue


v0.5.0
Released on: November 23, 2025

Major refactoring of code to enhance the flow and maintainability of the package.

Bugs:

  • Fixed issue with Flatpak not finding certain packages that are runtimes.
  • Minor language correction

Enhancements:

  • Navigation does not just take you back to the main window now
  • Simplified the text in the menu to make translation easier
  • Removed the User Installed for Package List
  • Made the menu more clear and added sections
  • Added a new config flag SS_ASSUMEYES where if set to 1 will add the -y flag to package functions.

Core:

  • Separated the menu system from the main script to make management easier
  • Moved the fzf menu list to a key|text approach and standardized across all lists, including packages
  • Created standardized wrapper functions for fzf to make it easier to manage
  • Made all sub menus a sub action in the script to allow for better navigation and easy management.
  • Drastically cleaned the code for better maintenance
  • Fix minor cache issue


v0.4.0
Released on: November 18, 2025

Bugs:

  • Fixed minor bugs with the check updates.
  • Fixed minor translation and spelling issues.

Enhancements

  • Added methods to clean unused packages from eopkg
  • Added methods to clean unused packages from flatpak
  • Added templates for systemd timers and service to check for updates
  • Added listing up available updates if there are any available for both eopkg and flatpak


v0.3.3
Released on: November 15, 2025

Minor bug fixes

  • Fixed issue when user has both system and user flatpak repos configured
  • Added a config file to control language and fastfetch settings. This will allow the user to correct the fastfetch issue when not using a nerd font.

Added experimental French language support


v0.3.2
Released on: November 12, 2025

Minor fix: Correct issue with update caching through pkcon


v0.3.1
Released on: November 8, 2025

Fix bug where if there were no Flatpaks installed, the list would not initialize

Plus fixes and enhancements in v0.3.0


v0.3.0
Released on: November 7, 2025

  • [bugfix] Clearing cache so when you install/uninstall package, the list reflects the change.
  • [feature] Update check and display. When you start Solseek it will show if there are any updates available for Solus or Flatpak.
  • [feature] Optional: if you have Fastfetch installed, you will see your basic system information when launching Solseek. Utilization of CPU, Memory, and Storage
  • [feature] Full Flatpak management. Brings the same level of capability to Flatpak in Solseek as there is for eopkg. You will now be able to list, search, and manage Flatpak in the same way you can Solus packages through Solseek.
  • [cleanup] Cleaning up the text to minimize it a bit to make localization easier.

Due to the addition of Flatpak, appstream is needed to pull the proper information for display.


v0.2.0
Released on: October 25, 2025

Added inxi to the tools section for system information and debuging Added a Solseek.desktop file for menu entry Added an svg icon for the menu entry General cleanup in the lang files and added the inxi entry


Initial Release v0.1.0
Released on: October 22, 2025

Initial release