Skip to content

Commit 4968bca

Browse files
authored
chore(main): release 1.9.0 (#57)
1 parent 1553d84 commit 4968bca

File tree

1 file changed

+80
-0
lines changed

1 file changed

+80
-0
lines changed

CHANGELOG.md

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

3+
## [1.9.0](https://github.com/SHU-red/GopherLetics/compare/v1.8.0...v1.9.0) (2025-07-10)
4+
5+
6+
### Features
7+
8+
* "Hello World! Initial commit including actions and standard commit powered by commitizen ([3866b75](https://github.com/SHU-red/GopherLetics/commit/3866b75491128911ee1df6242c7f618a0671abcc))
9+
* **action:** removed alsamixer ([b492a92](https://github.com/SHU-red/GopherLetics/commit/b492a9267d92b94b807fe900e49dc2856eea6caa))
10+
* **actions:** change for build ([eb170c8](https://github.com/SHU-red/GopherLetics/commit/eb170c84337fb7f9cdc3db6c2d27d5333f7ffec7))
11+
* **actions:** force apt-get installation and add libasound ([f8e4f4c](https://github.com/SHU-red/GopherLetics/commit/f8e4f4c03bed555bbc4c8500d12cfbe98172792c))
12+
* **actions:** remove alsa alsa-base etc ([86202d3](https://github.com/SHU-red/GopherLetics/commit/86202d36c6b5ba4dbcb41a7ccf6a2c72629c24dd))
13+
* Add Windows and macOS builds to GitHub Actions ([7bc97f0](https://github.com/SHU-red/GopherLetics/commit/7bc97f03cd042df8a2aeefa7780873a2e54784d1))
14+
* Add Windows and macOS builds to GitHub Actions ([8fd3901](https://github.com/SHU-red/GopherLetics/commit/8fd390158b460542daf5309335ffe08b582269ad))
15+
* **commitizen:** Added commitizen config ([9c66bb0](https://github.com/SHU-red/GopherLetics/commit/9c66bb08687e098c908cf9ef223e34731600ccaf))
16+
* Configure release-please to only run on main branch ([fd467d5](https://github.com/SHU-red/GopherLetics/commit/fd467d50396bf3555c14b44e616d1c09f3bbce37))
17+
* **gui:** Add ability to Play/Pause ([fa9d485](https://github.com/SHU-red/GopherLetics/commit/fa9d48568fb259affe5baff36f6ac20a781bb024))
18+
* Improve README and configuration handling ([66c7fb1](https://github.com/SHU-red/GopherLetics/commit/66c7fb150184a9ae3967a20818b8b87091edbf58))
19+
* **settings:** extend settings struct ([b18cad8](https://github.com/SHU-red/GopherLetics/commit/b18cad845dbb4aa1c11f717b0b287e8f71f1c06c))
20+
* **tts:** Use temp folder for generated audiofiles ([9230086](https://github.com/SHU-red/GopherLetics/commit/923008687347aba6250fa406c08933c8398bfe49))
21+
* **update:** Update 3rd party packages fyne, toml and zap ([2533a4e](https://github.com/SHU-red/GopherLetics/commit/2533a4e7aeb132bfa28815413041269d08cab460))
22+
* **viper:** Start using viper for configuration reads and writes ([d07fdf9](https://github.com/SHU-red/GopherLetics/commit/d07fdf9f0e3ea3ce984702128c2711c5b85bc9dd))
23+
* **workout fetch:** Added fetching workout & showing as list in GUI ([51cef68](https://github.com/SHU-red/GopherLetics/commit/51cef688ce60363d9c8c60f55b05eb651f77cbc5))
24+
25+
26+
### Bug Fixes
27+
28+
* **actions:** installing alsa ([04c0feb](https://github.com/SHU-red/GopherLetics/commit/04c0feb378b21c6b18393f90dfc7ce5e01692ecb))
29+
* **actions:** re-push for re-build ([dc7c6c3](https://github.com/SHU-red/GopherLetics/commit/dc7c6c38f9efc6e84eaaa99d36462fec31bc91cd))
30+
* **actions:** re-trigger build after actions ([7608e00](https://github.com/SHU-red/GopherLetics/commit/7608e0094191c6b7c743db3e6c7c255a75fb6b19))
31+
* add libegl1-mesa-dev for Wayland build ([f109ae0](https://github.com/SHU-red/GopherLetics/commit/f109ae0e0de8304e2dd4dd0cd43a4ffde8e49aca))
32+
* add Linux-Wayland and Windows build to GitHub action ([d968df2](https://github.com/SHU-red/GopherLetics/commit/d968df2449a41f41a8279761f21169fc81577141))
33+
* adding libxcursor-dev to pre-build ([a68546d](https://github.com/SHU-red/GopherLetics/commit/a68546d134f20a6d2c53e762f93870a9df986560))
34+
* adding libxkbcommon-dev ([2c76689](https://github.com/SHU-red/GopherLetics/commit/2c7668932d0cdf7f5db530da9736708b683fcb9b))
35+
* adding libxrandr-dev ([b97d2b2](https://github.com/SHU-red/GopherLetics/commit/b97d2b283a27dc7f2383b007c2c91e06dd045062))
36+
* adding packages to install for wayland ([0059daa](https://github.com/SHU-red/GopherLetics/commit/0059daaec31f9f2cdf4d90c4bde6d47f068de081))
37+
* also use PAT for release-please ([9e985bd](https://github.com/SHU-red/GopherLetics/commit/9e985bd18adfb3b493f249b2d1d793e53b5cbabb))
38+
* **brower:** Fix re-opening already opened search query ([22275b0](https://github.com/SHU-red/GopherLetics/commit/22275b0c95595ede3a5d4d564f367cc4731028a6))
39+
* **browser:** Prevent opening the same workout in browser ([529944f](https://github.com/SHU-red/GopherLetics/commit/529944f0c04c3ef4385c5e1d18c17c8d38e8cff7))
40+
* **build_linux:** Changed apt-get to apt and added libsdl2-dev ([a1bb8c0](https://github.com/SHU-red/GopherLetics/commit/a1bb8c0aebba99d2bd8cce0b8c4d14620271ae65))
41+
* **build:** trigger ([265d6c7](https://github.com/SHU-red/GopherLetics/commit/265d6c710d3ee1082033f788ebd87949d6d3c9c7))
42+
* **build:** trigger release ([6c0c1f7](https://github.com/SHU-red/GopherLetics/commit/6c0c1f7b08cc9b15148f3966a7ca50a1f84c1f12))
43+
* **buildup:** Implemented tts, formatting of workouts ([3004bab](https://github.com/SHU-red/GopherLetics/commit/3004baba0823fe87d72391b7c0af127d19d64369))
44+
* **buildup:** Introduce Browser search and fix Countdown ([c632109](https://github.com/SHU-red/GopherLetics/commit/c632109c8d0707afde39f01d2f648a0cc7f00895))
45+
* **buildup:** Switch to Go1.22 and Fyne1.3.4 Concurrentcy update ([68a41a9](https://github.com/SHU-red/GopherLetics/commit/68a41a9e302004141431bc8976a1dc45118e9578))
46+
* changed build action trigger to release.published ([29a0616](https://github.com/SHU-red/GopherLetics/commit/29a06163af9710b5d7599a7b86eb1455d2279abc))
47+
* clean Install packages for ubuntu wayland build ([23d22dd](https://github.com/SHU-red/GopherLetics/commit/23d22dd652d1f5907125bbb18621788a5a100537))
48+
* cleaned windows build ([24917cf](https://github.com/SHU-red/GopherLetics/commit/24917cfb6c2ae399740f0b111ad4b8517fd634c3))
49+
* delete bad lines from example for build workflow ([87e01b9](https://github.com/SHU-red/GopherLetics/commit/87e01b988da57e4dcd04540da237bf094114c4b0))
50+
* **execution:** Fixed not correct ending after last workout ([df9a0c3](https://github.com/SHU-red/GopherLetics/commit/df9a0c3300d46f73636652528df4ace87d367312))
51+
* fix release.yaml to build via Action ([b5bfd74](https://github.com/SHU-red/GopherLetics/commit/b5bfd742e0fd4a47ee9da771d874aca2b96d323d))
52+
* fixed Build instructions ([82f51c8](https://github.com/SHU-red/GopherLetics/commit/82f51c85a12abed1023a187608878e09e5f71901))
53+
* **go.mod:** fixed mod file ([9caa997](https://github.com/SHU-red/GopherLetics/commit/9caa997a0fcf06756bb6d3b2e2043d48d96cfb36))
54+
* **gui:** Change appearance of Play/Pause Button on ([fa9d485](https://github.com/SHU-red/GopherLetics/commit/fa9d48568fb259affe5baff36f6ac20a781bb024))
55+
* **gui:** Fix not highlighted Rest sections ([84d27a3](https://github.com/SHU-red/GopherLetics/commit/84d27a3eb4465eeb8a7d826c3cfc8f5cafcdcc86))
56+
* **gui:** UI improvements ([d029a87](https://github.com/SHU-red/GopherLetics/commit/d029a87fdc0484c091f3ac7209b9ae71119848a2))
57+
* ignore missing packages ([abb28bb](https://github.com/SHU-red/GopherLetics/commit/abb28bb65c175cac4d94bd412b2010f12495708b))
58+
* install dependencies as defined at fyne ([537d365](https://github.com/SHU-red/GopherLetics/commit/537d36570751f5a64cc0221c0dbb75ba19f49d45))
59+
* little fix and adding release_tag ([b622e38](https://github.com/SHU-red/GopherLetics/commit/b622e385fb5f3fa965f1cf0c370f71a2cae467ad))
60+
* lksjdf ([7e3710a](https://github.com/SHU-red/GopherLetics/commit/7e3710a288604c0e8b4484cc568aff7c7295da69))
61+
* minor change to test build via action ([b0a052e](https://github.com/SHU-red/GopherLetics/commit/b0a052ed5cd839a75315c314368756e227d9d390))
62+
* no install recommends ([3e331e8](https://github.com/SHU-red/GopherLetics/commit/3e331e802f72ecb8870db2b7aaf22fbdba693f97))
63+
* not specify go version ([905e700](https://github.com/SHU-red/GopherLetics/commit/905e700007475ab4f867a53807d2ebec19c09887))
64+
* only build for linux ([56763ac](https://github.com/SHU-red/GopherLetics/commit/56763ac47cc5d3f2f779b4213cbc87e90e2ed992))
65+
* push for build-Testing reasons ([bb8bd4a](https://github.com/SHU-red/GopherLetics/commit/bb8bd4a8cdc5add7744a38490ffe8e708a2f0496))
66+
* pushing a fix just for testing reasons ([ca263c3](https://github.com/SHU-red/GopherLetics/commit/ca263c3466f8539fbb6836128cf5e4d4fbbb287d))
67+
* remove release-tags ([ee4ad43](https://github.com/SHU-red/GopherLetics/commit/ee4ad4317b895e9c0d963b88d620d434c23fe9c9))
68+
* remove sudo from precommand ([ffdef6e](https://github.com/SHU-red/GopherLetics/commit/ffdef6e3d1337cbb92a7de3677ac2de8e77492ac))
69+
* rename bulid yaml to yml ([9f2d7c8](https://github.com/SHU-red/GopherLetics/commit/9f2d7c8936d45dfa29bf7b10a68550f17199187c))
70+
* **runloop:** Fixing combination of events ([316d75f](https://github.com/SHU-red/GopherLetics/commit/316d75f09c0780fbf28a1ee0ae8c0aefb759bd4a))
71+
* Set release-please last-release-ref to v1.9.0 ([1553d84](https://github.com/SHU-red/GopherLetics/commit/1553d84bb007097aa97aff6303b61ebab96430d7))
72+
* switching to action-gh for build ([25085cd](https://github.com/SHU-red/GopherLetics/commit/25085cde3fb271d8c7558e306c889a6cf45a32f9))
73+
* test ([8568efe](https://github.com/SHU-red/GopherLetics/commit/8568efe3304a72c9f7174d91ebe27e2a3ae41bf3))
74+
* test to get automatic build to work ([d27635f](https://github.com/SHU-red/GopherLetics/commit/d27635f984b2904f7d440f9004de694cccc4ed07))
75+
* test-commit for release-build testing ([ae41e73](https://github.com/SHU-red/GopherLetics/commit/ae41e735c1282612f83cbc26d3fd428e8c3772c3))
76+
* test-Commit to get actions-build working ([9a3d5c9](https://github.com/SHU-red/GopherLetics/commit/9a3d5c9b2484a290f1dad460a6eff23d44ed11d6))
77+
* try only to build linux amd ([7853f99](https://github.com/SHU-red/GopherLetics/commit/7853f997039ad0ac28c912b189bbb2eb60c5e388))
78+
* trying to install libx11-dev during build ([108f2d1](https://github.com/SHU-red/GopherLetics/commit/108f2d1dcd9cd38672f2a9f2d79906b6005e99ee))
79+
* Update release-please action to non-deprecated version ([57b8eca](https://github.com/SHU-red/GopherLetics/commit/57b8eca855bd39649fe88d823549d3d682b4f6c2))
80+
* used advanced build example from go release binaries ([0eee9c9](https://github.com/SHU-red/GopherLetics/commit/0eee9c9978469b254853d383829377da9cc8a905))
81+
* wildcard install libx libraries ([9c7df2a](https://github.com/SHU-red/GopherLetics/commit/9c7df2a35b513aa56183d3afc03f82760319f82e))
82+
383
## [1.8.0](https://github.com/SHU-red/GopherLetics/compare/v1.7.3...v1.8.0) (2025-07-10)
484

585

0 commit comments

Comments
 (0)