diff --git a/_service b/_service
index fb8aabf..9a0d07b 100644
--- a/_service
+++ b/_service
@@ -7,7 +7,7 @@
@PARENT_TAG@+@TAG_OFFSET@
(.*)\+0
\1
- 0.9.7
+ 1.0.0
enable
diff --git a/_servicedata b/_servicedata
index f90069d..44b32df 100644
--- a/_servicedata
+++ b/_servicedata
@@ -3,4 +3,4 @@
https://github.com/shundhammer/yqpkg.git
ca8bd11aa2729b40fa14e5e7131f3e7506962260
https://github.com/shundhammer/myrlyn.git
- 1cfa079e67f1c9820e0b402daa713d98e0677c4a
\ No newline at end of file
+ 58a8c143ec896a5eacf83f447c8940bc32b6c24b
\ No newline at end of file
diff --git a/myrlyn-0.9.7.obscpio b/myrlyn-0.9.7.obscpio
deleted file mode 100644
index 9972f9f..0000000
--- a/myrlyn-0.9.7.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:f4d2f2a3cc7ec6db59f540db5fd129c78c478cc9b069f38eb8f3ef7334167284
-size 6581773
diff --git a/myrlyn-1.0.0.obscpio b/myrlyn-1.0.0.obscpio
new file mode 100644
index 0000000..261cb50
--- /dev/null
+++ b/myrlyn-1.0.0.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a22e7983b92ece67920f84ffedce9343a76464d928020ae5c6092739c3fbb003
+size 24006157
diff --git a/myrlyn.changes b/myrlyn.changes
index ecc4f06..e939b3d 100644
--- a/myrlyn.changes
+++ b/myrlyn.changes
@@ -1,3 +1,110 @@
+-------------------------------------------------------------------
+Sat Jan 17 19:05:15 UTC 2026 - Stefan Hundhammer
+
+- Update to version 1.0.0:
+ * Version bump to 1.0.0
+ * Document zypp history filters
+ * Wider columns in zypp history
+ * zypp history filters are working
+ * New classes for zypp history filters
+ * Use [OK] as the default dialog button
+ * Suppress Qt bullshit messages that keep flooding the log
+ * Add zypp history filter dialog
+ * Add infrastructure for zypp history filters
+ * Extend zypp history browser time line to today if the last activity date was just 10 or less days ago
+ * Zypp history error handling
+ * Fix (+/-) count conditions
+ * Show (+/-) count in zypp history only for nontrivial transactions
+ * Reasonable column widths in zypp history browser
+ * Initial selection in zypp history browser
+ * Added new zypp history browser to features in README.md
+ * Show (+/-) count for commands in zypp history
+ * Show --zypp-history in usage message as normal, not debugging option
+ * Use standard columns in zypp history only for packages and patches
+ * Fixed column spanning for parent items
+ * Working zypp history browser navigation
+ * Populated history events tree
+ * First populated timeline (navigation) tree for the zypp history
+ * First rough parsing tests ok
+ * Add Ctrl+Shift+H shortcut to show zypp history
+ * First new (still empty) ZyppHistoryBrowser, drop old YQPkgHistoryDialog
+ * Code reorg + consistency
+ * Handle incomplete zypp history files
+ * New designer form for the zypp history browser
+ * More zypp history test data
+ * Add zypp history test data
+ * Factor out ZyppHistoryEvents
+ * Use a namespace for better organization
+ * Lots of boring zypp history parser code
+ * Parse zypp history command events
+ * Filling ZyppHistoryParser with life
+ * Filling ZyppHistoryParser with life
+ * New class ZyppHistoryParser
+ * New class ZyppHistory
+ * Handle command line options with additional argument
+ * Make sure at least one "search in" check box is checked when searching
+ * Support searching in RPM recommends, too
+ * Added tooltip for auto search default mode button
+ * Right-align auto search default mode button
+ * Enable switching the default auto search mode between "Starts With" and "Contains"
+ * New icons
+ * Allow no parent
+ * Unneeded includes
+ * Fixed script she-bang
+ * Class rename MyrlynTranslator -> Translator
+ * Generalize MyrlynTranslator
+ * Re-imported latest QDirStat logger
+ * Show special resolver modes (up/dup) in status line
+ * Silenced left-over debug output
+ * Support using ~/.config/openSUSE/myrlyn-sudo.conf
+ * Fixed typo in .desktop file
+ * Added Video LAN community repo (also serves libdvdcss)
+ * Log the Qt environment
+ * More HiDPI hints in .desktop files
+ * Ensure the popup is centered
+ * Commented out unavailable/redundant community repos on 16.x
+ * No progress bar during post-transaction scripts
+ * Actually use myrlyn-run0 in myrlyn-run0.desktop
+ * Added systemd run0 support (#122 by @zeusgoose)
+ * Updated docs: Stability and maturity
+ * Added myrlyn-stable for Leap 15.6 from OBS home:shundhammer to downloads
+
+-------------------------------------------------------------------
+Mon Oct 13 09:52:28 UTC 2025 - Stefan Hundhammer
+
+- Update to version 0.9.9:
+ * Version bump to 0.9.9
+ * Default to not using RPM groups on openSUSE / SLE distros
+ * Added the freshly published community repos for Leap 16.0 / SLES-16.0
+ * Hint about HiDPI scaling in .desktop files
+ * Keep QT_SCALE_FACTOR in myrlyn-sudo environment
+ * Don't show service filter view by default
+
+-------------------------------------------------------------------
+Tue Aug 26 12:32:56 UTC 2025 - Stefan Hundhammer
+
+- Update to version 0.9.8:
+ * Version bump to 0.9.8
+ * Don't write a default for useRpmGroups for now (Closes #112)
+ * Make the default for "useRpmGroups" compile-time configurable
+ * Make "useRpmGroups" configurable in config file
+ * Use textdomain "rpm-groups" for RPM groups
+ * Removed redundant initial selection
+ * Class rename for consistency
+ * Lazy RPM tree init for startup performance
+ * Filter correcty for empty RPM groups
+ * Removed ancient fallback RPM groups
+ * Consistent terminology
+ * Open only the first two levels of the RPM groups tree
+ * Suppress Qt logging spam
+ * First hacky version of RPM groups (#112)
+ * Translate RPM groups and suppress 'Unspecified'
+ * Show RPM group in technical details view (#112)
+ * Use non-breaking hyphen in read‑only
+ * Don't consider ignored missing RPM signature as failed task (Closes #110)
+ * GitHub config
+ * Added Leap 16.x community repos
+
-------------------------------------------------------------------
Wed Jul 09 09:41:24 UTC 2025 - shundhammer@suse.com
diff --git a/myrlyn.obsinfo b/myrlyn.obsinfo
index 8599901..151c644 100644
--- a/myrlyn.obsinfo
+++ b/myrlyn.obsinfo
@@ -1,4 +1,4 @@
name: myrlyn
-version: 0.9.7
-mtime: 1752053759
-commit: 1cfa079e67f1c9820e0b402daa713d98e0677c4a
+version: 1.0.0
+mtime: 1768676007
+commit: 58a8c143ec896a5eacf83f447c8940bc32b6c24b
diff --git a/myrlyn.spec b/myrlyn.spec
index a149b1f..b794792 100644
--- a/myrlyn.spec
+++ b/myrlyn.spec
@@ -20,7 +20,7 @@
Name: myrlyn
# If you change the version here, don't forget ../VERSION.cmake !
# To increase only the last number, use rake version:bump
-Version: 0.9.7
+Version: 1.0.0
Release: 0
Summary: Package manager GUI
License: GPL-2.0-only
@@ -77,7 +77,8 @@ CMAKE_OPTS="-DCMAKE_BUILD_TYPE=RELEASE"
%endif
%cmake \
- $CMAKE_OPTS
+ $CMAKE_OPTS \
+ -DUSE_RPM_GROUPS=off
%cmake_build
%install