Skip to content

Commit e35a9b0

Browse files
Updates
1 parent e1f0261 commit e35a9b0

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default {
2323
{ text: "Home", link: "/" },
2424
{ text: "About", link: "/getting-started/overview" },
2525
{
26-
text: "0.9.5",
26+
text: "0.9.6",
2727
items: [
2828
{
2929
// todo; add CHANGELOG.md in dotfiles-installer repo

docs/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## Version 0.9.6
4+
5+
- User interface updates
6+
- Check for available updates for remote sources from the load confifiguration screen
7+
38
## Version 0.9.5
49

510
- Configuration updates

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import gi, sys
1919
gi.require_version('Gtk', '4.0')
2020
gi.require_version('Adw', '1')
21-
from gi.repository import GObject, Gtk, Gio, Adw
21+
from gi.repository import GObject, Gtk, Gio, Adw, GLib
2222
from .window import DotfilesInstallerWindow
2323
from ._settings import *
2424

0 commit comments

Comments
 (0)