
Source (link to git-repo or to original if based on someone elses unmodified work): https://github.com/gottcode/tanglet
Tanglet is a single player word finding game based on Boggle. The object of the game is to list as many words as you can before the time runs out. There are several timer modes that determine how much time you start with, and if you get extra time when you find a word.
You can join letters horizontally, vertically, or diagonally in any direction to make a word, so as long as the letters are next to each other on the board. However, you can not reuse the same letter cells in a single word. Also, each word must be at least three letters on a normal board, and four letters on a large board.
Version 1.5.6 10 months ago
* FIXED: Did not load locales with underscores
* Added Russian word list
* Translation updates: Italian
Version 1.5.6 10 months ago
* FIXED: Did not load locales with underscores
* Added Russian word list
* Translation updates: Italian
Version 1.5.5 1 year ago
* FIXED: Compile failure with Qt 5.14
* Replaced deprecated code
* Updated German word list
Version 1.5.4 1 year ago
* FIXED: Window icon didn't work in Wayland
* Improved loading locales
* Improved Windows deployment
* Replaced deprecated code
* Translation updates: French, Greek, Russian
Version 1.5.3 2 years ago
* FIXED: Automatic high DPI support
Version 1.5.2 2 years ago
* FIXED: Race condition when checking for canceled games
* FIXED: Crash if window closed while optimizing word list
* Replaced deprecated code
* Extra warnings only shown in debug build
* Improved Linux deployment
* Improved macOS deployment
* Improved Windows deployment
* Translation updates: Portuguese
Version 1.5.1 3 years ago
* Optimized word list generation
* FIXED: Could not compile with Qt 5.10
* Word list updates: German
Version 1.5.0 3 years ago
* Automatically scroll found words to words matching selected letters
* Avoid unnecessary scrolling if item is already visible
* Generate word lists and dice at compile time
* Use HTTPS for dictionary lookups
* FIXED: Did not always install translations in Linux
* FIXED: Crash when showing words used for maximum score in allotment game
* FIXED: Current item in word list was not cleared with selection
* FIXED: Arbitrary position of missed words in subsequent games
* Translation updates: German
* Word list updates: German
Version 1.4.0 4 years ago
* Added opening game files at launch
* Added opening game files by drag-and-drop
* Added MIME definition in Linux for game file
* Added words to English dictionary
* Generate binary translations at build time
* FIXED: Was not properly loading Qt translations
* FIXED: Dividing line on clock was too tall
* Translation updates: Czech, Dutch, French, German, Lithuanian, Malay, Polish, Romanian
6 years ago
2015-01-25 version 1.3.1:
* FIXED: Application layout did not respect RTL languages
* FIXED: All new games used the same seed in Windows
* Translation updates: Lithuanian
2015-01-24 version 1.3.0:
* Added support for high DPI displays
* Switched to C++11 random classes
* Removed support for Qt 4
* Translation updates: Czech, French, German, Lithuanian, Malay, Polish, Romanian
2013-08-08 version 1.2.2:
* Added support for Qt 5
* Improved fetching player namer
* Improved build system
* FIXED: Sometimes reselected last letter
* FIXED: Could not make a guess after new roll
* FIXED: Letters on board were not highlighted after keyboard input
* Added Hungarian translation
* Updated English word list
2012-02-01 version 1.2.1:
* Added extra spellings of definitions
* Optimized language loading
* Added German translation
2011-10-29 version 1.2.0:
* Improved icon and game graphics
* Added more difficulty options
* Added showing word counts
* Added importing and exporting games
* Switched to Wiktionary
* Added Dutch translation
* Added Hebrew translation
* Bug fixes
2010-05-21 version 1.1.1:
* Czech translation added
* Compressed word lists
* New default dice
2010-03-20 version 1.1.0:
* Added more timer modes
* Added larger board size
* Added new game dialog
* Added hiding missed words
* Added showing maximum score
* Minor interface tweaks
* Bug fixes
2010-01-13 version 1.0.1:
* Added French translation
* Switch to Google's dictionary
* Bug fixes
Prodigal
4 years ago
However, on your ppa, you have only updated Tanglet... The Tanglet-data is still set to version 1.3.1-2... It is causing Apt to crash. I know it will be fixed soon, but I thought I would let you know.
Report
Prodigal
4 years ago
The error message that briefly pops up relates to a "tanglet-data beiing overwriten, permission denied."
Obviously your install for version 1.40 includes the data file and does not install it as a seperate file as it used to.
Report
gottcode
4 years ago
Report
Prodigal
4 years ago
Anyway, the message was similar to the last message, but this time it stated that tanglet-data 1.40 was being overwriten, and then the apt install crashes.
Report
gottcode
4 years ago
Report
Prodigal
4 years ago
Report
gottcode
4 years ago
Report