Skip to content

Commit ec37ba8

Browse files
committed
Release candidate 1 for v24
1 parent f615ece commit ec37ba8

File tree

3 files changed

+27
-26
lines changed

3 files changed

+27
-26
lines changed

DataDigger.txt

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,8 @@
66

77
=====================================================================================
88

9-
DataDigger version 24 - dd MMM 2018 (Pure Gold)
9+
DataDigger version 24 - 26 sep 2018 (Pure Gold)
1010

11-
Beta
12-
- Solved: On compile error, DataDigger.log cannot be found (Johan Geerts)
13-
- Solved: Editing character field with unknown value gives error (Johan Geerts)
14-
15-
Beta 20180925
16-
- Solved: DD folder contains obsolete files that survived previous versions
17-
- Solved: Query tester window a bit too small
18-
- Solved: Filter buttons on field browse did not move while scrolling
19-
- Solved: Intro for new users too long
20-
- Solved: Upgrade-available-message too wide for frame
21-
- Solved: Cannot start DataDigger without databases (Landry Dubus)
22-
23-
Fixes from previous betas:
2411
- Solved: Auto-connect list gives error on duplicate tables (Peter Frederick)
2512
- Solved: Double-click on hidden field does not show the field
2613
- Solved: Setting for 'Show Column For Recid/Rowid' was ignored (Mike Raschendorfer)
@@ -86,6 +73,14 @@ Fixes from previous betas:
8673
- Solved: Field browse moves selected field to top after sort (Dirk Vreken)
8774
- Solved: Empty query saved in query list (Arno van der Ende)
8875
- Solved: Query tester does not show nr of results (Dirk Vreken)
76+
- Solved: DD folder contains obsolete files that survived previous versions
77+
- Solved: Query tester window a bit too small
78+
- Solved: Filter buttons on field browse did not move while scrolling
79+
- Solved: Intro for new users too long
80+
- Solved: Upgrade-available-message too wide for frame
81+
- Solved: Cannot start DataDigger without databases (Landry Dubus)
82+
- Solved: On compile error, DataDigger.log cannot be found (Johan Geerts)
83+
- Solved: Editing character field with unknown value gives error (Johan Geerts)
8984

9085
- Change: Beta version of DD always checks on new beta version
9186
- Change: Setting for 'Show Column For Recid/Rowid' removed

README.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,31 @@
11
# DataDigger
2+
23
A dynamic, open source dataviewer for your Progress / OpenEdge databases
34

4-
## History
5-
In 2008 I needed a tool like this and ended up with DataHack
6-
made by Richard Tardivon. Soon I started fiddling with the
7-
program and after a few months I decided to fork it under the
8-
name of DataDigger. Build 13 of 13 jan 2010 was the first that
9-
appeared on the OpenEdge Hive. Starting with v19 the home of
10-
the DataDigger is at GitHub
11-
12-
## References
5+
## Getting started
6+
7+
- Download DataDigger and extract it its own folder.
8+
- Add your own database connections to DataDigger.pf
9+
- Start DataDigger.p
10+
11+
Note that DataDigger recognises db’s that are connected at startup.
12+
You can define extra database connections inside DataDigger or connect them on the fly.
13+
1314
- For general info consult the [DataDigger blog](<https://datadigger.wordpress.com>)
1415
- Download [stable](<https://github.com/patrickTingen/DataDigger/archive/master.zip>) or [develop](<https://github.com/patrickTingen/DataDigger/archive/develop.zip>) version
15-
- All versions can be fount at the [Releases page](<https://github.com/patrickTingen/DataDigger/releases/latest>)
16+
- All versions can be found at the [Releases page](<https://github.com/patrickTingen/DataDigger/releases/latest>)
1617
- Technical info is in the [wiki](<https://github.com/patrickTingen/DataDigger/wiki>)
17-
- Suggestions and bugreports via the [issue tracker](<https://github.com/patrickTingen/DataDigger/issues>) or via [mail](mailto:[email protected])
18+
- Send your suggestions and bugreports via the [issue tracker](<https://github.com/patrickTingen/DataDigger/issues>) or via [mail](mailto:[email protected])
1819
- DataDigger is published under the [GPL v3.0](<https://github.com/patrickTingen/DataDigger/blob/master/LICENSE>) license
1920

2021
Special thanks to the members of the DataDigger testing team!
2122

23+
## History
24+
25+
In 2008 I needed a tool like this and ended up with DataHack made by Richard Tardivon. Soon I started fiddling with the program and after a few months I decided to fork it under the name of DataDigger. Build 13 of 13 jan 2010 was the first that appeared on the OpenEdge Hive. Starting with v19 the home of the DataDigger is at GitHub.
26+
2227
## Version history:
28+
2329
- DataDigger 24 - 1 oct 2018 (Pure Gold)
2430
- DataDigger 23 - 15 apr 2017 (Easter Egg Edition)
2531
- DataDigger 22 - 20 feb 2017 (Titanium)

version.i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
23
1+
24

0 commit comments

Comments
 (0)