Skip to content

Commit

Permalink
chore: prepare version 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nrittsti committed Jan 2, 2021
1 parent c38a716 commit 260e9ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with NTag. If not, see <http://www.gnu.org/licenses/>.
*
* Copyright 2020, Nico Rittstieg
* Copyright 2021, Nico Rittstieg
*
*/

Expand All @@ -24,7 +24,7 @@ plugins {
}

group = 'com.github'
version = '1.2.6'
version = '1.2.7'
sourceCompatibility = '14'
targetCompatibility = '14'
jar.archiveFileName = 'ntag.jar'
Expand Down
6 changes: 6 additions & 0 deletions doc/history.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,9 @@ NTag Version History
-------------------------
- New feature: integrated Java Runtime Enviroment
- Code cleanup

1.2.7 2021-01-02
-------------------------
- fixed visual scrollbar issues in the log view.
- fixed new Tag Dialog, checkbox 'Common tags' had stopped working
- stop reporting random errors from javafx.graphics to the user when opening files

0 comments on commit 260e9ca

Please sign in to comment.