Ismael Arias
5e503f89c2
Fixed the --version command when installed from source ( #347 )
...
* Fixed the --version command when installed from source (#344 )
The command only worked when running it inside the git repository.
Now, it works from everywhere, and the version is constructed using
the latest git tag and the SHA of the latest commit, which may help
with further debugging in future issues.
* Improving version output.
Renaming version_config to setuptools_git_versioning to be compliant with new plugin version.
Formatted the version when a git hash is present for a better readability.
The version is set in the setup.py file. This will be used for the tar.gz releases.
Snap version is also retrieved from setup.py too, so we avoid code repetition.
2022-01-09 13:49:41 +01:00
Adnan Hodzic
5b1f2a227f
Snap v1.9.1 and minor snap output improvement
2022-01-08 15:43:43 +01:00
Adnan Hodzic
a4fff5fb92
Removed Snap plugs requested in #323
2021-12-26 11:15:39 +01:00
Adnan Hodzic
42491b88c8
1.9.0 beta & necessary Pop OS Snap interfaces #323
2021-12-21 20:36:57 +01:00
Adnan Hodzic
8a73514b4b
Snap version bump
2021-12-16 13:03:42 +01:00
Adnan Hodzic
36155de8dc
Set auto-cpufreq.conf snap plug to write
2021-12-16 07:39:01 +01:00
Adnan Hodzic
5e3c7c8cfe
v1.8.1 snap release
2021-12-11 12:32:22 +01:00
Adnan Hodzic
1d4f88d78d
Revamp of gnome_detect & disable default enable functionality
2021-12-04 13:25:41 +01:00
Adnan Hodzic
d6bfdfc680
Revamp of bluetooth & gnome power profile control on Snap
2021-12-02 21:34:52 +01:00
Adnan Hodzic
2daa37cf0e
Snap interface for configuring Bluetooth
2021-11-29 07:56:09 +01:00
Adnan Hodzic
ec4556c835
Automatically enable/disable GNOME power savings profiles
2021-11-28 07:46:11 +01:00
Adnan Hodzic
59996baeba
1.7.2 (snap) release
2021-11-14 09:46:18 +01:00
Adnan Hodzic
893ed43bdf
v1.7.1 snap package release
2021-10-17 18:02:38 +02:00
Adnan Hodzic
ec50930a6e
Add interface for auto-cpufreq.conf & snap v1.7.0
2021-10-10 12:33:27 +02:00
Adnan Hodzic
ffc0bf0ca3
Use LZO algorithm compression for Snap package
2021-09-19 17:18:00 +02:00
Adnan Hodzic
e1409aa158
1.6.4 release (snap)
2021-03-14 19:36:39 +01:00
Adnan Hodzic
f870049d91
1.6.3 release (snap)
2021-03-11 19:31:20 +01:00
Adnan Hodzic
cb5be014e8
1.6.2 (snap) release
2021-02-21 10:38:57 +01:00
Adnan Hodzic
984cf657a6
1.6.1 release
2021-02-07 19:35:42 +01:00
Adnan Hodzic
0ce83115cb
Snap 1.6.0 release
2021-02-06 21:56:11 +01:00
Adnan Hodzic
c79ab10821
1.5.6 Snap release
2021-02-04 16:59:15 +01:00
Adnan Hodzic
3985d3ef5a
Hot-fix for laptops reporting wrong charing status ( Close : #164 )
2021-02-04 08:56:22 +01:00
Adnan Hodzic
a4812ea920
1.5.4 snap release
2021-02-03 16:39:06 +01:00
Adnan Hodzic
3e6d1314b3
snap release 1.5.3
2021-01-24 13:58:31 +01:00
Marco Vermeulen
6f7eec3b05
Deliver custom parallel version of cpufreqctl. ( #150 )
...
This will provide a new parallel version of `cpufreqctl` named
`cpufreqctl.auto-cpufreq` that is to be used by `auto-cpufreq`. This
prevents the system-wide version of this file from being clobbered,
which affects the integrity of what the package manager originally
installed. Applications depending on `cpufreqctl` will still get the
version that they expect.
2021-01-20 19:19:54 +01:00
Adnan Hodzic
c5e02551e1
snap 1.5.2 release
2021-01-17 10:24:44 +01:00
Adnan Hodzic
c8c8fab5cb
Re-calibrated performance/powersave triggers (fixed turbo always on on powersave)
2020-12-07 00:46:55 +01:00
Adnan Hodzic
eb9ccfe32f
Snap v1.5 release & module import fix (PYTHONPATH); updated README
2020-12-05 22:27:52 +01:00
Adnan Hodzic
5861883e21
snap version bump (1.3.4)
2020-09-28 11:03:21 +02:00
Adnan Hodzic
b7ec8472af
added coreutils to snap build as complement to #120 + 1.3.3 release (beta)
2020-09-23 18:05:24 +02:00
Adnan Hodzic
4990854f3c
snap version bump 1.3.2 (beta)
2020-09-16 18:57:25 +02:00
Adnan Hodzic
e405e41fd7
Display CPU usage per each core
2020-09-13 22:51:03 +02:00
Adnan Hodzic
28cd1e7cd9
version bump (1.3 release)
2020-09-11 21:45:31 +02:00
Adnan Hodzic
39a9c04f33
removed get_sys_info func + implemented env + python info to debug
2020-09-10 17:44:19 +02:00
Adnan Hodzic
c5aabd5223
Resolved "error: invalid command 'bdist_wheel'" during snap package build
2020-09-09 19:30:49 +02:00
Adnan Hodzic
a9d29610f1
Snap version bump to reflect changes made in PR: #105
2020-09-03 19:24:28 +02:00
Adnan Hodzic
566fd4a7bf
Revamp of writing daemon service logs for snap envs ( Close : #53 , #82 )
2020-09-02 16:33:57 +02:00
Adnan Hodzic
3f670da926
switch to core20
2020-09-02 14:21:01 +02:00
Adnan Hodzic
0bc4501438
snap 1.2.2 (beta)
2020-08-31 22:50:28 +02:00
Adnan Hodzic
973873e52d
snap 1.2.1 release
2020-08-09 22:22:51 +02:00
Stefan Rohrbacher
b6e1cc3a59
add licence to snap package ( #86 )
2020-08-08 14:46:07 +02:00
Adnan Hodzic
8f5c1d7c00
added missing stage-package needed in debug
2020-08-06 21:29:35 +02:00
Vadym Stupakov
6a633a7e52
added inxi into snap. ( #78 )
...
* added inxi into snap.
* remove errors for inxi that occurs in snap env
2020-08-06 19:51:48 +02:00
Adnan Hodzic
e7c7e39d62
snap version bump + minor visual edit
2020-08-06 08:42:33 +02:00
Adnan Hodzic
50f3b12816
added missing build packages for snap
2020-08-06 08:42:33 +02:00
Adnan Hodzic
b2b28aadbd
Fixed systemd "executable path is not absolute error" ( close : #42 )
2020-03-27 12:26:19 +01:00
Adnan Hodzic
54b25af5dc
updated snapcraft file to 1.1.1
2020-03-24 21:00:39 +01:00
Adnan Hodzic
d48587ce9e
new location for daemon logs on snap
2020-02-12 15:22:43 +01:00
Adnan Hodzic
75b15ff9b9
removed system-files plug
2020-02-11 17:14:24 +01:00
Adnan Hodzic
cda094fb89
code improvements for snap to work in strict confinement
2020-02-10 18:18:02 +01:00