harbour-batterybuddy/rpm/harbour-batterybuddy.changes

197 lines
7.8 KiB
Text
Raw Normal View History

2022-08-07 23:18:22 +03:00
* Sun Aug 7 2022 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 4.1.0-beta2
- Add Jolla Tablet charger control file to permission service
2022-08-07 23:02:15 +03:00
* Sun Aug 7 2022 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 4.1.0-beta1
- Initial Jolla Tablet support (beta)
- Log charging/discharging current
- Log temperature changes with resolution of one degree Celsius
- Search for control files using loops
- Don't try to use non-existent files
- Print correct log file name
- Remove unused signals from service
- Built with Sailfish OS SDK 3.9 for 4.4.0.68
2022-03-20 21:18:35 +03:00
* Sun Mar 20 2022 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 4.0.0-1
- Enable sandboxing with appropriate permissions (GUI only)
- Use QML DBusInterface for user service manipulation
- Drop support for SFOS 4.2 and older
- Clean up systemd service handling during install/update/uninstall
- Built with Sailfish OS SDK 3.8 for 4.3.0.12
* Sun Mar 20 2022 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.17.0-1
- Disable sandboxing
- Fix install/upgrade/uninstall scriptlets
- Service binary consumes less resources
- Don't try to close notifications if they are not open
2021-11-24 22:47:42 +03:00
* Wed Nov 24 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.16.2-1
- Fix .spec bin file path (thanks, leon and nephros)
- Built with Sailfish OS SDK 3.7 for 4.3.0.12
2021-10-11 01:15:27 +03:00
* Sun Oct 10 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.16.1-1
- Fix bogus version number
2021-10-10 23:44:50 +03:00
* Sun Oct 10 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.16.0-1
- Built for SFOS 4.2.0.21 using SDK 3.6.6
- Use semantic versioning
- Use `systemctl-user` instead of `systemctl --user`
2021-07-25 21:14:33 +03:00
* Sun Jul 25 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.15-1
- Implement BackgroundActivity timed events
* Sun May 30 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.14-1
2021-05-30 20:58:15 +03:00
- Use keepalive-tool to mitigate deep sleep
- Update translators and credits
- Update Polish translation (thanks, atlochowski)
- Update Deutch translation (thanks, nephros)
2021-05-23 16:39:36 +03:00
* Sun May 23 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.13-1
- Show battery temperature and condition (thanks, nephros)
- Show notifications about abnormal temperature and condition (thanks, nephros)
- Fix broken notifications on SFOS 3.4 and earlier
- Bring back SFOS 2.2 support
2021-05-01 00:03:17 +03:00
* Fri Apr 30 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.12-3
- Fix missing translations
2021-04-30 22:52:36 +03:00
* Fri Apr 30 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.12-2
- Add Hungarian translation (thanks, 1Zgp)
2021-04-28 22:01:37 +03:00
* Wed Apr 28 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.12-1
- Update Chinese translation (thanks, dashinfantry)
- Remove some debug output
2021-04-27 21:45:23 +03:00
* Tue Apr 27 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.11-1
- Don't trigger config save when loading Settings page
* Mon Apr 26 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.10-1
2021-04-26 17:41:02 +03:00
- Fix and improve logged messages
- Remove more unused code
- Handle emulator more like an actual device
- Update Polish translation (thanks, atlochowski)
2021-04-27 21:48:44 +03:00
- Use smaller Ko-Fi icon
2021-04-26 17:41:02 +03:00
2021-04-25 00:04:35 +03:00
* Sat Apr 24 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.9-2
2021-04-24 19:06:58 +03:00
- Fix enabling/disabling background service (again)
- Add log viewer (and a copy button)
- Add buttons to help fine-tuning slider values
- Add support for My Backup
- Implement custom logger
- Simplify notification sound handling
- Explicitly stop and start the service during install/upgrade
- Use sh instead of bash
- Improve code quality and efficiency
2021-04-25 00:04:35 +03:00
- Remove and simplify a lot of code
- Update Swedish translation (thanks, eson57) (3.9-2)
2021-04-24 19:06:58 +03:00
2021-01-31 22:45:03 +03:00
* Sun Jan 31 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.8-1
- Improve SFOS 3.4 support (don't hardcode user nemo)
- Enable charger control by default (for new users)
* Sun Jan 10 2021 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.7-2
- Update Deutch translation (thanks, fllp)
2020-12-30 02:06:25 +03:00
* Wed Dec 30 2020 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.7-1
- Respect ringtone volume and silent mode
- Fix services' startup and install/uninstall
- Use Nemo Notification for notifications
- Use QMediaPlayer for notification sounds
- Drop lipstick-qt5-tools dependency
- Implement alerting once/interval/never
- Remove redundant options accordingly
- Improve alert logic (again)
- Update Finnish translation
- Support SFOS 3.4 (defaultuser)
2020-11-17 17:10:49 +03:00
* Mon Nov 16 2020 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.6-3
- Add Polish translation (thanks, atlochowski)
- Updated Chinese translation (thanks, dashinfantry)
- Updated Finnish translation
2020-11-16 00:25:18 +03:00
* Sun Nov 15 2020 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.6-2
- Add German translation (thanks, dryo)
2020-11-15 23:44:08 +03:00
* Sun Nov 15 2020 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.6-1
2020-11-16 00:25:18 +03:00
- Main build requires SailfishOS 3.3
2020-11-15 23:44:08 +03:00
- Display charging/discharging current
- Speed up service buttons
2020-10-19 07:55:40 +03:00
* Mon Oct 19 2020 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.5-1
- Fix service control buttons on SFOS 3.4
- Drop custom slider element
2020-06-14 19:33:18 +03:00
* Sun Jun 14 2020 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.4-1
- Check service status when starting app
- Add controls to enable/disable service at boot
- Trigger notifications when charger is connected/disconnected
- Fix notifications and sounds (broken since 3.2)
- Reset notification ID after closing it
- Fix cover page text wrap issue
- Minor repo/code cleanup
2020-06-14 11:54:09 +03:00
* Fri Jun 12 2020 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.3-1
- Start user service at boot
- Remove all old versions of the services
- Fix start and stop service controls
- Update Swedish translation (thanks, eson57)
* Fri Jun 12 2020 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.2-1
2020-06-12 01:18:40 +03:00
- Run service without root privileges
- Add start and stop service controls
2020-06-01 18:58:31 +03:00
* Mon Jun 01 2020 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.1-1
- Update Chinese translation
- Don't alert on "100% idle" (e.g. emulator)
2020-05-31 21:56:22 +03:00
* Sun May 31 2020 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 3.0-1
2020-04-26 19:06:49 +03:00
- Reimplemented systemd service controls charging and notifications
- GUI doesn't have to be open for proper operation
- Added Ko-Fi.com donation link
2020-05-31 21:56:22 +03:00
- Translation fixes
- Identical with version 3.0 beta 1 (2.99-1)
2020-04-26 19:06:49 +03:00
* Fri Mar 27 2020 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 2.2-2
2020-03-28 11:30:43 +03:00
- Fix broken notifications timer
- Add Swedish translation (thanks, eson57)
2020-03-28 11:30:43 +03:00
- Add "--verbose" and "--debug" arguments to print out more messages
- Add "-v" argument for version query, because why not :)
2020-03-28 11:30:43 +03:00
- Add "--help" argument
2020-03-23 05:04:47 +03:00
* Sat Mar 21 2020 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 2.1-2
- Fix crash on startup after upgrade
- Fix missing systemd service after upgrade
2020-03-22 00:51:11 +03:00
* Sat Mar 21 2020 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 2.1-1
- Add landscape orientation support
- Update Chinese translation (thanks, dashinfantry)
2020-03-21 14:25:33 +03:00
* Sat Mar 21 2020 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 2.0-1
- New feature: pause and resume charging (automatically/manually)
- Implemented systemd service for charger control permissions
- Massive code cleanup, many parts improved or rewritten
- Don't use deprecated /run/state/namespaces/Battery/
- Audio tests moved to Settings page
- Use "right to left" slider highlight
- Use separate license page
2019-01-05 16:49:35 +03:00
2019-03-10 15:02:00 +03:00
* Sun Mar 10 2019 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 1.3-1
2020-03-21 14:25:33 +03:00
- Add Chinese translation (thanks, dashinfantry)
- Add French translation (thanks, Quenty31)
2019-01-05 16:49:35 +03:00
* Mon Feb 11 2019 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 1.2-1
- Alert doesn't stop media playback
- Add battery graphic
- Redesign cover page
2019-02-10 21:30:54 +03:00
- Poll changes more often
- Fix multiple notifications (hopefully)
* Tue Jan 8 2019 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 1.1-1
- Slider values are now saved
- Show battery state
- Alert when battery is charged to 100%, but not charging
* Sun Jan 6 2019 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 1.0-1
2019-01-06 00:48:29 +03:00
- Initial release
- Implement battery level monitoring
- Implement audible alerts and notifications