Skip to content

Commit

Permalink
Merge pull request #106 from root-reborn/master
Browse files Browse the repository at this point in the history
Nutty 1.2.0 Release changes finalised
  • Loading branch information
root-reborn authored Jul 27, 2024
2 parents 2bfbb08 + 7a3566f commit 69331cb
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 10 deletions.
8 changes: 8 additions & 0 deletions README.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ You'll need the following dependencies to build:
* libgranite-dev
* libnotify-dev
* libxml2-dev
* libxml2-utils
* libgee-0.8-dev
* libgtk-3-dev
* libsqlite3-dev
Expand Down Expand Up @@ -55,6 +56,13 @@ sudo ninja install
com.github.babluboy.nutty
```

To uninstall ,go to the build directory and run

```
sudo ninja uninstall
```


## Screenshot

![screenshot](https://raw.githubusercontent.com/babluboy/nutty/gh-pages/images/Nutty_Device_Alert.png)
28 changes: 19 additions & 9 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
com.github.babluboy.nutty (2.0) unreleased; urgency=low
com.github.babluboy.nutty (1.2.0) jammy; urgency=low

[Kishor aka root-reborn@github]
* Added python3 support to speedtest-cli script
* Migrated code from Granite.Services.Paths to GLib.Environment utility library to manage common file paths within the Nutty application.
* Fixed issues in appdata.xml files by merging PR's and making small corrections in date format so that deb package can be built without any warnings and errors
* Built a flatpak for Nutty from scratch and merged the flatpak manifest file and a flatpak build guide into the github repo.Implementing polkit is pending.
* Updated files in the debian directory to confirm with the latest Debian Policy version 4.7.0.0, released on 7th April 2024.This changes are made for Nutty 2.0 release.
* Built a flatpak for Nutty completely from scratch.The Flatpak Manifest file and also a Flatpak Build guide are merged both files into the master branch of the repo. Still improvements needed for Nutty flatpak to access host OS paths.
* Added python3 support to `speedtest-cli` script by migrating it from python2.
* Migrated vala source code from Granite.Services.Paths to GLib.Environment utility library to manage common file paths within the Nutty application since the former is deprecated.
* Updated files in the debian directory to confirm with the latest Debian Policy version 4.7.0.0 (released on 7th April 2024) to build .DEB package for Nutty. This changes are made for Nutty 1.2.0 release.
* Fixed issues in appdata.xml files by merging PR's and made corrections in invalid date format.This ensures the smooth building process of .deb package without any errors and warnings.
* Worked on migrating Nutty from gtk3 to gtk4 by creating a new branch `nutty-gtk4` in the main repo and commiting changs to meson.build file, Readme file and vala source code files. The changes will be merged to main branch for Nutty 2.0 release.

[Other Contributors]
* Please include other contributors @babluboy for this release(you may refer commits since Nutty 1.1.1 release)
[vbfton]
* Removed unordered lists from inside paragraphs. This fixes issues when building the deb package with latest policy version.

-- Siddhartha Das <bablu.boy@gmail.com> Tue, 2 Jul 2024 19:07:00 +0530
[freddii & SheIITear]
* fixed typos

[meisenzahl]
* Downgrade Node.js to fix builds on Travis CI

[leela52452]
* Added ellipsis

-- Siddhartha Das <bablu.boy@gmail.com> Tue, 27 Jul 2024 00:00:00 +0530

com.github.babluboy.nutty (1.1.1) xenial; urgency=low

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# project name and programming language
project('com.github.babluboy.nutty', ['vala', 'c'],
version: '1.1.1'
version: '1.2.0'
)
app_version = meson.project_version()
gnome = import('gnome')
Expand Down

0 comments on commit 69331cb

Please sign in to comment.