Skip to content

Commit f7a4e8d

Browse files
committed
Bump version 1.0.7 Tooltip headline rather than paragraph
1 parent d07555d commit f7a4e8d

4 files changed

Lines changed: 54 additions & 58 deletions

File tree

CHANGELOG.md

Lines changed: 52 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -9,57 +9,58 @@ utilised by the flutter version_widget package.
99

1010
## 1.1 Review and Consolidate
1111

12-
- Better CHANGELOG. Rosolve CORS issue [1.0.6 20251027 tonypioneer]
13-
- Update tooltip text [1.0.5 20250928 gjw]
14-
- Support user text style for Version string [1.0.4 20250722 jesscmoore]
15-
- Support VersionWidget fontSize [1.0.3 20250717 gjw]
16-
- Review and update doco [1.0.2 20250514 gjw]
17-
- Review and fix typos [1.0.1 20250514 gjw]
12+
+ Tooltip headline rather than paragraph [1.0.7 20260429 gjw]
13+
+ Better CHANGELOG. Rosolve CORS issue [1.0.6 20251027 tonypioneer]
14+
+ Update tooltip text [1.0.5 20250928 gjw]
15+
+ Support user text style for Version string [1.0.4 20250722 jesscmoore]
16+
+ Support VersionWidget fontSize [1.0.3 20250717 gjw]
17+
+ Review and update doco [1.0.2 20250514 gjw]
18+
+ Review and fix typos [1.0.1 20250514 gjw]
1819

1920
## 1.0 Initial Release
2021

21-
- Push to first version release [1.0.0 20250514 gjw]
22-
- Minor update to README [0.0.10 20250514 gjw]
23-
- Update example to explain and demonstrate the package. [0.0.9 20250501 gjw]
24-
- Remove the default date. [0.0.9 20250501 kev]
25-
- Enhanced example app with multiple VersionWidget instances [0.0.8 20250430 kev]
26-
- Demo different version states (up-to-date, outdated) [0.0.8 20250430 kev]
27-
- Improved example UI with Material 3 design [0.0.8 20250430 kev]
28-
- Added real-world GitHub URLs for version comparison [0.0.8 20250430 kev]
29-
- Updated documentation with new example usage [0.0.8 20250430 kev]
30-
- Fixed version date display [0.0.7 20250429 kev]
31-
- Improved parsing extract all version-date pairs [0.0.7 20250429 kev]
32-
- Find the correct date for each version [0.0.7 20250429 kev]
33-
- Updated doc to reflect the new date matching behavior [0.0.7 20250429 kev]
34-
- Made version parameter required in VersionWidget [0.0.6 20250428 kev]
35-
- Removed version extraction from changelog [0.0.6 20250428 kev]
36-
- Simplified changelog fetching logic [0.0.6 20250428 kev]
37-
- Updated documentation to reflect required version parameter [0.0.6 20250428 kev]
38-
- Improved state management for version handling [0.0.6 20250428 kev]
39-
- Custom tooltip message- isLatestTooltip/notLatestTooltip [0.0.5 20250417 kev]
40-
- Improved tooltip formatting and readability [0.0.5 20250417 kev]
41-
- Removed unused _showTooltip state variable [0.0.5 20250417 kev]
42-
- Enhanced documentation for new features [0.0.5 20250417 kev]
43-
- Improved tooltip formatting and readability [0.0.4 20250416 kev]
44-
- Added visual indicators for version checking state [0.0.4 20250416 kev]
45-
- Enhanced network connectivity handling [0.0.4 20250416 kev]
46-
- Added date formatting (DD MMM YYYY) [0.0.4 20250416 kev]
47-
- Improved error handling for network failures [0.0.4 20250416 kev]
48-
- Added custom tooltip message support [0.0.3 20250416 kev]
49-
- Improved UI for version status indication [0.0.3 20250416 kev]
50-
- Enhanced network connectivity handling [0.0.3 20250416 kev]
51-
- Added visual indicators for latest/outdated versions [0.0.3 20250416 kev]
52-
- Updated documentation with more examples [0.0.3 20250416 kev]
53-
- Fixed bug in version comparison logic [0.0.3 20250416 kev]
54-
- Added tooltip functionality [0.0.2 20250416 kev]
55-
- Improved version comparison logic [0.0.2 20250416 kev]
56-
- Enhanced date formatting [0.0.2 20250416 kev]
57-
- Better error handling for network failures [0.0.2 20250416 kev]
58-
- Added support for custom default dates [0.0.2 20250416 kev]
59-
- Improved documentation [0.0.2 20250416 kev]
60-
- Initial release [0.0.1 20250414 kev]
61-
- Basic version display functionality [0.0.1 20250414 kev]
62-
- Optional changelog date display [0.0.1 20250414 kev]
63-
- Automatic date extraction from CHANGELOG.md files [0.0.1 20250414 kev]
64-
- Clickable link to view the full changelog [0.0.1 20250414 kev]
65-
- Example app demonstrating usage [0.0.1 20250414 kev]
22+
+ Push to first version release [1.0.0 20250514 gjw]
23+
+ Minor update to README [0.0.10 20250514 gjw]
24+
+ Update example to explain and demonstrate the package. [0.0.9 20250501 gjw]
25+
+ Remove the default date. [0.0.9 20250501 kev]
26+
+ Enhanced example app with multiple VersionWidget instances [0.0.8 20250430 kev]
27+
+ Demo different version states (up-to-date, outdated) [0.0.8 20250430 kev]
28+
+ Improved example UI with Material 3 design [0.0.8 20250430 kev]
29+
+ Added real-world GitHub URLs for version comparison [0.0.8 20250430 kev]
30+
+ Updated documentation with new example usage [0.0.8 20250430 kev]
31+
+ Fixed version date display [0.0.7 20250429 kev]
32+
+ Improved parsing extract all version-date pairs [0.0.7 20250429 kev]
33+
+ Find the correct date for each version [0.0.7 20250429 kev]
34+
+ Updated doc to reflect the new date matching behavior [0.0.7 20250429 kev]
35+
+ Made version parameter required in VersionWidget [0.0.6 20250428 kev]
36+
+ Removed version extraction from changelog [0.0.6 20250428 kev]
37+
+ Simplified changelog fetching logic [0.0.6 20250428 kev]
38+
+ Updated documentation to reflect required version parameter [0.0.6 20250428 kev]
39+
+ Improved state management for version handling [0.0.6 20250428 kev]
40+
+ Custom tooltip message+ isLatestTooltip/notLatestTooltip [0.0.5 20250417 kev]
41+
+ Improved tooltip formatting and readability [0.0.5 20250417 kev]
42+
+ Removed unused _showTooltip state variable [0.0.5 20250417 kev]
43+
+ Enhanced documentation for new features [0.0.5 20250417 kev]
44+
+ Improved tooltip formatting and readability [0.0.4 20250416 kev]
45+
+ Added visual indicators for version checking state [0.0.4 20250416 kev]
46+
+ Enhanced network connectivity handling [0.0.4 20250416 kev]
47+
+ Added date formatting (DD MMM YYYY) [0.0.4 20250416 kev]
48+
+ Improved error handling for network failures [0.0.4 20250416 kev]
49+
+ Added custom tooltip message support [0.0.3 20250416 kev]
50+
+ Improved UI for version status indication [0.0.3 20250416 kev]
51+
+ Enhanced network connectivity handling [0.0.3 20250416 kev]
52+
+ Added visual indicators for latest/outdated versions [0.0.3 20250416 kev]
53+
+ Updated documentation with more examples [0.0.3 20250416 kev]
54+
+ Fixed bug in version comparison logic [0.0.3 20250416 kev]
55+
+ Added tooltip functionality [0.0.2 20250416 kev]
56+
+ Improved version comparison logic [0.0.2 20250416 kev]
57+
+ Enhanced date formatting [0.0.2 20250416 kev]
58+
+ Better error handling for network failures [0.0.2 20250416 kev]
59+
+ Added support for custom default dates [0.0.2 20250416 kev]
60+
+ Improved documentation [0.0.2 20250416 kev]
61+
+ Initial release [0.0.1 20250414 kev]
62+
+ Basic version display functionality [0.0.1 20250414 kev]
63+
+ Optional changelog date display [0.0.1 20250414 kev]
64+
+ Automatic date extraction from CHANGELOG.md files [0.0.1 20250414 kev]
65+
+ Clickable link to view the full changelog [0.0.1 20250414 kev]
66+
+ Example app demonstrating usage [0.0.1 20250414 kev]

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: version_widget
22
description: A Flutter widget that displays version information with optional changelog date and link.
3-
version: 1.0.6
3+
version: 1.0.7
44
repository: https://github.com/anusii/version_widget
55
homepage: https://github.com/anusii/version_widget
66

support/flutter.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ locmax:
246246
loc=$$(bash $(LOC) -t $(shell find lib -name '*.dart')); \
247247
numf=$$(find lib -name "*.dart" -type f | wc -l); \
248248
totl=$$(cat $(shell find lib -name '*.dart') | wc -l); \
249-
echo "\nTotal $$loc lines of code across $$numf files with total $$totl lines."; \
249+
echo "Total $$loc lines of code across $$numf files with total $$totl lines."; \
250250
if [ $$return_code -ne 0 ]; then \
251251
echo "\n$(CROSS) Error: Found $$locm files with more than $(LINES) lines of code."; \
252252
elif [ -s /tmp/loc_output.txt ]; then \

support/loc.sh

100644100755
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,6 @@ while [[ "$1" != "" ]]; do
9696
esac
9797
done
9898

99-
if [ ! -f "$FILE" ]; then
100-
echo "Error: File '$FILE' does not exist."
101-
exit 1
102-
fi
103-
10499
# Filter FILES array
105100

106101
declare -a FILTERED_FILES

0 commit comments

Comments
 (0)